安装工具
apt-get install open-vm-tools-desktop fuse
1、vmware-hgfsclient
显示dev_env
2、mkdir /mnt/hgfs
3、vmhgfs-fuse .host:/dev_env /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
4、ls /mnt/hgfs
5、挂载放入启动文件,每次开机直接使用
cd /etc/fstab
cp fstab fstab_bak
vim fstab
.host:/dev_env /mnt/hgfs fuse.vmhgfsfuse allow_other 0 0