解决Centos共享文件夹不显示问题
1.首先确保自己以及在先虚拟机设置中启用了共享文件夹
2.前往/mnt/hgfs文件夹(若没有则创建一个)
cd /mnt/hgfs
3.是否共享成功
vmware-hgfsclient
这样显示表示共享成功
4.安装open-vm-tools并挂载(确保在此之前安装了VMtools)
yum install open-vm-tools
vmhgfs-fuse .host:/ /mnt/hgfs
大功告成!
cd /mnt/hgfs
vmware-hgfsclient
这样显示表示共享成功
yum install open-vm-tools
vmhgfs-fuse .host:/ /mnt/hgfs
大功告成!