• 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:25

    Emacs 24.4.1 (Org mode 8.2.10)

  • 相关阅读:
    中金所金融业务知识学习笔记(含股指期货、股指期权、国债期货)
    人工智能中小样本问题相关的系列模型演变及学习笔记(四):知识蒸馏、增量学习
    人工智能中小样本问题相关的系列模型演变及学习笔记(三):迁移学习、深度迁移学习
    人工智能中小样本问题相关的系列模型演变及学习笔记(二):生成对抗网络 GAN
    人工智能中小样本问题相关的系列模型演变及学习笔记(一):元学习、小样本学习
    行业知识图谱的构建及应用
    Verilog代码和FPGA硬件的映射关系(一)
    FPGA内部硬件结构简介
    Altera的Cyclone系列器件命名规则
    学会使用Hdlbits网页版Verilog代码仿真验证平台
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4551744.html
Copyright © 2020-2023  润新知