KVM disk image converstions

From RARForge
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Qcow2 disk image to a Raw Image (and LV)

<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>