Created
May 15, 2015 15:05
-
-
Save lovellfelix/7aa7edfc45605650913c to your computer and use it in GitHub Desktop.
Revisions
-
lovellfelix created this gist
May 15, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #Convert vmware image to raw format image file qemu-img convert -f vmdk -p -O raw machine.name.vmdk /opt/machine-name.img #DD image into logical volume dd if=machine-name.img of=/dev/vg_vmstore/lv_001-prod-machine-name-win001 #Use create virtual machine with existing disk