KVM disk image converstions

From RARForge
Jump to navigation Jump to search

Qcow2 disk image to a Raw Image (and LV)[edit]

<source> qemu-img convert -p vm.qcow.img -O raw vm.raw.img dd if=vm.raw.img of=/dev/lg_mygroup/lv_myvol bs=1M </source>