侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

如何在Linux下安装xs-tool.iso

2023-11-10 星期五 / 0 评论 / 0 点赞 / 29 阅读 / 1918 字

在虚拟机上把光驱换成xs-tool.iso 打开虚拟机进入Linux系统 [root@localhost ~]#cd /mnt [root@localhost mnt]#ls 当你cd到/mnt目录下

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

打开虚拟机进入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.然后重启Linu0x计算机安装完成。

[root@localhost Linux]# reboot

广告 广告

评论区