1. 在虚拟机上把光驱换成xs-tool.iso

  2. 打开虚拟机进入Linux系统

[root@localhost ~]# cd /mnt 

[root@localhost mnt]# ls   

当你cd /mnt 目录下ls查看什么也没有。

下一步我们需要在这个目录下创建xs-tool目录。

创建xs-tool目录可以在这个目录下直接创建。

[root@localhost mnt]# mkdir xs-tool

[root@localhost mnt]# ls

xs-tool        一般默认蓝色代表的是目录

创建好xs-tool目录后挂载xs-tool.iso光盘镜像并cd /mnt/xs-tool/Linux/

[root@localhost xs-tool]# mount /dev/xvdd /mnt/xs-tool

mount: block device /dev/xvdd is write-protected, mounting read-only

[root@localhost xs-tool]# cd /mnt/xs-tool/Linux/

[root@localhost Linux]# 

在这个目录下运行安装脚本

[root@localhost Linux]# bash install.sh

Detected `CentOS release 6.5 (Final)' (centos version 6).


The following changes will be made to this Virtual Machine:

  * packages to be installed/upgraded:

    - xe-guest-utilities-6.5.0-1393.x86_64.rpm

    - xe-guest-utilities-xenstore-6.5.0-1393.x86_64.rpm


Continue? [y/n] y


Preparing...                ########################################### [100%]

package xe-guest-utilities-xenstore-6.5.0-1393.x86_64 is already installed

package xe-guest-utilities-6.5.0-1393.x86_64 is already installed

[root@localhost Linux]# 

3.然后重启Linux计算机安装完成。