<?xml version="1.0" encoding="utf-8"?> How to mannuly configure vmtools in VM-Ware?

How to mannuly configure vmtools in VM-Ware?

After install the latest version of Ubuntu(15.04) in VM-Ware, the vm-tools failed to install automatically, I wrote down the instructions I followed to get the tool working.

  1. In a working copy of a installed linux vm, select "Install Vmtools" options in VM, which will mount the latest version of vmtools;
  2. Copy the files to the newly installed machine, in this case (Ubuntu 15.04);
  3. Extract and execute the installation script;
  4. Configure the shared folders:
    4.1 sudo apt-get install open-vm-dkms; (if this command failed to install the target package, use software center to search that package); 4.2 Add the following line to the /etc/init.d/open-vm-tools file:
sudo mount -t vmhgfs .host:/ /mnt/hgfs

Author: wujingcqu

Created: 2015-06-03 Wed 23:27

Emacs 24.4.1 (Org mode 8.2.10)

转载于:https://www.cnblogs.com/wujingcqu/p/4551752.html

How to mannuly configure vmtools in VM-Ware?相关推荐

  1. VM Ware 虚拟机centos 时间与本地时间不一致

    VM Ware 虚拟机centos 时间与本地时间不一致,如下图.大致是时区设置的问题,设置为中国标准时区即可,CST. 解决办法 1.安装时间同步插件 ntpdate yum install ntp ...

  2. VM ware安装Cent OS系统并配置静态IP

    前言 本章记录一下使用VMware安装CentOS虚拟机的过程. 准备工作 因为篇幅等原因,此处不记录安装VMware和下载CentOS的过程,大家自行准备,此处提供两个链接,方便大家使用. VMwa ...

  3. VM ware workstation15英文界面更改为中文的终极方法

    VM ware workstation15安装完成后显示英文界面,想更改为中文,网上搜索了很多办法,也知道安装路径下有"messages"文件夹,内有"zh_CN&quo ...

  4. VM ware ESXI 6.5安装方法-华为R2488 V5服务器

    VMware 6.5安装方法详解-华为2488V5 机架服务器 准备好VMware EXSI 6.5镜像文件-VMware-VMvisor-Installer-6.5.0-4564106.x86_64 ...

  5. VM ware虚拟机、Ubuntu系统、Ros安装教程

    VM ware虚拟机.Ubuntu系统.Ros安装教程 一.VM ware 虚拟机安装 1.你只需要在浏览器中搜索找到VM ware官网进行下载你所需要的版本即可,这里给出VM ware17.0pro ...

  6. VM Ware安装CentOS 7

    环境准备 VM Ware16 VMware 16.0中文版详细图文安装教程(附安装包) | 我爱分享网 (zhanshaoyi.com) CentOS 7 下载地址:https://mirrors.a ...

  7. 【VM Ware】虚拟机安装XP系统时,出现546错误的解决办法

    引言: 现在的windows操作系统对旧版本的软件兼容性非常差,很多老软件无法在win10下运行,因此我们需要建立虚拟机来运行老版软件.可是我们通过虚拟机安装XP系统时,有时候会出现546错误.经过本 ...

  8. Win10 笔记本底下VM Ware鼠标失灵,不能点的问题解决

    问题产生原因 应该是高分辨屏幕的笔记本,在Win10底下会默认选择 150% 缩放比例,这个设置会作用到VMWare中,虚拟机中系统会继承这个比例,但与此同时,鼠标驱动却没有进行相应的适配调整,这导致 ...

  9. VM ware workstation 10 下载及安装密钥

    下载链接:https://my.vmware.com/cn/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation/10_ ...

最新文章

  1. Vim----ma6174
  2. Codeforces 757C - Felicity is Coming!
  3. Python之 sklearn:sklearn.preprocessing中的StandardScaler函数的简介及使用方法之详细攻略
  4. 主梁弹性模量计算_如何用梁格法计算曲线梁桥?
  5. 系统什么时候会执行adapter的getview函数
  6. python 捕获鼠标点击事件,在Python中的wx.Frame外部捕获鼠标事件
  7. ibatis调用mysql函数
  8. list,set,map,数组之间的相互转换详细解析
  9. 牛客多校第六场G Is Today Friday?(吉姆拉尔森/蔡勒公式 + 思维)题解
  10. 使用计算机键盘的基本步骤,键盘指法练习方法
  11. 计算机硬件 试题,计算机硬件试题150完整版
  12. v-distpicker 直辖市的修改
  13. 变限积分 matlab,积分变限函数
  14. 计算机 蓝牙鼠标卡顿,win系统蓝牙鼠标经常出现卡顿的解决方法
  15. Windows添加自定义开机启动项
  16. Minecraft 1.12.2模组开发(十八) 自定义附魔
  17. iOS 更改webView文字颜色丶文字大小丶背景色的方法
  18. 2018世界人工智能大会总结
  19. 前端必学的CSS3波浪效果演示
  20. java word加粗_word中选中一行加粗 怎么全文都被加粗了 怎么解决

热门文章

  1. Activity中与ListActivity中使用listview区别
  2. jQuery的选择器——可见性过滤选择器
  3. 后台开发经典书籍--linux性能优化
  4. golang中struct字段
  5. 串口初始化结构体和固件库讲解
  6. float x 与“零值”比较的if语句为?
  7. 常考数据结构与算法:单调栈结构
  8. jquery 设置style:display 其实很方便的
  9. JDBC连接MySQL
  10. Spring与Hibernate两种组合方式