分页: 1 / 1

[问题]jeos安装vmware tools问题

发表于 : 2007-12-21 16:53
lostxanadu
通常在vmware下面安装vmware tools时,系统会自动加载文件到mnt/cdrom下面,解压以后执行perl脚本安装即可。
但是在jeos下面点击install vmware tools以后没有什么反应....

因为想和windows共享目录,希望能够安装vmware tools出现hgfs目录,还请安装成功的TX指点,谢谢!

发表于 : 2007-12-25 22:53
lostxanadu
nobody care?
pity

发表于 : 2007-12-25 23:02
lostxanadu
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

发表于 : 2007-12-26 7:29
lostxanadu
在vm->setting->option里设置好共享文件夹,
然后在/etc/fstab下面增加以下code,重启即可在/mnt/hgfs下找到相应文件夹

.host:/ /mnt/hgfs vmhgfs defaults,ttl=5 0 0

发表于 : 2008-07-23 19:33
yyrl
.host:/ /mnt/hgfs vmhgfs defaults,ttl=5 0 0

我试过了,好像不加这一句就行,加了反而不行
不知道这一句是什么意思?