I have a Guest VM on a VMWare Server (version 1) that I need to have more disk space. Is there a way to grow it's virtual disk or add another?
The Host OS is Windows XP 32 Bit. The Guest OS is Windows Server 2008 R2 RC 64 Bit.
I have a Guest VM on a VMWare Server (version 1) that I need to have more disk space. Is there a way to grow it's virtual disk or add another?
The Host OS is Windows XP 32 Bit. The Guest OS is Windows Server 2008 R2 RC 64 Bit.
You can add an additional virtual disk to the machine by:
Shutdown the Guest OS
Right click the machine in your inventory list (F9 to show Inventory List) and choose Settings
Check what your current Virtual Disk type is, you will see either Hard Disk(IDE X:X) or Hard Disk(SCSI X:X) in the current list of Hardware.
When adding the new disk, use the same type so you will know it works properly. Click the Add button and follow the wizard for adding your new disk.
After you have added the disk, you can startup your virtual machine and windows will see it as a new hard drive just as if you installed a new physical drive in a machine.
If you just want additional disk space under a new drive letter, you can stop here.
To be able to spread your current drive over the two drives you need to convert them both to Dynamic Disks (look here for some more info http://www.petri.co.il/difference_between_basic_and_dynamic_disks_in_windows_xp_2000_2003.htm) then span your current partition across both disks.
i think you can grow existing drives [ but then you need to convince guest os to recognize bigger storage space which is very much file system dependent ].
i'm absolutely sure that you can add new virtual disk to existing vm guest. you just power off guest, edit hardware repository and add new drive. that i've done quite a lot of times.
While not the most straight forward process it is rather trivial to resize the VM's existing partitions, and it's too easy to grow a virtual machines vmdk/vhd.
Windows 2008/Vista and above:
diskmgmt.msc
Right Click on the disk in question and select
Extend Volume
Windows 2003 R2/XP and below:
Shut down the VM.
diskpart.exe
List Disk
Select Disk 1
Just look for the disk with the free space you just allocated
list partitions
select Partition 0
Extend
exit