On 11/12/2014 10:58 AM, DeadManMoving wrote: > Hi list, > > I have a failed RAID 5 array, composed of 4 x 2TB drives without hot > spare. On the fail array, it looks like there is one drive out of sync > (the one with a lower Events counts) and another drive with a missing or > corrupted superblock (dmesg is reporting "does not have a valid v1.2 > superblock, not importing!" and i have a : Checksum : 5608a55a - > expected 4108a55a). > > All drives seems good though, the problem was probably triggered by a a > broken communication between the external eSATA expansion card and > external drive enclosure (card, cable or backplane in the enclosure i > guess...). > > I am now in the process of making exact copies of the drives with dd to > other drives. > > I have an idea on how to try to get my data back but i would be happy if > someone could help/validate with the steps i intent to follow to get > there. --create is almost always a bad idea. Just use "mdadm -vv --assemble --force /dev/mdX /dev/sd[abcd]" One drive will be left behind (the bad superblock), but the stale one will be revived and you'll be able to start. If that doesn't work, show the output of the above command. Do NOT do an mdadm --create. Phil -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html