Re: EXT4-fs: group descriptors corrupted!
From: Theodore Tso <tytso@mit.edu>
Date: 2009-02-25 21:30:51
On Wed, Feb 25, 2009 at 02:39:31PM -0600, Ron Johnson wrote:
These are the relevant Debian Sid package versions: e2fsprogs 1.41.3-1 linux-source-2.6.28 2.6.28-2~snapshot.12850 Since I built the fs with extents enabled, I am hesitant to run fsck on it because I've read that it doesn't yet support extents. As you can see from the dmesg snippets, one of my ext4 file systems mounted perfectly. The one that didn't is an lvm2 "array", which seems to be consistent.
E2fsck 1.41.3 does actually have extent support, but let's not be too hasty to run e2fsck just yet. Can you send me the output of "dumpe2fs -o superblock=32768 /dev/main_huge_vg/main_huge_lv" and see how it compares to the dumpe2fs of your primary superblock? It looks like your block group descriptors were totally scribbled upon. How and why it happened, I'm not sure. But before we do anything else, let's check out the backup descriptors and make sure they are sane. - Ted