Entries in fstab exist ONLY to specify things to mount at system boot or manually with mount -a, right? But I was reading up on the noauto mount flag, which apparently makes corresponding fstab entries NOT auto mounted.
So why would you ever put an entry in fstab with noauto? What purpose would it serve?
My guess is that I'm wrong about fstab's only purpose being to provide arguments to mount -a.