Chinaunix首页 | 论坛 | 博客
  • 博客访问: 310796
  • 博文数量: 163
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: -40
  • 用 户 组: 普通用户
  • 注册时间: 2017-03-08 00:28
文章分类

全部博文(163)

文章存档

2015年(2)

2014年(35)

2013年(28)

2012年(30)

2011年(22)

2010年(14)

2009年(8)

2008年(13)

2007年(11)

分类: LINUX

2014-05-31 12:23:33

1 在VMWare图形界面中,将CentOS光驱设定为C:\Program Files\VMware\VMware Workstation\linux.iso,根据你的VM安装目录进行设定;

2 然后,启动CentOS; 

3 启动好后,挂载光驱
mount -t auto /dev/cdrom /mnt/cdrom这命令就是把CentOS CDROM挂载在/mnt/cdrom目录中,就可以访问里面的内容了;

可能发生的问题:
/mnt/cdrommount: mount point /mnt/cdrom does not exist --/mnt/cdrom目录不存在,需要先创建。

[root@CentOS6 /]# cd /mnt
[root@CentOS6 /]# mkdir -p /mnt/cdrom  --创建/mnt/cdrom目录
[root@CentOS6 /]# mount -t auto /dev/cdrom /mnt/cdrom  --挂载CentOS CDROM挂载mount: block device /dev/cdrom is write-protected, mounting read-only --挂载成功。

4 使用光驱中的文件,进行安装

[root@CentOS6 /]# cd /mnt/cdrom
[root@CentOS6 /]# ls -a
[root@CentOS6 /]# cp VMwareTools-8.6.1-19175.tar.gz /tmp
[root@CentOS6 /]# cd /tmp
[root@CentOS6 /]# tar zxpf VMwareTools-8.6.1-19175.tar.gz
[root@CentOS6 /]# cd vmware-tools-distrib
[root@CentOS6 vmware-tools-distrib]# ./vmware-install.pl
Creating a new installer database using the tar3 format.

Installing the content of the package. 

# 安装过程的画面,全部使用默认值,一直按 Enter 就对了

一直到出现:
To use the vmxnet driver, restart networking using the following commands:
/etc/init.d/network stop
rmmod pcnet32
rmmod vmxnet
depmod -a
modprobe vmxnet
/etc/init.d/network start

Enjoy,

--the VMware team

出现以上,则基本安装完!

5 shutdown -r now 重启

6 重新启动计算机再次登入之后,我们就会发觉到,当我们要离开 Guest OS 的时候,不再需要按「Ctrl + Alt」了,

现在我们来分享 Host OS 的数据夹给 Guest OS 使用,〔VM〕→〔Settings〕
注:左下角原本都会显示「You do not have VMware Tools installed」,现在我们装了 VMware Tools,就不再显示;

新增要分享的数据夹:〔Options〕→〔Shared Folders〕→〔Add〕〔下一步〕点选〔Browse〕,选取要分享的数据夹,这里是以 D盘为例,上面的「Name」您可以随意输入,这里是以 test 为例「Enable this share」启用这个分享

顺利的话,我们只要到「/mnt/hgfs」数据夹,就可以看到刚刚分享的数据夹了


相关参考:
CentOS CDROM挂载使用mount命令

[ CentOS ] 安装VMware Tools
http://xxjcom.blog.51cto.com/259691/48462

如何在CentOS安裝VMWare Tools? (OS) (Linux) (CentOS) (VMWare)
http://www.cnblogs.com/oomusou/archive/2008/06/06/centos_vmware_tools.html

Linux 安装VMware Tools




爱护动物,人人有责


原文地址:   http://blog.sina.com.cn/s/blog_5d71157b0101iv5n.html
阅读(998) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~