在 vmware 中安装的 ubuntu(guest) 中无法看到共享文件夹

use*_*478 3 vmware

我已经在 Windows7 操作系统的 Vmware 工作站中安装了 Ubuntu 13.04。我在 Ubuntu 中安装了 VMware 工具。

我已经在设置中配置了共享文件夹。使用以下命令,我可以获得共享文件夹

/usr/bin/vmware-hgfsclient
Run Code Online (Sandbox Code Playgroud)

但是共享文件夹不存在 /mnt/hgfs

我尝试多次安装 Vmware 工具,但没有成功。

CKM*_*CKM 5

按照步骤。它适用于在 vmware 中运行的 ubuntu 14.04 LTS。

确保未安装 open-vm-tools。sudo apt-get 删除 open-vm-tools

  1. 确保更新完成:sudo apt-get update

  2. 确保 git 已安装 sudo apt-get install git

  3. 运行命令以从存储库中获取工具。须藤 git 克隆https://github.com/rasa/vmware-tools-patches.git

  4. cd 到 vmware-tools-folder cd vmware-tools-patches

  5. 运行补丁 sudo ./download-tools.sh

  6. 运行以下补丁 sudo ./untar-and-patch.sh

  7. 运行 complie.sh 文件 sudo ./compile.sh