Technology and me

// 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

Billets similaires

Comments are disabled

RSS Feed
Social ...
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported