windows本地文件夹和虚拟机共享目录
挂载共享目录:
sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other -o uid=1000 -o gid=1000 -o umask=022
取消挂载
sudo umount /mnt/hgfs
设置开机自动挂载
sudo vim /etc/fstab
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,uid=1000,gid=1000,umask=022 0 0