KVM disk image converstions

From RARForge
Revision as of 19:44, 29 May 2013 by Robertr (talk | contribs) (Created page with "== 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> [[Category...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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