vmware虚拟机与ubuntu共享文件夹
最近使用vmware12Pro装了个ubuntu16.10,可怎么都共享不了文件夹,vmtool更新到最新,安装open-vm-tools,open-vm-tools-dkms,然后sudo mount -t vmhgfs .host:/ /mnt/hgfs失败。最终总算在网上发现需要使用 vmhgfs-fuse -o allow_other .host:/ /mnt/hgfs
最近使用vmware12Pro装了个ubuntu16.10,可怎么都共享不了文件夹,vmtool更新到最新,安装open-vm-tools,open-vm-tools-dkms,然后sudo mount -t vmhgfs .host:/ /mnt/hgfs失败。最终总算在网上发现需要使用 vmhgfs-fuse -o allow_other .host:/ /mnt/hgfs