- 1、本文档共8页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
VMWare中Ubuntu linux系统使用hgfs共享主机文件
使用hgfs实现vmware文件传输,不需要任何网络相关设置,这对于网络不通时进
行vmware与host传输文件带来方便,不用u盘mount即可实现.
host和ghost可以是linux和windows操作系统,这里只介绍host是
windows,ghost是linux下的设置.若ghost是windows,可以参考vmware帮助中
的setting up shared folders.
下面的介绍假定VMware,linux等已经安装:-)
1.下载一个VMwareTools包,如:VMwareTools-5.0.0-13124.i386.tar.gz
2.安装VMwareTools包
# tar xzfv VMwareTools-5.0.0-13124.i386.tar.gz
output
在当前目录下生成vmware-tools-distrib文件夹
# cd vmware-tools-distrib
# ls
bin doc etc FILES INSTALL installer lib sbin vmware-install.pl
# ./vmware-install.pl 执行 vmware 的安装脚本,
这个脚本是用perl编写的
安装程序会询问安装文件存放位置和设置分辨率等一系列问题,
在大多数情况下,安装默认配置VMware tools就可以正常工作,因此,在此对每一
个问题按回车键选择默认配置.输出信息类似如下:
Creating a new installer database using the tar3 format.
Installing the content of the package.
In which directory do you want to install the binary files?
[/usr/bin]
What is the directory that contains the init directories (rc0.d/ to
rc6.d/)?
[/etc/rc.d]
What is the directory that contains the init scripts?
[/etc/rc.d/init.d]
In which directory do you want to install the daemon files?
[/usr/sbin]
In which directory do you want to install the library files?
[/usr/lib/vmware-tools]
The path /usr/lib/vmware-tools does not exist currently. This
program is goingto create it, including needed parent directories. Is this
what you want?
[yes]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware-tools]
The path /usr/share/doc/vmware-tools does not exist currently.
This program isgoing to create it, including needed parent directories.
Is this what you want?
[yes]
The installation of VMware Tools 5.0.0 build-13124 for Linux
completed
successfully. You can decide to remove this software from your system
at any
time by invoking
文档评论(0)