[问题]jeos安装vmware tools问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
lostxanadu
帖子: 4
注册时间: 2007-03-01 12:12

[问题]jeos安装vmware tools问题

#1

帖子 lostxanadu » 2007-12-21 16:53

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

因为想和windows共享目录,希望能够安装vmware tools出现hgfs目录,还请安装成功的TX指点,谢谢!
lostxanadu
帖子: 4
注册时间: 2007-03-01 12:12

#2

帖子 lostxanadu » 2007-12-25 22:53

nobody care?
pity
lostxanadu
帖子: 4
注册时间: 2007-03-01 12:12

#3

帖子 lostxanadu » 2007-12-25 23:02

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
lostxanadu
帖子: 4
注册时间: 2007-03-01 12:12

#4

帖子 lostxanadu » 2007-12-26 7:29

在vm->setting->option里设置好共享文件夹,
然后在/etc/fstab下面增加以下code,重启即可在/mnt/hgfs下找到相应文件夹

.host:/ /mnt/hgfs vmhgfs defaults,ttl=5 0 0
头像
yyrl
帖子: 121
注册时间: 2008-01-31 14:17
联系:

#5

帖子 yyrl » 2008-07-23 19:33

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

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