zoukankan      html  css  js  c++  java
  • vmware 中ubuntu客户机 安装vmware tool vmhgfs 共享文件夹失败处理

    vmware版本:10.0.0 build-1295980

    ubuntu版本:3.13.0-62-generic

    先安装的vmware workstation自带光盘中vmare tools包,安装完成后没有产生vmhgfs模块;

    可以认为此方法失败,然后根据网上的提示安装open-vm-tools,使用命令行:

    sudo apt-get install open-vm-tools

    安装完成后,依然没有成功的vmhgfs模块;

    最后根据https://github.com/rasa/vmware-tools-patches中的方法,执行如下命令行成功;

    $ git clone https://github.com/rasa/vmware-tools-patches.git
    $ cd vmware-tools-patches
    $ ./patched-open-vm-tools.sh

    产生此问题的根本原因是vmware workstation自带的VMwareTools***tar.gz包中的源代码与linux内核不匹配;

    此问题的参考资料:
    http://www.crifan.com/vmware_workstation_ubuntu_file_folder_share/
    https://answers.launchpad.net/ubuntu/+question/227866
    https://github.com/rasa/vmware-tools-patches
    http://blog.chinaunix.net/uid-22002627-id-3485837.html
    http://blog.csdn.net/chinley/article/details/45666241

  • 相关阅读:
    活动安排问题
    完美字符串
    Codeforces Round #696 (Div. 2) 解题报告
    Codeforces 1459D
    Codeforces 25D
    POJ 1847
    LightOJ 1074
    POJ 3159
    POJ 1511
    POJ 1502
  • 原文地址:https://www.cnblogs.com/wilyas/p/5207626.html
Copyright © 2011-2022 走看看