[BlueOnyx:17645] Re: Raid1 issue

Michael Stauber mstauber at blueonyx.it
Thu May 21 01:51:51 -05 2015


Hi Tom,

> It appears I have partial RAID and cannot figure how to fix it.

Yeah, sdb is missing from the RAID array.

You copied the partition layout from sda to sdb. Which gets you about
half way there.

What's missing:

- You need to make sdb1 member of the raid array md0.
- You need to make sdb2 member of the raid array md1.

I believe this should do it:

mdadm --manage /dev/md0 --add /dev/sdb1
mdadm --manage /dev/md1 --add /dev/sdb2

At least according to this guide:

https://www.howtoforge.com/replacing_hard_disks_in_a_raid1_array

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list