diff options
-rw-r--r-- | share/man/man5/fstab.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index 69ef368ba3e..60f5ab48bc9 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -124,6 +124,10 @@ It contains at least the type of mount (see below) plus any additional options appropriate to the filesystem type. .Pp +The option ``auto'' can be used in the ``noauto'' form to cause +a file system not to be mounted automatically (with ``mount -a'', +or system boot time). +.Pp If the options ``userquota'' and/or ``groupquota'' are specified, the filesystem is automatically processed by the .Xr quotacheck 8 |