fusion设置共享文件夹/Users/HZ/programming/web
参考:https://blog.youkuaiyun.com/cindy_cheng/article/details/50456977
到此为止是可以使用该共享文件夹了,但每次都得重复mount一次,所以需要设置为随机启动后自动挂载
编辑 /etc/fstab,添加下面一行
.host:/web /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
3.软连接到
ln -s /mnt/hgfs /www/wwwroot/mac