]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: more hints about default mount options to man page
authorKarel Zak <kzak@redhat.com>
Thu, 12 Jun 2014 09:15:00 +0000 (11:15 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Jun 2014 09:15:00 +0000 (11:15 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8

index d03f213f85777610029f31048b9dbb29b8aefb12..ef9d171016a2264aad408ef78c1e25c78793f008 100644 (file)
@@ -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.