]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
umount: add note about NFS and -c to umount.8
authorKarel Zak <kzak@redhat.com>
Tue, 6 Jun 2017 10:05:14 +0000 (12:05 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 23 Jun 2017 13:10:44 +0000 (15:10 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/umount.8

index f3f419accb50c80ae33f62156295ba1a05683810..80df50cc5eee4806658dd03de7cca9cb082823ba 100644 (file)
@@ -75,9 +75,17 @@ This option is only supported on systems where /etc/mtab is a symlink
 to /proc/mounts.
 .TP
 .BR \-c , " \-\-no\-canonicalize"
-Do not canonicalize paths.  For more details about this option see the
+Do not canonicalize paths.  The paths canonicalization is based on
+.BR stat (2)
+and
+.BR readlink (2)
+system calls. These system calls may hang in some cases (for example on NFS if
+server is not available). The option has to be used with canonical path to the
+mount point.
+
+For more details about this option see the
 .BR mount (8)
-man page.  Note that \fBumount\fR does not pass this option to the
+man page. Note that \fBumount\fR does not pass this option to the
 .BI /sbin/umount. type
 helpers.
 .TP