VMware使用虚拟机设置

VMware使用虚拟机

默认
CD需要手动载入

vmware-tools安装

VMware使用虚拟机设置
光盘中安装文件复制到本地再做提取否则会error
error : Not enough free space to extract VMwareTools
文件中选择终端打开
sudo apt-get install VM>TAB补全

  • 1.安装vmware-tools出现"what is the location of the “ifconfig"program on your machine?”
    ans:

方法/步骤 一:

  1. 执行sudo apt-get update, 如果无法安装说明网络连接出现问题, 修改网络链接方式为桥接模式.
  2. 执行sudo apt-get install net-tools, 安装net-tools.
    3 .然后重新执行安装vmware-tools.pl , 成功. 重启系统就可使用tools.
    (vmware-tools要有可执行权限)

方法二:

当出现”what is the location of the “ifconfig”program on your machine?”时直接输入“yes”,再回车即可,
————————————————