如何给CentOS7 安装Vmware Tools

网上科普有关“如何给CentOS7 安装Vmware Tools”话题很是火热,小编也是针对如何给CentOS7 安装Vmware Tools寻找了一些与之相关的一些信息进行分...

网上科普有关“如何给CentOS7 安装Vmware Tools”话题很是火热,小编也是针对如何给CentOS7 安装Vmware Tools寻找了一些与之相关的一些信息进行分析,如果能碰巧解决你现在面临的问题,希望能够帮助到您。

1、首先启动CentOS系统,进入到桌面,

2、单击VMWare的虚拟机菜单,选择安装VMWare Tools命令,所以:

3、接着CentOS系统会自动挂载VMWare Tools,并自动打开,

4、把其中的tar.gz包复制到桌面,

5、在桌面上右击单击,选择Open in Terminal“在终端中打开”,

6、解压tar.gz包.

执行解压命令tar -xzv -f VMwareTools-9.6.2-1688356.tar.gz,文件名较长,为防止输入错误,用Tab键自动补全,

7、进入到解压得到的目录中.

执行命令cd vmware-tools-distrib/ ,

8、执行安装.

执行安装命令sudo ./vmware-install.pl,

9、之后只需要一路按Enter回车键即可,当然如果你理解每个选项的功能,也可以自定义,不过一般默认即可,当看到如下图字符显示时,表示安装完成:

10、重启使VMWare Tools生效.

执行重启命令sudo shutdown -r now,

11、你可以在物理机系统和虚拟机系统之间执行复制文字、拖拽复制文件等操作了

Linux VMware Tools安装步骤简易版

Linux VMware Tools安装估计有点困难,我也在网上看了好多版本的Linux安装VMware Tools,方法都一样。但是自己在安装过程中,还是遇到了点问题。但是最终还是搞定。我运行的是VMware workstation 8.0.4 , OS: CentOS 6.0

1. 在CD-ROM虚拟光驱中选择使用ISO镜像,找到VMWARE TOOLS 安装文件,如C:\program\VMware\VMware Workstation\Programs\linux.iso

当然这个ISO是你安装VMware workstation 的目录下的Linux.iso,不是你的Linux OS 镜像文件。VMware Tools一般都在这个文件里。

2. 以管理员身份进入Linux,root账号

3. 退出到windows,在虚拟机菜单栏中点击 虚拟机-> 安装 VMWARE TOOLS 子菜单,会弹出对话框,点击"确认" 安装

4. 挂载光驱:Mount -t iso9660 /dev/cdrom /mnt

加载CDROM设备,这是如果进入/mnt 目录下,你会发现一个文件:

VMwareTools-8.8.4-743747.tar.gz

这个就死VMware Tools的Linux软件包,也是我们刚才使用的WinISO打开的Liunx.ISO

有的虚拟机上估计执行mount /dev/cdrom /mnt/cdrom

如果提示如下错误,挂载点不存在。,[root@localhost /]#mount /dev/cdrom /mnt/cdrom

mount: mount point /mnt/cdrom dose not exist

请直接执行此命令:

mount /dev/cdrom /opt

cd /opt

或者应该可以使用自动挂载,直接进入

cd /misc/cd

5. copy 此文件到临时文件夹

cp /mnt/mVMwareTools-8.8.4-743747.tar.gz /tmp

6. 卸载CDROM,执行 umount /dev/cdrom

7. 进入tmp文件目录并解压此文件包

cd /tmp

tar zxf vmware-linux-tools.tar.gz

解压默认到vmware-tools-distrib目录下:此时你可以使用ls -ll 查看文件夹下的文件

8. 进入vmware-tools-distrib,安装vmware tools.

./vmware-install.pl 执行安装,

安装过程中他会一步一步的有问题回应,此过程中,你遇到后面显示[yes],[no],[yes][no]的直接输入yes,然后回车。其他的问题不管[]里面是什么,直接回车就好了,不要输入。

9. 大约5分钟左右安装完成。 执行init 6重启ok。

Linux VMware Tools安装步骤图文版,大家可以参考下

展台搭建 机器视觉系统 windows7旗舰版 电脑重装系统 arm9开发板 科比球鞋 机器视觉

虚拟机 制作网页 网页制作模板 展台搭建 科比球鞋 电脑系统重装 windows7旗舰版

虚拟机 网站开发 安德玛篮球鞋 展台搭建 网站设计 网站设计公司 html5网页模板

