Hi,
according to my post, this italian translation is for you:
Having the need to purchase a second 8-TB disk and put it in RAID-1 on a already working system consisting of only one RAID 0 disk, I wanted to write this step-by-step guide hoping to be of help to someone. First, let's repeat the steps written in the previous guide:
To add the second disk to the existing pool and to have a RAID-1perfectly working, I had to type the following command:
At the end of the operation and after a reboot, the system will be fully functional:
Best regards,
Emanuele Bruno
according to my post, this italian translation is for you:
Having the need to purchase a second 8-TB disk and put it in RAID-1 on a already working system consisting of only one RAID 0 disk, I wanted to write this step-by-step guide hoping to be of help to someone. First, let's repeat the steps written in the previous guide:
Code:
sgdisk --replicate=/dev/sdb /dev/sda
sgdisk --randomize-guids /dev/sdb
grub-install /dev/sdb
To add the second disk to the existing pool and to have a RAID-1perfectly working, I had to type the following command:
Code:
zpool attach rpool pci-0000:00:10.0-scsi-0:0:0:0-part2 /dev/sdb
At the end of the operation and after a reboot, the system will be fully functional:
Best regards,
Emanuele Bruno