diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-05-03 14:43:43 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-05-03 14:43:43 +0000 |
commit | 348e43dccbbc0511be3b151b319ff95830753dec (patch) | |
tree | 83ed77c8f6c2d9e4e430945068e84fde484eec56 /misc/dumpe2fs.8.in | |
parent | 095b459dac77d532a4a1020acb57dfc0c681a9dc (diff) | |
download | e2fsprogs-348e43dccbbc0511be3b151b319ff95830753dec.tar.gz |
ChangeLog, dumpe2fs.8.in, dumpe2fs.c:
dumpe2fs.c (main): Add new flag, -i, which will allow dumpe2fs to dump
out the filesystem statistics from an ext2 image file.
Many files:
e2image.8.in: New manual page
badblocks.8.in, e2label.8.in, mke2fs.8.in mklost+found.8.in,
tune2fs.8.in: Update location of e2fsprogs to be
http://e2fsprogs.sourceforge.net.
Diffstat (limited to 'misc/dumpe2fs.8.in')
-rw-r--r-- | misc/dumpe2fs.8.in | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/misc/dumpe2fs.8.in b/misc/dumpe2fs.8.in index 7ded3668..fb27d630 100644 --- a/misc/dumpe2fs.8.in +++ b/misc/dumpe2fs.8.in @@ -8,7 +8,7 @@ dumpe2fs \- dump filesystem information .SH SYNOPSIS .B dumpe2fs [ -.B \-bfhxV +.B \-bfhixV ] [ .B \-ob @@ -57,6 +57,13 @@ 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 \-i +display the filesystem data from an image file created by +.BR e2image , +using +.I device +as the pathname to the image file. +.TP .B \-x print the detailed group information block numbers in hexadecimal format .TP @@ -72,9 +79,10 @@ output. was written by Remy Card <Remy.Card@linux.org>. .SH AVAILABILITY .B dumpe2fs -is part of the e2fsprogs package and is available for anonymous -ftp from tsx-11.mit.edu in /pub/linux/packages/ext2fs. +is part of the e2fsprogs package and is available from anonymous +http://e2fsprogs.sourceforge.net. .SH SEE ALSO .BR e2fsck (8), .BR mke2fs (8), .BR tune2fs (8) + |