zoukankan      html  css  js  c++  java
  • How to mannuly configure vmtools in VM-Ware?

    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)

  • 相关阅读:
    正则表达式解析
    Selenium自动化测试系列文章汇总
    Python自动化测试-正则表达式解析
    滴滴滴,ITester软件测试小栈所有资源放送!
    Selenium自动化测试-文件上传
    Selenium自动化测试-浏览器基本操作
    2020牛客暑期多校第四场-H Harder Gcd Problem(贪心构造)
    2020牛客暑期多校第三场F-Fraction Construction Problem-分数构造题(拓展欧几里得)
    洛谷P1919--A*B Problem升级版(NTT优化高精度乘法)
    洛谷P4721-分治FFT(NTT分治)
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4551752.html
Copyright © 2011-2022 走看看