Good evening, everyone,
Let me explain my problem:
In 2017, I backed up a virtual machine with Windows 7 mounted on proxmox 4
The backup of this virtual machine has been saved with great care on a lot of hard disks, I would like to point out that before saving it on a hard disk I also tried to restore this backup on another server with proxmox and it worked properly.
The only problem that comes to my mind is that maybe I backed up to a beta version of proxmox. 4.x
_____
After 3 years, I need to access the data on this virtual machine again.
So I tried all these procedures:
- Restore to Proxmox 6 (Failed)
- Restore to Proxmox 5 (Failed)
- Restore to proxmox 4 (failed )
The error is ALWAYS this:
restore vma archive: vma extract -v -r /var/tmp/vzdumptmp19596.fifo /disk2/dump/vzdump-qemu-108-2017_08_12-05_38_22.vma /var/tmp/vzdumptmp19596
CFG: size: 319 name: qemu-server.conf
DEV: dev_id=1 size: 536870912000 devname: drive-ide0
CTIME: Sat Aug 12 07:38:22 2017
Formatting '/disk2/images/100/vm-100-disk-1.qcow2', fmt=qcow2 size=536870912000 encryption=off cluster_size=65536 preallocation=metadata lazy_refcounts=off refcount_bits=16
new volume ID is 'MIORE:100/vm-100-disk-1.qcow2'
map 'drive-ide0' to '/disk2/images/100/vm-100-disk-1.qcow2' (write zeros = 0)
progress 1% (read 5368709120 bytes, duration 71 sec)
progress 2% (read 10737418240 bytes, duration 103 sec)
progress 3% (read 16106127360 bytes, duration 124 sec)
progress 4% (read 21474836480 bytes, duration 192 sec)
progress 5% (read 26843545600 bytes, duration 263 sec)
progress 6% (read 32212254720 bytes, duration 327 sec)
progress 7% (read 37580963840 bytes, duration 385 sec)
progress 8% (read 42949672960 bytes, duration 458 sec)
progress 9% (read 48318382080 bytes, duration 527 sec)
progress 10% (read 53687091200 bytes, duration 596 sec)
progress 11% (read 59055800320 bytes, duration 667 sec)
progress 12% (read 64424509440 bytes, duration 747 sec)
progress 13% (read 69793218560 bytes, duration 813 sec)
progress 14% (read 75161927680 bytes, duration 880 sec)
progress 15% (read 80530636800 bytes, duration 947 sec)
progress 16% (read 85899345920 bytes, duration 1018 sec)
progress 17% (read 91268055040 bytes, duration 1086 sec)
progress 18% (read 96636764160 bytes, duration 1167 sec)
progress 19% (read 102005473280 bytes, duration 1234 sec)
progress 20% (read 107374182400 bytes, duration 1300 sec)
progress 21% (read 112742891520 bytes, duration 1367 sec)
progress 22% (read 118111600640 bytes, duration 1446 sec)
progress 23% (read 123480309760 bytes, duration 1513 sec)
progress 24% (read 128849018880 bytes, duration 1580 sec)
progress 25% (read 134217728000 bytes, duration 1647 sec)
progress 26% (read 139586437120 bytes, duration 1717 sec)
progress 27% (read 144955146240 bytes, duration 1790 sec)
progress 28% (read 150323855360 bytes, duration 1869 sec)
progress 29% (read 155692564480 bytes, duration 1936 sec)
progress 30% (read 161061273600 bytes, duration 2003 sec)
progress 31% (read 166429982720 bytes, duration 2074 sec)
progress 32% (read 171798691840 bytes, duration 2146 sec)
progress 33% (read 177167400960 bytes, duration 2224 sec)
progress 34% (read 182536110080 bytes, duration 2297 sec)
progress 35% (read 187904819200 bytes, duration 2365 sec)
progress 36% (read 193273528320 bytes, duration 2432 sec)
progress 37% (read 198642237440 bytes, duration 2500 sec)
progress 38% (read 204010946560 bytes, duration 2579 sec)
progress 39% (read 209379655680 bytes, duration 2647 sec)
progress 40% (read 214748364800 bytes, duration 2718 sec)
progress 41% (read 220117073920 bytes, duration 2786 sec)
progress 42% (read 225485783040 bytes, duration 2865 sec)
progress 43% (read 230854492160 bytes, duration 2934 sec)
progress 44% (read 236223201280 bytes, duration 3004 sec)
progress 45% (read 241591910400 bytes, duration 3072 sec)
progress 46% (read 246960619520 bytes, duration 3140 sec)
progress 47% (read 252329328640 bytes, duration 3213 sec)
progress 48% (read 257698037760 bytes, duration 3284 sec)
progress 49% (read 263066746880 bytes, duration 3359 sec)
progress 50% (read 268435456000 bytes, duration 3431 sec)
progress 51% (read 273804165120 bytes, duration 3505 sec)
progress 52% (read 279172874240 bytes, duration 3580 sec)
progress 53% (read 284541583360 bytes, duration 3650 sec)
progress 54% (read 289910292480 bytes, duration 3725 sec)
progress 55% (read 295279001600 bytes, duration 3795 sec)
progress 56% (read 300647710720 bytes, duration 3868 sec)
progress 57% (read 306016419840 bytes, duration 3938 sec)
progress 58% (read 311385128960 bytes, duration 4013 sec)
progress 59% (read 316753838080 bytes, duration 4078 sec)
** (process:19597): ERROR **: restore failed - short vma extent (1958912 < 3756544)
temporary volume 'MIORE:100/vm-100-disk-1.qcow2' sucessfuly removed
TASK ERROR: command 'vma extract -v -r /var/tmp/vzdumptmp19596.fifo /disk2/dump/vzdump-qemu-108-2017_08_12-05_38_22.vma /var/tmp/vzdumptmp19596' failed: got signal 5
- I tried to extract the .vma.lzo file with vma extract and the problem is the same
- I tried to turn the file into a read file and start the machine but it goes wrong and doesn't start.
- I've been following any guide related to this issue on this forum for 2 weeks, to no avail.
My basic need is to retrieve the content of C: of this virtual machine, I have no other need
Thank you for help
Let me explain my problem:
In 2017, I backed up a virtual machine with Windows 7 mounted on proxmox 4
The backup of this virtual machine has been saved with great care on a lot of hard disks, I would like to point out that before saving it on a hard disk I also tried to restore this backup on another server with proxmox and it worked properly.
The only problem that comes to my mind is that maybe I backed up to a beta version of proxmox. 4.x
_____
After 3 years, I need to access the data on this virtual machine again.
So I tried all these procedures:
- Restore to Proxmox 6 (Failed)
- Restore to Proxmox 5 (Failed)
- Restore to proxmox 4 (failed )
The error is ALWAYS this:
restore vma archive: vma extract -v -r /var/tmp/vzdumptmp19596.fifo /disk2/dump/vzdump-qemu-108-2017_08_12-05_38_22.vma /var/tmp/vzdumptmp19596
CFG: size: 319 name: qemu-server.conf
DEV: dev_id=1 size: 536870912000 devname: drive-ide0
CTIME: Sat Aug 12 07:38:22 2017
Formatting '/disk2/images/100/vm-100-disk-1.qcow2', fmt=qcow2 size=536870912000 encryption=off cluster_size=65536 preallocation=metadata lazy_refcounts=off refcount_bits=16
new volume ID is 'MIORE:100/vm-100-disk-1.qcow2'
map 'drive-ide0' to '/disk2/images/100/vm-100-disk-1.qcow2' (write zeros = 0)
progress 1% (read 5368709120 bytes, duration 71 sec)
progress 2% (read 10737418240 bytes, duration 103 sec)
progress 3% (read 16106127360 bytes, duration 124 sec)
progress 4% (read 21474836480 bytes, duration 192 sec)
progress 5% (read 26843545600 bytes, duration 263 sec)
progress 6% (read 32212254720 bytes, duration 327 sec)
progress 7% (read 37580963840 bytes, duration 385 sec)
progress 8% (read 42949672960 bytes, duration 458 sec)
progress 9% (read 48318382080 bytes, duration 527 sec)
progress 10% (read 53687091200 bytes, duration 596 sec)
progress 11% (read 59055800320 bytes, duration 667 sec)
progress 12% (read 64424509440 bytes, duration 747 sec)
progress 13% (read 69793218560 bytes, duration 813 sec)
progress 14% (read 75161927680 bytes, duration 880 sec)
progress 15% (read 80530636800 bytes, duration 947 sec)
progress 16% (read 85899345920 bytes, duration 1018 sec)
progress 17% (read 91268055040 bytes, duration 1086 sec)
progress 18% (read 96636764160 bytes, duration 1167 sec)
progress 19% (read 102005473280 bytes, duration 1234 sec)
progress 20% (read 107374182400 bytes, duration 1300 sec)
progress 21% (read 112742891520 bytes, duration 1367 sec)
progress 22% (read 118111600640 bytes, duration 1446 sec)
progress 23% (read 123480309760 bytes, duration 1513 sec)
progress 24% (read 128849018880 bytes, duration 1580 sec)
progress 25% (read 134217728000 bytes, duration 1647 sec)
progress 26% (read 139586437120 bytes, duration 1717 sec)
progress 27% (read 144955146240 bytes, duration 1790 sec)
progress 28% (read 150323855360 bytes, duration 1869 sec)
progress 29% (read 155692564480 bytes, duration 1936 sec)
progress 30% (read 161061273600 bytes, duration 2003 sec)
progress 31% (read 166429982720 bytes, duration 2074 sec)
progress 32% (read 171798691840 bytes, duration 2146 sec)
progress 33% (read 177167400960 bytes, duration 2224 sec)
progress 34% (read 182536110080 bytes, duration 2297 sec)
progress 35% (read 187904819200 bytes, duration 2365 sec)
progress 36% (read 193273528320 bytes, duration 2432 sec)
progress 37% (read 198642237440 bytes, duration 2500 sec)
progress 38% (read 204010946560 bytes, duration 2579 sec)
progress 39% (read 209379655680 bytes, duration 2647 sec)
progress 40% (read 214748364800 bytes, duration 2718 sec)
progress 41% (read 220117073920 bytes, duration 2786 sec)
progress 42% (read 225485783040 bytes, duration 2865 sec)
progress 43% (read 230854492160 bytes, duration 2934 sec)
progress 44% (read 236223201280 bytes, duration 3004 sec)
progress 45% (read 241591910400 bytes, duration 3072 sec)
progress 46% (read 246960619520 bytes, duration 3140 sec)
progress 47% (read 252329328640 bytes, duration 3213 sec)
progress 48% (read 257698037760 bytes, duration 3284 sec)
progress 49% (read 263066746880 bytes, duration 3359 sec)
progress 50% (read 268435456000 bytes, duration 3431 sec)
progress 51% (read 273804165120 bytes, duration 3505 sec)
progress 52% (read 279172874240 bytes, duration 3580 sec)
progress 53% (read 284541583360 bytes, duration 3650 sec)
progress 54% (read 289910292480 bytes, duration 3725 sec)
progress 55% (read 295279001600 bytes, duration 3795 sec)
progress 56% (read 300647710720 bytes, duration 3868 sec)
progress 57% (read 306016419840 bytes, duration 3938 sec)
progress 58% (read 311385128960 bytes, duration 4013 sec)
progress 59% (read 316753838080 bytes, duration 4078 sec)
** (process:19597): ERROR **: restore failed - short vma extent (1958912 < 3756544)
temporary volume 'MIORE:100/vm-100-disk-1.qcow2' sucessfuly removed
TASK ERROR: command 'vma extract -v -r /var/tmp/vzdumptmp19596.fifo /disk2/dump/vzdump-qemu-108-2017_08_12-05_38_22.vma /var/tmp/vzdumptmp19596' failed: got signal 5
- I tried to extract the .vma.lzo file with vma extract and the problem is the same
- I tried to turn the file into a read file and start the machine but it goes wrong and doesn't start.
- I've been following any guide related to this issue on this forum for 2 weeks, to no avail.
My basic need is to retrieve the content of C: of this virtual machine, I have no other need
Thank you for help