• 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)

  • 相关阅读:
    发一个使用 GridView 对数据小类进行分别汇总的例子
    C#根据当前时间确定日期范围(本周、本月、本季度、本年度)
    软件开发人员的作战手册
    C#服务常用继成函数说明
    ServiceController控制windows服务
    不做沙和尚
    C#多线程(二) 如何操纵一个线程转
    C#多线程(一) 多线程的相关概念
    如何为windows服务添加安装程序(转)
    用C#开发Windows服务、自动安装注册(转)
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4551752.html
Copyright © 2020-2023  润新知