summaryrefslogtreecommitdiffstats
path: root/misc-utils/findmnt.8
diff options
context:
space:
mode:
authorKarel Zak2012-04-19 14:38:53 +0200
committerKarel Zak2012-04-19 14:38:53 +0200
commit090b5e84b20e415ac6e00892b2a4606ee064e685 (patch)
treeef00fe997932db690cf4cbf2dc0765cb5b2959b8 /misc-utils/findmnt.8
parentblkid: add docs about PARTUUID= and PARTLABEL= (diff)
downloadkernel-qcow2-util-linux-090b5e84b20e415ac6e00892b2a4606ee064e685.tar.gz
kernel-qcow2-util-linux-090b5e84b20e415ac6e00892b2a4606ee064e685.tar.xz
kernel-qcow2-util-linux-090b5e84b20e415ac6e00892b2a4606ee064e685.zip
findmnt: add support for PARTUUID= and PARTLABEL=
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/findmnt.8')
-rw-r--r--misc-utils/findmnt.832
1 files changed, 9 insertions, 23 deletions
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index d5a98b4e2..0c710a80d 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -64,7 +64,7 @@ The search direction -
or
.IR backward .
.IP "\fB\-e, \-\-evaluate\fP"
-Convert all tags (LABEL or UUID) to the device names.
+Convert all tags (LABEL, UUID, PARTUUID or PARTLABEL) to the device names.
.IP "\fB\-F, \-\-tab\-file \fIpath\fP"
Search in an alternative file, if used with \fB\-\-fstab\fP, \fB\-\-mtab\fP
or \fB\-\-kernel\fP then overwrites the default paths.
@@ -84,9 +84,10 @@ Do not print a header line.
Do not truncate text in columns. The default is to not truncate the
.BR TARGET ,
.BR SOURCE ,
-.BR UUID
-and
-.BR LABEL
+.BR UUID ,
+.BR LABEL ,
+.BR PARTUUID ,
+.BR PARTLABEL
columns. This option disables text truncation also in all other columns.
.IP "\fB\-O, \-\-options \fIlist\fP"
Limit the set of printed filesystems. More than one option
@@ -102,24 +103,8 @@ at the beginning does not have global meaning. The "no" could used for
individual items in the list. The "no" prefix interpratation could be disabled
by "+" prefix.
.IP "\fB\-o, \-\-output \fIlist\fP"
-Define output columns. Currently supported are
-.BR ACTION,
-.BR SOURCE ,
-.BR TARGET ,
-.BR OLD-TARGET,
-.BR FSTYPE ,
-.BR OPTIONS ,
-.BR OLD-OPTIONS,
-.BR VFS-OPTIONS ,
-.BR FS-OPTIONS ,
-.BR SIZE ,
-.BR AVAIL ,
-.BR USED ,
-.BR USE% ,
-.BR LABEL
-and
-.BR UUID .
-The
+Define output columns. See the \fB\-\-help\fP output to get list of the
+currently supported columns. The
.BR TARGET
column contains tree formatting if the
.B \-\-list
@@ -169,7 +154,8 @@ defined by options \fB\-t\fP, \fB\-O\fP, \fB\-S\fP, \fB\-T\fP and
printed in tree-like order. The option enables the tree-like output format by
default. This option has no effect for \fB\-\-mtab\fP or \fB\-\-fstab\fP.
.IP "\fB\-S, \-\-source \fIspec\fP"
-Explicitly define the mount source. Supported are \fIdevice\fR, \fILABEL=\fR and \fIUUID=\fR.
+Explicitly define the mount source. Supported are \fIdevice\fR, \fILABEL=\fR,
+\fIUUID=\fR, \fIPARTLABEL=\fR or \fIPARTUUID=\fR.
.IP "\fB\-T, \-\-target \fIdir\fP"
Explicitly define the mount target (mountpoint directory).
.IP "\fB\-w, \-\-timeout \fImilliseconds\fP"