diff options
author | Andreas Dilger <adilger@clusterfs.com> | 2006-08-06 00:56:37 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2006-08-06 00:56:37 -0400 |
commit | 42fef8df5c5aeadaf1b8020739cdaf190753efa1 (patch) | |
tree | 539d94442c02c3c5686cf7a2c27b53dbbc150a7e /misc/ChangeLog | |
parent | c16e610c5100cd5829d969272af3035fac8e1a31 (diff) | |
download | e2fsprogs-42fef8df5c5aeadaf1b8020739cdaf190753efa1.tar.gz |
Make the findsuper program more powerful
Improve the findsuper program by printing the uuid and label from the
superblocks, as well as the starting and ending offsets of the
filesystem given the information in the superblock. Omit by
default printing superblocks that are likely found in located in an ext3
journal unless an explicit -j option is given.
Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/ChangeLog')
-rw-r--r-- | misc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog index 9b3ccd1a..86254330 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,12 @@ +2006-08-06 Theodore Tso <tytso@mit.edu> + + * findsuper.c (main): Improve findsuper program by printing the + uuid and label from the superblocks, as well as the + starting and ending offsets of the filesystem given the + information in the superblock. Omit by default printing + superblocks that are likely found in located in an ext3 + journal unless an explicit -j option is given. + 2006-08-05 Theodore Tso <tytso@mit.edu> * mke2fs.c (PRS), util.c (check_mount): In order to force mke2fs |