1. 安装 vmware-tools
1). 右击虚拟机 -- 安装vmware-tools
2). 挂载 mnt /dev/cdrom /mnt
3). cp /mnt/VMwareTools-9.6.1-1378637.tar.gz /mnt && tar xvf VMwareTools-9.6.1-1378637.tar.gz ;cd vmware-tools-distrib/;./vmware-install.pl --default
4). 重启
2. 共享文件夹
1) 右击虚拟机 设置-选项 - 共享文件夹 - 添加
2) 自动挂载到/mnt/hgfs/ 查看 linux中的 /mnt/hgfs/
备注:手动挂载
查看分享的目录: vmware-hgfsclient
挂载: mount.vmhgfs .host:/ /mnt/hgfs/ 或者 某个 mount.vmhgfs .host:/hello /mnt/
刚开始可能安装有问题,始终挂载不上,/mnt/hgfs为空
解决方法: vmware-config-tools.pl -d --clobber-kernel-modules=vmhgfs 重启后自动有了