Copy the partition table to the new disk
Dump layout from sda create on sdb
# sfdisk -d /dev/sda | sfdisk /dev/sdb Add to raid. # mdadm --manage /dev/md0 --add /dev/sdb1 Verify # cat /proc/mdstat
Copy the partition table to the new disk
Dump layout from sda create on sdb
# sfdisk -d /dev/sda | sfdisk /dev/sdb Add to raid. # mdadm --manage /dev/md0 --add /dev/sdb1 Verify # cat /proc/mdstat
0 Comments.