diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-04-18 11:39:22 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-04-18 11:39:22 -0400 |
commit | c927bec16f26c9ed4303a6c1c3a7403b06a6bcec (patch) | |
tree | 115fc72dec840589f88ecc11016fe931820a2748 /misc/tune2fs.8.in | |
parent | afa7874214faa6368b64f42b83d38482a06eec36 (diff) | |
download | e2fsprogs-c927bec16f26c9ed4303a6c1c3a7403b06a6bcec.tar.gz |
tune2fs: Clarify manpage regarding how to see the current settings
Addresses-Debian-Bug: #515693
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/tune2fs.8.in')
-rw-r--r-- | misc/tune2fs.8.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 5c667f91..253035cf 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -88,7 +88,14 @@ device .SH DESCRIPTION .BI tune2fs allows the system administrator to adjust various tunable filesystem -parameters on Linux ext2/ext3 filesystems. +parameters on Linux ext2/ext3 filesystems. The current values of these +options can be displayed by using the +.B -l +option to +.BR tune2fs (8) +program, or by using the +.BR dumpe2fs (8) +program. .SH OPTIONS .TP .BI \-c " max-mount-counts" @@ -319,7 +326,8 @@ that size. @JDEV@options can be given for a filesystem. .TP .B \-l -List the contents of the filesystem superblock. +List the contents of the filesystem superblock, including the current +values of the parameters that can be set via this program. .TP .BI \-L " volume-label" Set the volume label of the filesystem. |