VmWare: howto create Virtual HD
The procedure to create a virtual HD is very simple:
Download QEMU
use the Qemu-img.exe, as follows
qemu-img.exe create -f vmdk guestOS.vmdk 4GB
It will create a 4GB virtual HD (empty=580KB)
For example, if you want a 10GB Virtual HD,
you have to replace 4 with 10:
qemu-img.exe create -f vmdk guestOS.vmdk 10GB
When virtual HD will be created, proceed with vmx customization.
ide0:0.fileName = “MyVirualHD.vmdk“
Luglio 1, 2009 at 11:04 am
[...] CAMPIONI D’ITALIA 2008/2009 « uTorrent settings VmWare: howto create Virtual HD [...]