Note that /proc must be mounted for filesystem type autodetection

to work.  Without /proc mounted, one must explicitly specify the
type of every filesystem being mounted.
This commit is contained in:
Eric Andersen 2004-03-09 21:32:57 +00:00
parent 21d308601e
commit 2715fa147a

View File

@ -1696,7 +1696,8 @@
#define mount_trivial_usage \
"[flags] DEVICE NODE [-o options,more-options]"
#define mount_full_usage \
"Mount a filesystem\n\n" \
"Mount a filesystem. Autodetection of filesystem type requires the\n" \
"/proc filesystem be already mounted.\n\n" \
"Flags:\n" \
"\t-a:\t\tMount all filesystems in fstab.\n" \
USAGE_MTAB( \