2011-01-25 06:02:56

by Robin Dong

[permalink] [raw]
Subject: [PATCH 2/2] add '-s' flags for dumpe2fs manual

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



2011-01-25 08:41:05

by Coly Li

[permalink] [raw]
Subject: Re: [PATCH 2/2] add '-s' flags for dumpe2fs manual

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