blob: 977a469f08c6381ec50c7eef868965ffaf798478 [file] [log] [blame]
Theodore Ts'o010c49c2012-03-21 23:40:24 -04001ext2fs_open2: The ext2 superblock is corrupt
Theodore Ts'ocd538082007-09-07 16:54:11 -04002../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
Theodore Ts'ob4db1e42011-07-09 12:08:10 -04003../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img
Theodore Ts'o1e3472c1997-04-29 14:53:37 +00004
Theodore Ts'oc32409a2013-12-31 23:02:44 -05005The superblock could not be read or does not describe a valid ext2/ext3/ext4
6filesystem. If the device is valid and it really contains an ext2/ext3/ext4
Theodore Ts'o1e3472c1997-04-29 14:53:37 +00007filesystem (and not swap or ufs or something else), then the superblock
8is corrupt, and you might try running e2fsck with an alternate superblock:
9 e2fsck -b 8193 <device>
Theodore Ts'oc32409a2013-12-31 23:02:44 -050010 or
11 e2fsck -b 32768 <device>
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000012
13Exit status is 8