VMware Redhat 7 tools无法显示共享文件夹

有/mnt/hgfs但没有共享文件的解决方法:

mount -t vmhgfs .host:/  /mnt/hgfs
Error: cannot mount filesystem: No such device

这时不能用mount工具挂载,而是得用vmhgfs-fuse,需要安装工具包

yum install open-vm-tools-devel -y

有的源的名字并不一定为open-vm-tools-devel(centos) ,而是open-vm-dkms(unbuntu)
执行:

vmhgfs-fuse .host:/ /mnt/hgfs

你可能感兴趣的:(VMware Redhat 7 tools无法显示共享文件夹)