Install VMware tools to Fedora 10 client OS on Windows Vista host OS
Software requirements:
- Windows Vista Ultimate 64bit
- VMware workstation 6.5.1
- Fedora 10 64bit
Install packages that are required to build VMware tools:
1 | yum install gcc make kernel-devel</li> |
Step by step guide
- Logon to Fedora, and select “Install VMware Tools” from VM menu
- After the tool cd was mount, open a terminal window logon as root user and type
1 2 3
cd ~ mkdir VMware cd VMWare
- Type:
1
cp /media/VMware\ Tools/VMwareTools-7.8.4-126130.tar.gz ./
- Untar and install by typing:
1 2 3
tar zxpf ./VMwareTools-7.8.4-126130.tar.gz cd vmware-tools-distrib/ ./vmware-install.pl
- Config and build VMware tool modules:
1
vmware-config-tools.pl
and type y when prompt to build vmware modules
Restart your guest OS and then you should have vmware tool installed. You should be able to see your shared folder from the host OS.







thank you very much
it works very well.
thank you for this – i’ve tried unsuccessfully to install vmware-tools several times, but it now works without any problems
thanks a lot..
it did help me a lot and it’s working..
great post..