有/mnt/hgfs但沒有共享文件的解決方法:centos
mount -t vmhgfs .host:/ /mnt/hgfs Error: cannot mount filesystem: No such device
這時不能用mount工具掛載,而是得用vmhgfs-fuse,須要安裝工具包ide
yum install open-vm-tools-devel -y
有的源的名字並不必定爲open-vm-tools-devel(centos) ,而是open-vm-dkms(unbuntu)
執行:vmhgfs-fuse .host:/ /mnt/hgfs
工具
此時進入/mnt/hgfs就能看到你設置的共享文件夾了。.net
其它請移步內容至➡>⬇
在CentOS 7 中使用Vmware提供的共享文件夾⬅
⬆code