It was hard to notice that there was a backslah and a spash after the slash, when writing the names/titles of the folders if they contained spaces
You can use quotes:
'/Library/Application Support/VMware Fusion/vmware-vdiskmanager' -x 15Gb "/Users/Eric/Documents/Virtual Machines/Windows XP Professional.vmwarevm/Windows XP Professional.vmdk"[/code]
Tab-complete also helps (type enough to be unambiguous, then press tab) since it insures that you won't have any typos. For example, you could have instead typed
/Lvmdk[/code]
You didn't need to use sudo, and you should check the permissions (e.g. via Get Info) on the vmdk to make sure you (as opposed to root) still own it.
I just found it really frustrating how they slipped the dialouge..."grow later" into the installation process like it would take no effort at all.....then included no instructions on how to do it. I had no idea how dificult it would be to figure out just how to make it larger.
You're right, this is difficult. However, the installation assistant refers to something else - normal users aren't ever expected to do this! The text refers to a dynamic (as opposed to preallocated) disk. Although you might specify a 17 GB disk, an empty dynamic disk will start off small (under 1 MB). As you add files to the virtual disk, the backing file will take up more space until it reaches the maximum, 17 GB.
Edited to add terminal comments -etung 2007.05.29 17:33