首页 > 学院 > 开发设计 > 正文

ubuntu 14.04 /mnt/hgfs 无法挂载

2019-11-08 18:27:35
字体:
来源:转载
供稿:网友
安装完vmware-tools工具后,执行sudo apt-get install open-vm-dkms 后

使用sudo mount -t vmhgfs .host:/ /mnt/hgfs命令提示

"Error: cannot mount filesystem: No such device"

解决方法:

$ git clone https://github.com/rasa/vmware-tools-patches.git

$ cd vmware-tools-patches

$ ./patched-open-vm-tools.sh

安装完后,执行sudo mount -t vmhgfs .host:/ /mnt/hgfs问题解决
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表