QEMU
Converting between image formats
# raw to qcow2
qemu-img convert -f raw -O qcow2 image.img image.qcow2
# qcow2 to raw
qemu-img convert -f vmdk -O raw image.vmdk image.img
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
# raw to qcow2
qemu-img convert -f raw -O qcow2 image.img image.qcow2
# qcow2 to raw
qemu-img convert -f vmdk -O raw image.vmdk image.img