zoukankan      html  css  js  c++  java
  • CentOS安装VMware Tools

    新建cdrom挂载目录
    mkdir /mnt/cdrom
    挂载光驱
    mount -t auto /dev/cdrom /mnt/cdrom这命令就是把CentOS CDROM挂载在/mnt/cdrom目录中,就可以访问里面的内容了;
    使用光驱中的文件,进行安装
     
    [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
     
    出现以上,则基本安装完!
  • 相关阅读:
    维度穿梭
    演绎与抽象
    幻想的功能
    深层探宝
    内存游戏
    函数内功
    共享与私有的变量
    参数的格式
    功能模拟与功能实现
    【Oracle】基础知识查漏补缺
  • 原文地址:https://www.cnblogs.com/apexchu/p/4253350.html
Copyright © 2011-2022 走看看