VMware 共享目录不显示的解决办法
centos
mount -t vmhgfs .host:/ /mnt/hgfs
# 如果有如下提示:
# Error: cannot mount filesystem: No such device
#则
yum install open-vm-tools-devel -y
#有的源的名字并不一定为open-vm-tools-devel(centos) ,而是open-vm-dkms(unbuntu)执行:
vmhgfs-fuse .host:/ /mnt/hgfs