I run a WinXP virtual machine on OS X host. One day I figured the disk allocated for WinXP VM was too small. Here are the steps to grow that disk size simply and painlessly:
- Shutdown VM;
- Run “/Applications/VMware\ Fusion.app/Contents/MacOS/diskTool -X 30GB myDisk.vmdk” where 30GB is the new desired size;
- After diskTool is down growing the disk files, restart WinXP VM;
- From WinXP run “Diskpart”
- List volume
- Select volume 2 (the desired volume name)
- Extend
That’s it. I now have a newly expanded VM disk.