VMware Communities
mattosj
Contributor
Contributor
Jump to solution

Breaking up my VMDK files into smaller chunks

Hi there

I've read through this link, but I can't seem to find out how to tell vmware fusion (1.1.3, btw, on a macbook pro) that I'd like to limit the size of VMDK files to 2gb. Can someone shoot me the link to the right documentation?

Thanks very much :-)!

0 Kudos
1 Solution

Accepted Solutions
powervm
Enthusiast
Enthusiast
Jump to solution

Here is the GUI tool to convert the Virtual Disk

Download attached Vdiskmanager,

Select Convert tab. Select source disk and output paht, and check "Split disk into 2GB files' option; click on GO

Note: Poweroff and Backup the VM before converting Virtual Disk

View solution in original post

0 Kudos
4 Replies
MandarMS
Expert
Expert
Jump to solution

you need to convert existing Virtual Disk to 2GB chunk files, try running following commands in Mac OS terminal to convert the same

a) cd /Library/Application\ Support/VMware\ Fusion

b) ./vmware-vdiskmanager -r /Users/.vmdk –t 1 Destination path/Name.vmdk

(For example:

./vmware-vdiskmanager -r /Users/VMware/Documents/Virtual\ Machines.localized/Windows\ XP\ Home.vmwarevm/Windows\ XP\ Home.vmdk –t 1 /Users/VMware/Documents/WindowsHome.vmdk )

mattosj
Contributor
Contributor
Jump to solution

--

0 Kudos
powervm
Enthusiast
Enthusiast
Jump to solution

Here is the GUI tool to convert the Virtual Disk

Download attached Vdiskmanager,

Select Convert tab. Select source disk and output paht, and check "Split disk into 2GB files' option; click on GO

Note: Poweroff and Backup the VM before converting Virtual Disk

0 Kudos
mattosj
Contributor
Contributor
Jump to solution

These are both really great suggestions!!!! thank you both for taking the time to help me out, I really appreciate it. I'll read more about that utility, too (now that I know where to look Smiley Happy )

0 Kudos