ext4 fs recovery

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Anshuman Aggarwal
Date: Friday, April 9, 2010 - 4:02 pm

Hi all,
 I have an ext4 partition which is unable to find its superblock on e2fsck. 

#e2fsck -n /dev/VGdata/LVstore 
e2fsck 1.41.11 (14-Mar-2010)
e2fsck: Superblock invalid, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open /dev/VGdata/LVstore

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
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>


# e2fsck -n -b 8193 /dev/VGdata/LVstore 
e2fsck 1.41.11 (14-Mar-2010)
e2fsck: Bad magic number in super-block while trying to open /dev/VGdata/LVstore

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
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>


Any ideas on how to proceed?

How I got here was due to a failed disk which I have ddrescued over but seems to have missing corrupt metadata.

Thanks,
Anshuman--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ext4 fs recovery , Anshuman Aggarwal, (Fri Apr 9, 4:02 pm)