summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.8
diff options
context:
space:
mode:
authorKarel Zak2016-04-15 10:47:12 +0200
committerKarel Zak2016-04-15 10:47:12 +0200
commit6c820514f97c1f75aa31a904e19722f57c810d5a (patch)
tree9467443d16adf760e062f8aad3141bfca5eb0549 /sys-utils/umount.8
parentlibmount: don't support /etc/mtab by default (diff)
downloadkernel-qcow2-util-linux-6c820514f97c1f75aa31a904e19722f57c810d5a.tar.gz
kernel-qcow2-util-linux-6c820514f97c1f75aa31a904e19722f57c810d5a.tar.xz
kernel-qcow2-util-linux-6c820514f97c1f75aa31a904e19722f57c810d5a.zip
umount: add note about FS names differences to the man page
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1327209 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/umount.8')
-rw-r--r--sys-utils/umount.86
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-utils/umount.8 b/sys-utils/umount.8
index 2155f2ba5..ac22c879d 100644
--- a/sys-utils/umount.8
+++ b/sys-utils/umount.8
@@ -138,6 +138,12 @@ More than one type may be specified in a comma-separated list. The list
of filesystem types can be prefixed with
.B no
to indicate that no action should be taken for all of the mentioned types.
+.BR
+Note that
+.B umount
+reads information about mounted filesystems from kernel (/proc/mounts) and
+filesystem names may be different than filesystem names used in the /etc/fstab
+(e.g. "nfs4" vs. "nfs").
.TP
.BR \-v , " \-\-verbose"
Verbose mode.