PDA

View Full Version : [ubuntu] Raid broken after upgrade to Hardy Heron



yzf600
April 26th, 2008, 02:46 PM
I upgraded to Hardy Heron last night. Upon reboot I freaked as my /dev/md0 RAID0 parition could not be mounted.

Luckily, I was able to fix it this morning by re-assembling it:


sudo -s
mdadm --assemble /dev/md0 /dev/sda1 /dev/sdb1
mdadm --examine --scan >> /etc/mdadm/mdadm.conf
exit


Be sure to change the md0, sda1, and sdb1 to the proper values for your configuration.

I'm putting this thread out here so if anyone else runs into this, they won't have to spend an hour looking for a solution.