Superblock backups for ext2 and ext3 partitions
A superblock is a record of the characteristics of a filesystem, including its size, the block size, the empty and the filled blocks and their respective counts, the size and location of the inode tables, the disk block map and usage information, and the size of the block groups.
If you have a bad superblock so you can't mount your ext2/ext3 partition, you can still mount partition using backup copies of your superblock. These superblock copies live at the locations: 32768, 98304, 163840, 229376, 294912 ... It is dependent on the block size. You can run e2fsck as follow and if it is ok, original superblock at address 0 will be re-created:
e2fsck -b 163840 /dev/sda2
- 0 Comment
- Murat Demirten
- 24 Apr 2008, 10:31
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
