Hello, I'm converting some images without problem, but with one i cannot (vm_import) , due to error. ( this image was creating with qemu 0.14.1 and continue to work, windows guest image)
So, is it possible to repair this image ? I know my email is more for qemu user list, but qemu-img check tells me no error, than qemu-convert return one. ---- qemu-img from 0.14.1 qemu-img info /mnt/disks/export/images/vm_import image: /mnt/disks/export/images/vm_import file format: qcow2 virtual size: 20G (21474836480 bytes) disk size: 12G cluster_size: 65536 DEV-10.98.98.1:/mnt/vdisk/images# qemu-img check /mnt/disks/export/images/vm_import No errors were found on the image. DEV-10.98.98.1:/mnt/vdisk/images# qemu-img convert -O qcow2 /mnt/disks/export/images/vm_import /mnt/disks/export-ns/TEST.qcow2 qemu-img: error while reading -------- qemu-img from qemu 0.15 DEV-10.98.98.1:~# qemu-img info /mnt/disks/export/images/vm_import image: /mnt/disks/export/images/vm_import file format: qcow2 virtual size: 20G (21474836480 bytes) disk size: 12G cluster_size: 65536 DEV-10.98.98.1:~# qemu-img check /mnt/disks/export/images/vm_import_1317298935151 No errors were found on the image. DEV-10.98.98.1:~# qemu-img convert -O qcow2 /mnt/disks/export/images/vm_import /mnt/disks/export-ns/TEST.qcow2 qemu-img: error while reading sector 5406720: Input/output error Regards, Nicolas Prochazka