Is it possible to convert a VMWare vmdk image file to physical hardisk drive? I know VMWare 6.5 can use physical harddisk drive directly to get good performance, can I convert an existing vmdk file to physical harddisk drive go gain better performance?
|
|
If you have qemu-img, you should be able to do all of this from a command line dealing just with image files.
That will write out whatever raw format the vmdk was out to a physical drive. I have not been able to test this on my own, but I think that will work :) |
|||
|
|
A bit late, but for reference I have successfully:
|
|||
|
|
|
Have you tried booting into a BartPE cd (i.e. UltimateP2V ) and using Ghost? You'll probably run into driver problems once it gets on the hardware but, those are easy enough to deal with (in theory, lol). If you want to create your own P2V (V2V, V2P, etc) disk check out Mike Laverick's write up (its the best): http://www.rtfm-ed.co.uk/docs/vmwdocs/whitepaper-ultimateP2V.pdf |
|||
|
|
|
Mount the drive in a VM or however, and snapshot it (www.drivesnapshot.de). Then mount the raw disk in a VM and restore the snapshot onto the disk. That will transfer the drive sector by sector. In Linux I think you can use dd to do the same thing. Isn't use of physical disks for VM volumes deprecated in VMWare these days? JR |
|||||||||
|