On Tuesday, 6 January 2009 at 14:34, Theodore Tso wrote: > It looks like both the primary and the backup block group descriptors > are bad. I'm not sure how this happened; normally nothing touches the > backup block superblocks at all. Stupid question --- are you sure the > partition table is sane; that's always the first thing to check. I created a new partition on the second drive, and I hope I used exactly the same options. The result of fdisk -l is the following: corrupted drive: Disk /dev/sde: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xaaaaaaaa Device Boot Start End Blocks Id System /dev/sde1 1 121601 976760032 83 Linux new partition on similar drive: Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xaaaaaaaa Device Boot Start End Blocks Id System /dev/sdb1 1 121601 976760001 83 Linux The only difference is the number of blocks of the partition, I guess since the start and end are the same this should be equal as well. > Can you upload someplace the output of > > dumpe2fs /dev/XXX > dumpe2fs -o superblock=32768 /dev/XXX > dumpe2fs -o superblock=98304 /dev/XXX > > That would be helpful to see what had happened. Uploaded at http://www.filefactory.com/file/afg88b1/n/dumps_tar_bz2. dump-0 is the output of the first command, dump-32768 the second, and the third was equal to the second. The following two lines weren't redirected into the files (even with 2>&1), and were the same for all three commands (well, at least for the first line that's not really surprising). dumpe2fs 1.41.3 (12-Oct-2008) ext2fs_read_bb_inode: Invalid argument- I couldn't yet compile the findsuper program (some missing headers), but since dumpe2fs found some more or less valid data, it shouldn't be necessary, right? I also tried the R-Linux recovery program mentioned from http://www.data-recovery-software.net/Linux_Recovery.shtml, but that didn't really work (not surprising, since it's for ext3 only). Best regards, Christian Ohm PS: Sorry for the late answer, I'll reply more quickly now. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html