Hello Everyone,
In the ZFS: Tips and Tricks Wiki about 3/4 the way down discussing copying the partition table, it appears the syntax for the sgdisk command is wrong:
/dev/sdb is the failed disk and in this example we are suppose to be copying the /dev/sda partition table to /dev/sdb. Am I correct or has my coffee not kicked in yet?
In the ZFS: Tips and Tricks Wiki about 3/4 the way down discussing copying the partition table, it appears the syntax for the sgdisk command is wrong:
Code:
root@pve:~# sgdisk --replicate=/dev/sdb /dev/sda