summaryrefslogtreecommitdiffstats
path: root/misc-utils/findmnt.8
diff options
context:
space:
mode:
authorKarel Zak2014-06-16 15:47:50 +0200
committerKarel Zak2014-06-16 15:47:50 +0200
commit097e7f2ff48a31cdbd3f92236388fbc2c8e986c3 (patch)
tree1bb757decb9c31bc3bc4f6ed6fd4ac7cd14b06a6 /misc-utils/findmnt.8
parentbuild-sys: fix smartcols.pc (diff)
downloadkernel-qcow2-util-linux-097e7f2ff48a31cdbd3f92236388fbc2c8e986c3.tar.gz
kernel-qcow2-util-linux-097e7f2ff48a31cdbd3f92236388fbc2c8e986c3.tar.xz
kernel-qcow2-util-linux-097e7f2ff48a31cdbd3f92236388fbc2c8e986c3.zip
findmnt: add --nocanonicalize to avoid realpath()
* in some cases is realpath() overkill * sometimes you want to search for explicitly specified paths (e.g. "findmnt --fstab /mnt/symlink") rather than for real paths * you want to avoid readlink() and stat() on NFS Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/findmnt.8')
-rw-r--r--misc-utils/findmnt.84
1 files changed, 4 insertions, 0 deletions
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index 0176cd130..9c8743225 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -48,6 +48,10 @@ Use ascii characters for tree formatting.
.BR \-b , " \-\-bytes"
Print the SIZE, USED and AVAIL column in bytes rather than in a human-readable format.
.TP
+.BR \-C , " \-\-nocanonicalize"
+Do not canonicalize paths at all. This option affects paths comparation
+and tags (LABEL, UUID, etc.) evaluation.
+.TP
.BR \-c , " \-\-canonicalize"
Canonicalize all printed paths.
.TP