On Mon, Jun 02, 2008 at 08:29:24PM +0200, Christian Kujau wrote: > Hi there, > > I'm trying to repair a severely damaged ext4 partition. Actually, I don't > care any more for the data, I just wanted to see how far I could get, > because the "damage" here is: the partition was 1/3 of a RAID-0 setup :) The key thing that you need to do when trying to recover from RAID setups where you are missing one or more disks is to align the pieces so they are in their original places, with the missing pieces replaced with a /dev/zero device. There is a starting point here which you may find helpful: http://debian.co.nz/Recovery+of+RAID+and+LVM2.html http://tldp.org/HOWTO/LVM-HOWTO/index.html http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html (I'm assuming here you were using software RAID; if this was a hardware RAID setup, then you need to know what sort of low-level format was used by your hardware RAID device.) - Ted -- 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