网站开发 安卓软件开发 电脑装win7系统 ios编程入门 苹果刷机 外置显卡 现在做什么赚钱

html5网站 u盘安装系统 html5模板 单片机 电脑重装系统 女装免费代理 展台搭建

近视眼恢复 恢复删除文件 二合一平板电脑 u盘安装系统 平板电脑排行榜 jordan 电话呼叫系统

操作过程如下:

[root@localhost ~]# cd /

[root@localhost /]# ls

bin dev home lost+found misc net proc sbin srv tftpboot usr

boot etc lib media mnt opt root selinux sys tmp var

[root@localhost /]# cd /media

[root@localhost media]# ls

VMware Tools

[root@localhost media]# cd VMware\ Tools/

[root@localhost VMware Tools]# ls

manifest.txt VMwareTools-8.1.3-203739.tar.gz

[root@localhost VMware Tools]# cp VMwareTools-8.1.3-203739.tar.gz /tmp

[root@localhost VMware Tools]# cd /tmp

[root@localhost tmp]# ls

gconfd-root scim-helper-manager-socket-root

keyring-lbbFvv scim-panel-socket:0-root

mapping-root scim-socket-frontend-root

orbit-root ssh-FmnVlj2751

scim-bridge-0.3.0.lockfile-0@localhost:0.0 virtual-root.ZxmHUV

scim-bridge-0.3.0.socket-0@localhost:0.0 VMwareTools-8.1.3-203739.tar.gz

[root@localhost tmp]# tar -zxf VMwareTools-8.1.3-203739.tar.gz

[root@localhost tmp]# ls

gconfd-root scim-panel-socket:0-root

keyring-lbbFvv scim-socket-frontend-root

mapping-root ssh-FmnVlj2751

orbit-root virtual-root.ZxmHUV

scim-bridge-0.3.0.lockfile-0@localhost:0.0 VMwareTools-8.1.3-203739.tar.gz

scim-bridge-0.3.0.socket-0@localhost:0.0 vmware-tools-distrib

scim-helper-manager-socket-root

[root@localhost tmp]# cd vmware-tools-distrib/

[root@localhost vmware-tools-distrib]# ls

bin doc etc FILES INSTALL installer lib vmware-install.pl

[root@localhost vmware-tools-distrib]# ./vmware-install.pl

Creating a new VMware Tools installer database using the tar4 format.

Installing VMware Tools.

In which directory do you want to install the binary files?

[/usr/bin] yes

The path "yes" is a relative path. Please enter an absolute path.

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

going to create it, including needed parent directories. Is this what you want?

[yes]

yes

In which directory do you want to install the documentation files?

[/usr/share/doc/vmware-tools]

The path "yes" is a relative path. Please enter an absolute path.

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

is going to create it, including needed parent directories. Is this what you

want? [yes]

The installation of VMware Tools 8.1.3 build-203739 for Linux completed

successfully. You can decide to remove this software from your system at any

time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

Before running VMware Tools for the first time, you need to configure it by

invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want

this program to invoke the command for you now? [yes]

Stopping VMware Tools services in the virtual machine:

Guest operating system daemon: [确定]

Virtual Printing daemon: [确定]

Unmounting HGFS shares: [确定]

Guest filesystem driver: [确定]

Found a compatible pre-built module for vmmemctl. Installing it...

Found a compatible pre-built module for vmhgfs. Installing it...

Found a compatible pre-built module for vmxnet. Installing it...

Found a compatible pre-built module for vmblock. Installing it...

[EXPERIMENTAL] The VMware FileSystem Sync Driver (vmsync) is a new feature that

creates backups of virtual machines. Please refer to the VMware Knowledge Base

for more details on this capability. Do you wish to enable this feature?

[no]

Found a compatible pre-built module for vmci. Installing it...

Found a compatible pre-built module for vsock. Installing it...

Found a compatible pre-built module for vmxnet3. Installing it...

Found a compatible pre-built module for pvscsi. Installing it...

Detected X.org version 7.1.

Host resolution detected as "1440 x 900".

Please choose one of the following display sizes that X will start with:

[1] "320x200"

[2] "320x240"

[3] "400x300"

[4] "512x384"

[5] "640x400"

[6] "640x480"

[7] "720x480"

[8] "800x480"

[9] "854x480"

[10] "720x576"

[11] "800x600"

