Slashdot is powered by your submissions, so send in your scoop

 



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

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...