• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Software RAID1 recovery

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

SickBoy

Inactive Moderator
Joined
Jan 13, 2001
Location
Minneapolis, MN
OK, I have a software RAID1 that has had some problems. The machine has been powered off w/o proper shutdown a couple of times due to power issues.

I had 2 drives, each 100GB, mirrored. I know at least one is still good, but both complain of an invalid superblock when I try to start the array.

Is there any way, since this is a RAID1 array, to pull the known good drive out of the array and fix it so it will function as a single drive? fsck doesn't seem to be able to locate the superblock either, but from what I understand, a RAID superblock exists on a different part of the disk (compared to a normal superblock).

Help? (gulp)
 
Code:
alice akruse # mdadm --assemble --force /dev/md0 /dev/hdc1
mdadm: no recogniseable superblock on /dev/hdc1
mdadm: /dev/hdc1 has no superblock - assembly aborted
 
Back