From: Karel Zak Date: Thu, 12 Jun 2014 09:15:00 +0000 (+0200) Subject: mount: more hints about default mount options to man page X-Git-Tag: v2.25-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58d1d54de9f95868ce51f4b798f1c50e277f6991;p=thirdparty%2Futil-linux.git mount: more hints about default mount options to man page Signed-off-by: Karel Zak --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index d03f213f85..ef9d171016 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -884,7 +884,9 @@ file. Some of these options could be enabled or disabled by default in the system kernel. To check the current setting see the options -in /proc/mounts. +in /proc/mounts. Note that filesystems also have per-filesystem +specific default mount options (see for example \fBtune2fs \-l\fP +output for extN filesystems). The following options apply to any filesystem that is being mounted (but not every filesystem actually honors them \(en e.g.\&, the @@ -993,6 +995,9 @@ For more details, see .B defaults Use default options: .BR rw ", " suid ", " dev ", " exec ", " auto ", " nouser ", and " async. + +Note that the real set of the all default mount options depends on kernel +and filesystem type. See the begin of this section for more details. .TP .B dev Interpret character or block special devices on the filesystem.