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)

  • 相关阅读:
    详解Javascript匿名函数的使用 转载自IT EYE Blog
    漂亮、免费和响应式HTML5网站模板 转
    Truth, Equality and JavaScript
    Ember.js 示例
    UX Pin 一款在线界面设计网站
    关于工资的三个秘密
    Semantic Versioning 如何进行版本管理
    CSSS CSS幻灯片
    oracle 导入数据报600错误
    Android 初步Android文件目录介绍
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4551752.html
Copyright © 2011-2022 走看看