Search results

  1. S

    Replacing a disk in ZFS

    I thought it was enough to specify the entire disk. Do I need to specify each partition? I think this is wrong zpool attach rpool /dev/nvme1n1p1 /dev/nvme0n1p1 cannot attach /dev/nvme0n1p1 to /dev/nvme1n1p1: no such device in pool if I execute such a command zpool attach rpool /dev/nvme1n1...
  2. S

    Replacing a disk in ZFS

    zpool attach rpool /dev/disk/by-id/nvme-CT500P1SSD8_2006E289538E-part3 /dev/disk/by-id/nvme-Apacer_AS2280P4_512GB_E4E107121C9000062972 after this command resylving starts the result does not suit me
  3. S

    Replacing a disk in ZFS

    There is PVE 6.4-13. old configuration with scratch disks The disk nvme0n1 has become unusable in Raid1, it is bootable with uefi deleting a dead disk copying sections sgdisk -R / dev / nvme0n1 / dev / nvme1n1 then sgdisk -G / dev / nvme0n1 doing pve-efiboot-tool format, init, refresh...