How to add a new disk to an existing array
How to add a new disk to an existing array
After a crash of one disk of my RAID 1 array I had to replace it :
mdadm --add /dev/md0 /dev/hdb4
mdadm --grow /dev/md0 --raid-devices=1
After a crash of one disk of my RAID 1 array I had to replace it :
mdadm --add /dev/md0 /dev/hdb4
mdadm --grow /dev/md0 --raid-devices=1