- Code: Select all
mke2fs 1.42.11 (09-Jul-2014)
Creating filesystem with 487653137 4k blocks and 121913344 inodes
Filesystem UUID: b0e009dc-2076-43ab-b82d-8c6fa979151b
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848
tune2fs -l /dev/sda8
- Code: Select all
tune2fs 1.42.11 (09-Jul-2014)
tune2fs: Bad magic number in super-block while trying to open /dev/sda8
Couldn't find valid filesystem superblock.
e2fsck /dev/sda8
- Code: Select all
e2fsck 1.42.11 (09-Jul-2014)
ext2fs_open2: Bad magic number in super-block
e2fsck: Superblock invalid, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open /dev/sda8
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>