How to add a new disk to an existing array 7 February 2011·36 words·1 min Debian Tips 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