Answer the question
In order to leave comments, you need to log in
System won't boot from mdadm after disk failure?
Hello!
I assembled a raid1 array of two sections:
mdadm --create /dev/md1 /dev/sdb1 /dev/sdc1 --level=1 --raid-devices=2
mdadm --examine --scan > /etc/mdadm/mdadm.conf
update-initramfs -u
mkfs.ext4 /dev/md1
mount /dev/md1 /mnt/
UUID=bd11a49b-25c1-4e7b-84ef-9eb5df436e99 /mnt ext4 defaults 0 2
mdadm --stop /dev/md1
mdadm --assemble --scan
mdadm /dev/md1 -a /dev/sdd1
mdadm /dev/md1 -f /dev/sdc1
mdadm /dev/md1 -r /dev/sdc1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question