{ 12 comments… read them below or add one }

1 Anonymous May 31, 2006

# 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]#

Reply

2 nixcraft May 31, 2006

Opps pipe was missing, thanks for heads up.

Hmm it should give the output.

Reply

3 Kristian May 5, 2007

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

Reply

4 bipul August 1, 2007

Hello Unix Team
how are you

Reply

5 Swapnil August 31, 2007

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

Reply

6 Sunil April 18, 2008

Hey this command id not working on my system…

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

Reply

7 rakesh September 13, 2011

dude.. commands is dump2efs

u used dump2fs

Reply

8 vivek April 18, 2008

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

Reply

9 c November 24, 2008

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..

Reply

10 Govindasamy C January 28, 2009

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

Reply

11 sox May 24, 2011

what is meant by offset information in a filesystem?

Reply

12 saikumar July 14, 2011

is it possible to install linux in personal lappies? core2duo processor( dell laptop)…
is it possible even vmware workstation is installed in laptops….

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 7 + 8 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: