Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
This discussion has been archived. No new comments can be posted.

when sfdisk complains about GPT use sgdisk for RAID disk replacement

Comments Filter:
  • # add a new disk as a spare
    mdadm --add /dev/md0 /dev/sdb1
    # fail and remove the disk you want to replace
    mdadm /dev/md0 --fail /dev/sda1 --remove /dev/sda1
    # watch the rebuilding progress
    watch cat /proc/mdstat

"Text processing has made it possible to right-justify any idea, even one which cannot be justified on any other grounds." -- J. Finnegan, USC.

Working...