主题
VMware ubuntu共享文件夹自动挂载_ubuntu虚拟机 自动挂载共享目录-CSDN博客
sudo vi /etc/fstab
加上这行:
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,defaults 0 0
sudo vmhgfs-fuse .host:/Desktop /mnt/hgfs/Desktop -o allow_other