[12] "1024x768"

[13] "1280x720"

[14] "1280x768"

[15] "1152x864"

[16] "1280x800"

[17]< "1366x768"

Please enter a number between 1 and 17:

[17] 12

X Window System Version 7.1.1

Release Date: 12 May 2006

X Protocol Version 11, Revision 0, Release 7.1.1

Build Operating System: Linux 2.6.18-128.1.16.el5 i686 Red Hat, Inc.

Current Operating System: Linux localhost.localdomain 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:54 EDT 2009 i686

Build Date: 22 July 2009

Build ID: xorg-x11-server 1.1.1-48.67.el5

Before reporting problems, check

to make sure that you have the latest version.

Module Loader present

Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (?) unknown.

(++) Log file: "/tmp/vmware-config0/XF86ConfigLog.16172", Time: Thu Apr 1 02:40:28 2011

(++) Using config file: "/tmp/vmware-config0/XF86Config.16172"

The XKEYBOARD keymap compiler (xkbcomp) reports:

> Warning: Multiple symbols for level 1/group 1 on key

> Using XF86Sleep, ignoring XF86Standby

> Warning: Symbol map for key redefined

> Using last definition for conflicting fields

Errors from xkbcomp are not fatal to the X server

X is running fine with the new config file.

FreeFontPath: FPE "unix/:7100" refcount is 2, should be 1; fixing.

Creating a new initrd boot image for the kernel.

Starting VMware Tools services in the virtual machine:

Switching to guest configuration: [确定]

Paravirtual SCSI module: [确定]

Guest filesystem driver: [确定]

Mounting HGFS shares: [失败]

Guest memory manager: [确定]

Guest vmxnet fast network device: [确定]

VM communication interface: [确定]

VM communication interface socket family: [确定]

Blocking file system: [确定]

File system sync driver: [确定]

Guest operating system daemon: [确定]

Virtual Printing daemon: [确定]

The configuration of VMware Tools 8.1.3 build-203739 for Linux for this running

kernel completed successfully.

You must restart your X session before any mouse or graphics changes take

effect.

You can now run VMware Tools by invoking the following command:

"/usr/bin/vmware-toolbox" during an X server session.

To enable advanced X features (e.g., guest resolution fit, drag and drop, and

file and text copy/paste), you will need to do one (or more) of the following:

1. Manually start /usr/bin/vmware-user

2. Log out and log back into your desktop session; and,

3. Restart your X session.

To use the vmxnet driver, restart networking using the following commands:

/etc/init.d/network stop

rmmod pcnet32

rmmod vmxnet

modprobe vmxnet

/etc/init.d/network start

Enjoy,

--the VMware team

Found VMware Tools CDROM mounted at /media/VMware Tools. Ejecting device

/dev/hdc ...

[root@localhost vmware-tools-distrib]#

关于“如何给CentOS7 安装Vmware Tools”这个话题的介绍,今天小编就给大家分享完了,如果对你有所帮助请保持对本站的关注!

本文来自作者[有敏涵]投稿,不代表空气号立场,如若转载,请注明出处:https://haokongqi.org.cn/cshi/202504-1416.html

(166)

