I want to move my PVE host to a larger disk. I did this process in the past without any problems (actually I have even restored to a smaller drive with some trial and error) but now it fails.
- I have created a Clonezilla full disk backup on my NAS
- when trying to restore the Clonezilla image I am getting this error:
Both the old and the new disks are nvme, but the new disk is in an external enclosure (for the purposes of the restore, as I am doing that on a different machine) therefore it is reported the system as /dev/sda instead of /dev/nvme0n1. Any idea what could be wrong? Next I'll try connecting the new drive directly in the nvme m.2 slot to avoid issues stemming from the external enclosure, but not sure how much it will help.
- I have created a Clonezilla full disk backup on my NAS
- when trying to restore the Clonezilla image I am getting this error:
Code:
Creating the PV...
WARNING: Couldn't find device with uuid 2LN7QE-SVzv-2irJ-1JZ7-fCxB-Sp3n-pLfv8w.
Physical volume "/dev/sda3" successfully created.
done.
Restoring the VG config...
Consider using option --force to restore Volume Group pve with thin volumes.
Restore failed.
Both the old and the new disks are nvme, but the new disk is in an external enclosure (for the purposes of the restore, as I am doing that on a different machine) therefore it is reported the system as /dev/sda instead of /dev/nvme0n1. Any idea what could be wrong? Next I'll try connecting the new drive directly in the nvme m.2 slot to avoid issues stemming from the external enclosure, but not sure how much it will help.