通常在vmware下面安装vmware tools时,系统会自动加载文件到mnt/cdrom下面,解压以后执行perl脚本安装即可。
但是在jeos下面点击install vmware tools以后没有什么反应....
因为想和windows共享目录,希望能够安装vmware tools出现hgfs目录,还请安装成功的TX指点,谢谢!
[问题]jeos安装vmware tools问题
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 4
- 注册时间: 2007-03-01 12:12
-
- 帖子: 4
- 注册时间: 2007-03-01 12:12
-
- 帖子: 4
- 注册时间: 2007-03-01 12:12
god says, aske goole, thus I found the solutions...
see the fowlling address:
https://help.ubuntu.com/community/JeOS# ... 1f84433325
it says that
* First setup our environement by installing the build tools:
sudo aptitude install build-essential linux-headers-$(uname -r)
* Next should ask VMware to mount the VMwareTools CD by clicking on VM > Install VMware Tools… in the VMware Server menu.
* Mount the cdrom
mount /media/cdrom0
* copy the tools to the tmp directory and uncompress them
sudo cp -a /media/cdrom0/VMwareTools*.gz /tmp/
cd /tmp/
sudo tar -xzvf VMwareTools*.gz
* run the vmware-install.pl script accepting all the defaults
cd vmware-tools-distrib/
sudo ./vmware-install.pl
see the fowlling address:
https://help.ubuntu.com/community/JeOS# ... 1f84433325
it says that
* First setup our environement by installing the build tools:
sudo aptitude install build-essential linux-headers-$(uname -r)
* Next should ask VMware to mount the VMwareTools CD by clicking on VM > Install VMware Tools… in the VMware Server menu.
* Mount the cdrom
mount /media/cdrom0
* copy the tools to the tmp directory and uncompress them
sudo cp -a /media/cdrom0/VMwareTools*.gz /tmp/
cd /tmp/
sudo tar -xzvf VMwareTools*.gz
* run the vmware-install.pl script accepting all the defaults
cd vmware-tools-distrib/
sudo ./vmware-install.pl
-
- 帖子: 4
- 注册时间: 2007-03-01 12:12