File restore from vm = 0

could you show the full config?
Code:
  GNU nano 7.2                                         /etc/pve/nodes/pve1/qemu-server/143.conf
agent: 1
balloon: 0
boot: order=scsi0;sata0;net0
cores: 8
cpu: x86-64-v2-AES
memory: 8000
meta: creation-qemu=8.0.2,ctime=1699308835
name: vm-srv-kscweb
net0: virtio=A2:3E:71:60:28:C4,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
reboot: 1
sata0: none,media=cdrom
scsi0: NAS-5:143/vm-143-disk-0.qcow2,iothread=1,size=32G,ssd=1
scsi2: /dev/loop0,size=4800G,ro
scsihw: virtio-scsi-single
smbios1: uuid=65b8d923-f698-4a01-98f2-ddea8d69418a
sockets: 2
vmgenid: 5d03b63e-4d32-4453-873b-78998abfe3e2
 
it works as expected for me (also for a disk with a lot bigger size) - I am not sure what's going wrong on your end..
 
it works as expected for me (also for a disk with a lot bigger size) - I am not sure what's going wrong on your end..
But the disk opens if it is opened on the current server with pbs or on pbs itself. But large files (exe or iso) are not the original size and are like shortcuts by size. How to solve this then?
 
there is some issue with disk passthrough on your end, but I don't see what is wrong from the logs and configs and it works for me. the issue with the file size is that the linux NTFS driver doesn't support the NTFS features your disk uses, so you need to use a windows VM to do the restore, but that requires passthrough to work, which for some reason you seem to not be able to get running.

it's quite hard to debug a problem that is not reproducible
 
Works here too.
Code:
proxmox-backup-client map ...
qm set 100 -scsi5 /dev/loop0,snapshot=1


qm config 100
scsi5: /dev/loop0,size=2100G,snapshot=1


PS> Get-PSDrive
Name           Used (GB)     Free (GB) Provider      Root                
----           ---------     --------- --------      ----                            
G                2056,27         43,71 FileSystem    G:\

Be sure to map the drive to a windows server vm where vss is enabled and not to a linux vm.
 
Works here too.
Code:
proxmox-backup-client map ...
qm set 100 -scsi5 /dev/loop0,snapshot=1


qm config 100
scsi5: /dev/loop0,size=2100G,snapshot=1


PS> Get-PSDrive
Name           Used (GB)     Free (GB) Provider      Root              
----           ---------     --------- --------      ----                          
G                2056,27         43,71 FileSystem    G:\

Be sure to map the drive to a windows server vm where vss is enabled and not to a linux vm.
fluxX04, hi! Great, i attach drive to ms win and list folders, but i can't copy data from this disk. Get error 0x80070780 Access to this file from OS nothing, In OS i have admins priv.

 
Last edited: