diff options
author | Theodore Ts'o <tytso@mit.edu> | 2010-09-25 21:41:21 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2010-09-25 21:41:21 -0400 |
commit | 9946478a23c6ae7fb025cdd8b23e73600e7550f4 (patch) | |
tree | b23b96f8f5d0cdece5c95140f585df1bb0dd1583 | |
parent | 8718359b4057bf2b998f4ac6125e33f20efe60cb (diff) | |
download | e2fsprogs-9946478a23c6ae7fb025cdd8b23e73600e7550f4.tar.gz |
tune2fs.8: Document that the device can be specified via LABEL= or UUID=
Addresses-Debian-Bug: #580236
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r-- | misc/tune2fs.8.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index dffe76da..2f9db811 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -96,6 +96,12 @@ option to program, or by using the .BR dumpe2fs (8) program. +.PP +The +.I device +specifer can either be a filename (i.e., /dev/sda1), or a LABEL or UUID +specifer: "\fBLABEL=\fIvolume-name\fR" or "\fBUUID=\fIuuid\fR". (i.e., +LABEL=home or UUID=e40486c6-84d5-4f2f-b99c-032281799c9d). .SH OPTIONS .TP .BI \-c " max-mount-counts" |