Before install vmware-tools
create xorg.conf
CODE:
-
vi /etc/X11.xorg.conf
-
-
Section "Monitor"
-
Identifier "vmware"
-
EndSection
-
-
:wq <--- to save and exit from vi text editor ...
and then
CODE:
-
System-settings --> goto advanced tab --> Autostart --> Add program: here add /usr/bin/vmware-user.
Turn off the virtual machine;
Commit/remove all the snapshots first! (I forgot to mention this, thanks JimO)
Create a good backup of the files!;
Open a Command Prompt and go to:
C:\Program Files\VMWare\VMWare Server
Run this command to expand the virtual disk:
CODE:
-
vmware-vdiskmanager -x 12GB "My harddisk.vmdk"
Note: Because this only expands the disk and not the partition, you'll need to resize the partition table as well. This can be done by 3rd party tools like 'Partition Magic', but also with 'diskpart.exe', builtin into Windows. In my case, this disk is a boot disk, meaning it can't be done on the virtual machine itself. I used another my 2nd virtual machine, running Windows XP.
Add the increased hard disk to a second virtual machine (must be turned off first!).
http://www.leonmeijer.nl/archive/2007/05/07/25.aspx