- 论坛徽章:
- 0
|
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-develli>
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.
我的过程:
软件:- VMware workstation 6.5.1
- Fedora 10 32bit
1.sudo rpm -ivh /media/VMware\ Tools/VMwareTools-7.8.4-126130.i386.rpm 2.sudo vmware-config-tools.pl(遇到回答,全部用回车。)
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/59015/showart_1713845.html |
|