{ 9 comments… read them below or add one }

1 Anonymous 05.31.06 at 5:13 pm

# dumpe2fs /dev/hda3grep -i superblock
above command is not running here |(pipe) is missing, anyway

I am getting different output as you mentioned
[root@sachan /root]# dumpe2fs /dev/hda1 | grep -i superblock
dumpe2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09
[root@sachan /root]#

2 nixcraft 05.31.06 at 9:59 pm

Opps pipe was missing, thanks for heads up.

Hmm it should give the output.

3 Kristian 05.05.07 at 4:33 pm

It should be mentioned that dumpe2fs only is for the ext2/ext3 file systems.

4 bipul 08.01.07 at 8:14 am

Hello Unix Team
how are you

5 Swapnil 08.31.07 at 6:05 am

Hi Vivek,

I have a doubt as how many redundant backups of superblock are created in the file system ? Is it made on every block group or only on initial few block groups ?
In the filesystem that I created of size 128 MB with 16 block groups, when I run the dumpe2fs command on it, it gives the info on superblocks (These are not the exact wordings of the output ) :
primary superblock is present on block group 0,
back up superblock is present on block group 1, 3, 5, 7, 9.

Similarly for a file system with 256 MB size and 31 block groups, primary superblock is present on block group 0 and backups are present on block groups 1,3,5,7, and 9.

So my doubt is how does the file system how many backups of the superblock to be created ?
And the same doubt for block group descriptors as well. Block group descriptors are not present in each block group but only in the block groups where superblock is present.

Hoping for an earliest response.

Thanks,
Swapnil

6 Sunil 04.18.08 at 6:40 am

Hey this command id not working on my system…

[sunilv@lnx202-28 ~]$ dump2fs /u/sunilv | grep -i superblock
dump2fs: Command not found.

7 vivek 04.18.08 at 10:46 am

Use full path /sbin/dumpe2fs, you are logged in as regular user and /sbin and /usr/sbin not in PATH settings.

8 c 11.24.08 at 6:10 am

To Swapnil,

You have sparse_super mode so super block and backups are saved in groups 0,1,3^n,5^n,7^n (e.g. 0,1,3,5,7,9,25,27,…). If you take a look at mke2fs code, you’ll see these places where super blocks are saved.

p.s. this is a very late comment but just wanted to comment..

9 Govindasamy C 01.28.09 at 5:25 am

Its working fine for me
sunil i think you did not give space after the command dumpe2fs

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: