LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is Superblock ? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-superblock-425690/)

tofee 03-17-2006 05:19 AM

What is Superblock ?
 
Hi,

May I pls know , what is Superblock in each partition ?

pls explain in detail..

sreedhar1109 03-17-2006 06:02 AM

Superblock...
 
Dude..,

Superblock is nothing but 0th sector of your partition, which contains metadata. While running fsck you are actually retrieving this metadata. This will contain everything about your data(inode details and all) except data. Once this got corrupted you may be able to retrieve, depends on your luck. Superblock can be easily retrieved from the sectors where it is being backuped. You can use the following command.

e2fsck -b <blockno:> /dev/hdai

You can google for block numbers of backuped superblock.:study:

I hope this will help you..

tofee 03-17-2006 07:09 AM

Thanks a lot Sreedhar for explaining superblock ....

nx5000 03-17-2006 09:04 AM

Superblock is not only in group 0! Ext2 is far more robust than FAT or like

http://www.science.unitn.it/~fiorell...lk/node97.html


All times are GMT -5. The time now is 06:48 PM.