7/27/2014

Linux software RAID-1

Recover RAID-1 from the disk that survived disaster

$ mdadm --create /dev/md0 --level=1 --raid-disks=2 missing /dev/sdc 

where /dev/sdc is the surviving disk

No comments:

Post a Comment