所以这感觉像是那些常见问题之一,其中建议的解决方案并不适用于我的情况。
我在 Windows 7 下安装了 Ubuntu 14.04 并在 wmplayer 12 上运行。我将共享文件夹选项设置为“始终启用”,但我无法访问主机上的共享文件夹。
当我尝试挂载文件夹时出现以下错误:
# mount vmware-hgfsmounter .host:/svn /mnt/hgfs
ERROR: cannot mount filesystem: No such device
- 挂载点 /mnt/hgfs 存在。
- 我已成功运行 vmware-config-tools.pl 并构建 hgfs 模块,没有任何错误。
- 我已经安装了 open-vm-tools,并且可以重新启动而不会出现错误。
- vmware-hgfsclient 列出 svn 文件夹。
我以前曾幸运地使用过该主题中第三个答案的建议(但这次没有任何运气):如何使用 VMware 工具在 Ubuntu 中挂载共享文件夹?
任何指点都将不胜感激。
答案1
使用该来源: https://communities.vmware.com/message/2510025#2510025
我编写了连接命令:
sudo apt-get remove open-vm-tools; sudo apt-get update; sudo apt-get install git; sudo git clone https://github.com/rasa/vmware-tools-patches.git; cd vmware-tools-patches; sudo ./download-tools.sh; sudo ./untar-and-patch.sh; sudo ./compile.sh
之后您将看到共享文件夹。请记住,在执行命令时,将下载并安装数十个不同版本的 vmware 工具,大约需要 1 小时。