1
vote
1answer
496 views

qemu-img: Could not open $FILE

I received a single-file VMDK from a vendor that has a virtual appliance for a particular product I'm interested in evaluating. We run a KVM solution (Proxmox) so I tried converting the file but on ...
2
votes
1answer
2k views

conversion of a VMDK image with qemu-img failed with “error while reading sector 131072: Invalid argument”

I tried to convert a VMDK image found in a OVA file to the QCOW2 format with the qemu-img command but it failed with the error message qemu-img: error while reading sector 131072: Invalid argument ...