Search results

  1. K

    Replacing a failed drive in ZFS root pool.

    I followed these steps for replacing a failed bootable drive https://pve.proxmox.com/wiki/ZFS_on_Linux#sysadmin_zfs_change_failed_dev sgdisk <healthy bootable device> -R <new device> sgdisk -G <new device> zpool replace -f <pool> <old zfs partition> <new zfs partition> But I entered the wrong...