I'm trying to convert a qcow2 file to raw so I can store it on a LVM. I'm using the following:
Code:
#qemu-img convert -f qcow2 ./vm-101-disk-1.qcow2 -O raw /dev/vg0/VM101
But keep getting:
Code:
qemu-img: error while reading
I've found plenty of people with the same problem on Google but no solutions.