if one of the drives fail, replace the drive and rebuild the RAID-0 on the dead machine:
mdadm --stop /dev/md0 mdadm --create --verbose /dev/md0 --level=0 --raid-devices=3 /dev/sdb1 /dev/sdc1 /dev/sdd1 --auto=md
Example is better than percept
if one of the drives fail, replace the drive and rebuild the RAID-0 on the dead machine:
mdadm --stop /dev/md0 mdadm --create --verbose /dev/md0 --level=0 --raid-devices=3 /dev/sdb1 /dev/sdc1 /dev/sdd1 --auto=md
2009 ·Coding Life by TNB
0 Comments:
Post a Comment