1828217 Members
2376 Online
109975 Solutions
New Discussion

backup superblocks

 
Chakravarthi
Trusted Contributor

backup superblocks

how to know the backup superblocks for a partitions?
and how to recover data from that,

when i do fsck on a partition it gives error message saying super block is not found and recover from backup superblock

i'm using redhat linux

--chakri
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: backup superblocks

You can use dumpe2fs. You will get the block group map, and a line that states "backup superblock at".
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Chandan Kumar_1
Honored Contributor

Re: backup superblocks

Hi Chakravathi,

Following document would help you.

http://www.linuxsa.org.au/tips/superblocks.html

All the best!
Chandan.
Learn. Share. Inspire.
Chakravarthi
Trusted Contributor

Re: backup superblocks

thanks