安装vmtools后还是不显示执行以下操作//但是只有root权限才行
1:输入命令 apt-get install open-vm-tools 安装工具2:输入命令 vmhgfs-fuse .host:/ /mnt/hgfs 完成设置
apt-get install open-vm-tools
vmhgfs-fuse .host:/ /mnt/hgfs
去除root
vi /etc/fstab: 在最后添加一行: .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
重启