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