文章推荐

  • 求女主穿越的玄幻小说。 类似:傲风 云狂的那种 没有的话也行【要附上简介哦】

    网上科普有关“求女主穿越的玄幻小说。类似:傲风云狂的那种没有的话也行【要附上简介哦】”话题很是火热,小编也是针对求女主穿越的玄幻小说。类似:傲风云狂的那种没有的话也行【要附上简介哦】寻找了一些与之相关的一些信息进行分析,如果能碰巧解决你现在面临的问题,希望能够帮助到您。穿越之从东方到西方

    2025年02月24日
    132
  • 如何访问自己的主机名如何根据主机名访问该主机

    网上科普有关“如何访问自己的主机名如何根据主机名访问该主机”话题很是火热,小编也是针对如何访问自己的主机名如何根据主机名访问该主机寻找了一些与之相关的一些信息进行分析,如果能碰巧解决你现在面临的问题,希望能够帮助到您。如何检查自己电脑的主机名?方法1首先,在我们的电脑桌面上找到电脑,点击右键,如下图

    2025年02月28日
    195
  • 2020年是疫情最严重的一年英文(2020年疫情突然爆发英语)

    今天给各位分享2020年是疫情最严重的一年英文的知识,其中也会对2020年疫情突然爆发英语进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!中国疫情什么时候严重中国新冠疫情最严重的是2020年。2020年是中国新冠疫情的高峰期,这一年全球开始关注新型冠状病毒。自2019年12月

    2025年03月04日
    25
  • 武汉疫情严重是什么时候结束的(武汉疫情什么时候开始严重)

    本篇文章给大家谈谈武汉疫情严重是什么时候结束的,以及武汉疫情什么时候开始严重对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。武汉疫情什么时候开始的2019年12月,武汉疫情最初被发现。12月27日,湖北省武汉市报告了首批不明原因肺炎病例,标志着武汉疫情的开始。从12月27日至2020年

    2025年03月04日
    19
  • 实测教程“人皇大厅真能买到挂吗(声控游戏)

    网上科普有关“人皇大厅真能买到挂吗”话题很是火热,小编也是针对人皇大厅真能买到挂吗寻找了一些与之相关的一些信息进行分析,如果能碰巧解决你现在面临的问题,希望能够帮助到您。  您好,人皇大厅真能买到挂吗这款游戏可以开挂的,确实是有挂的,通过微信【游戏】很多玩家在这款游戏中打牌都会发现很多用户的

    2025年03月04日
    12
  • 实测教程“全民福州麻将开挂方法(云南移动)

    网上科普有关“全民福州麻将开挂方法”话题很是火热,小编也是针对全民福州麻将开挂方法寻找了一些与之相关的一些信息进行分析,如果能碰巧解决你现在面临的问题,希望能够帮助到您。  您好,全民福州麻将开挂方法这款游戏可以开挂的,确实是有挂的,通过微信【游戏】很多玩家在这款游戏中打牌都会发现很多用户的

    2025年03月05日
    9
  • 新冠疫情始于何时(新冠疫情是什么时候在中国开始的)

    今天给各位分享新冠疫情始于何时的知识,其中也会对新冠疫情是什么时候在中国开始的进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!新冠肺炎是哪一年开始的疫情1、新冠疫情最初爆发于2019年。2019年12月,湖北省武汉市陆续出现不明原因肺炎病例。2020年1月7日,实验室检出一

    2025年03月05日
    17
  • 我的QQ空间为什么打开了一片空白,什么都看不了-

    网上科普有关“我的QQ空间为什么打开了一片空白,什么都看不了?”话题很是火热,小编也是针对我的QQ空间为什么打开了一片空白,什么都看不了?寻找了一些与之相关的一些信息进行分析,如果能碰巧解决你现在面临的问题,希望能够帮助到您。楼主您好,请您确认您的网络状况良好后,尝试以下解决办法:一、一定要清除IE

    2025年03月16日
    188
  • 腾讯QQ是什么时候出现的-

    网上科普有关“腾讯QQ是什么时候出现的?”话题很是火热,小编也是针对腾讯QQ是什么时候出现的?寻找了一些与之相关的一些信息进行分析,如果能碰巧解决你现在面临的问题,希望能够帮助到您。腾讯QQ是1999年2月由腾讯自主开发的基于Internet的即时通信网络工具。成立当初主要业务是为寻呼台建立网上寻呼

    2025年03月22日
    25
  • 疫情是从哪个地方开始的(疫情从哪个地区开始的)

    今天给各位分享疫情是从哪个地方开始的的知识,其中也会对疫情从哪个地区开始的进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!疫情是从什么时候开始的?1、疫情早期:2019年末至2020年初,新型冠状病毒肺炎在中国武汉市被发现,并迅速蔓延。初期,疫情规模较小,主要影响中国湖北省及

    2025年03月11日
    20

发表回复

本站作者后才能评论

评论列表(4条)

  • 有敏涵
    有敏涵 2025年04月19日

    我是空气号的签约作者“有敏涵”!

  • 有敏涵
    有敏涵 2025年04月19日

    希望本篇文章《如何给CentOS7 安装Vmware Tools》能对你有所帮助!

  • 有敏涵
    有敏涵 2025年04月19日

    本站[空气号]内容主要涵盖:国足,欧洲杯,世界杯,篮球,欧冠,亚冠,英超,足球,综合体育

  • 有敏涵
    有敏涵 2025年04月19日

    本文概览:网上科普有关“如何给CentOS7 安装Vmware Tools”话题很是火热,小编也是针对如何给CentOS7 安装Vmware Tools寻找了一些与之相关的一些信息进行分...