From: Robin Dong <[email protected]>
Singed-off-by: Robin Dong <[email protected]>
---
misc/dumpe2fs.8.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/misc/dumpe2fs.8.in b/misc/dumpe2fs.8.in
index c1dfcbd..c48acc0 100644
--- a/misc/dumpe2fs.8.in
+++ b/misc/dumpe2fs.8.in
@@ -55,6 +55,9 @@ can cause some of dumpe2fs's display to be suspect).
only display the superblock information and not any of the block
group descriptor detail information.
.TP
+.B \-s
+display the block usage information.
+.TP
.B \-i
display the filesystem data from an image file created by
.BR e2image ,
--
1.7.3.5
On 2011年01月25日 14:02, Robin Dong Wrote:
> From: Robin Dong<[email protected]>
>
> Singed-off-by: Robin Dong<[email protected]>
> ---
> misc/dumpe2fs.8.in | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/misc/dumpe2fs.8.in b/misc/dumpe2fs.8.in
> index c1dfcbd..c48acc0 100644
> --- a/misc/dumpe2fs.8.in
> +++ b/misc/dumpe2fs.8.in
> @@ -55,6 +55,9 @@ can cause some of dumpe2fs's display to be suspect).
> only display the superblock information and not any of the block
> group descriptor detail information.
> .TP
> +.B \-s
> +display the block usage information.
How about modifying the above line like,
display the statistical information of file system blocks usage.
--
Coly Li