From d92ee41b9f390bc8b1167bbb2880b923e76be99b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 15 Apr 2016 10:47:12 +0200 Subject: [PATCH] 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 --- sys-utils/umount.8 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-utils/umount.8 b/sys-utils/umount.8 index 2155f2ba52..ac22c879d9 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. -- 2.47.3