Hi,
The error usually happens because some of the partitions in the backup aren’t designed to be read directly, so the file restore tool can’t mount them. That’s why you’re able to restore from certain folders but not others.
If you need files...
@bbgeek17
Orignally vm 121 was on storage local-lvm at pve4. To trouble shoot the IO issue, I've created storage local-lvm2 on the same VG at pve4 to see if it can help (actually it can't). I've already moved the vm disk back to local-lvm. I am...
Your testy NFS storage is inactive because it’s missing a path.
Fix it with:
pvesm set testy --path /mnt/pve/testy
Then check:
pvesm status
It should be active.
When adding NFS storage via CLI, always include --path /mnt/pve/<name>
The issue is likely because the USB SSD hasn’t been added as a storage location in Proxmox yet. Once it’s mounted and added under Datacenter → Storage, your backups will appear in the GUI and be ready for restore.
Hi @bbgeek17
Below is added the result, could you please look into it and advise
dir: local
path /var/lib/vz
content vztmpl,iso,backup
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
nfs: iso
export...
We have a Proxmox VE Essentials 1xCPU subscription and are experiencing a disk performance drop after migrating a VM’s virtual disk.
Originally, the VM’s disk was on a local RAID SSD. We moved it to an NFS shared disk (15K RPM RAID array)...