How to add a new disk to an existing array
Feb 7, 2011
1 minute read

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


comments powered by Disqus