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

There is no distinction between any AI program and some existent game.

Working...