I have an existing /home RAID1 consisting of /dev/sdb1 and /dev/sdc1.
My root drive failed and have replaced. Slack14.1-64 is installed on the new /dev/sda & is running fine.
Trying to assemble the raid so I can setup /home again, but it errors.
So just looking for ideas as to what I’m doing wrong. No raid setup or running.
Running this command:
Code:
mdadm --assemble /dev/md0 /dev/sdb1 /dev/sdc1
It errors.
Code:
mdadm: /dev/sdb1 is busy - skipping
mdadm: /dev/sdc1 is busy - skipping
I’m obviously missing a step. The raid disks where in sync before my root drive failed.
Do I need to create the raid again before I assemble? I’d rather not wipe out my /home data if I can help it.
ie.
Code:
mdadm --create /dev/md0 --level=mirror --raid-devices=2 /dev/sdb1 /dev/sdc1
mdadm --detail --scan >> /etc/mdadm.conf
Just as a Workstation user that’s new to this as I’ve never had a software raid before, so any advice is appreciated.
Thanks