Home > VmWare > VmWare: howto create Virtual HD

VmWare: howto create Virtual HD

1 Luglio 2009

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

Italian

Categorie:VmWare Tag:
I commenti sono chiusi.