Code: Select all
qemu-img convert VmImage.qcow2 -O raw VmImage.raw
If qemu-img command is not found, you need to install qemu-utils (Debian/Ubuntu):
Code: Select all
apt-get install qemu-utils
Code: Select all
qemu-img convert VmImage.qcow2 -O raw VmImage.raw
Code: Select all
apt-get install qemu-utils
Users browsing this forum: No registered users and 57 guests