虚拟机下Ubuntu共享文件夹不能显示的解决方法[终极]
我在虚拟机里面设置好了共享文件夹,但是虚拟机里面没办法显示
最后参考这个文章:https://blog.youkuaiyun.com/huyangzhilin/article/details/70666937
如下命令
apt install open-vm-tools
mkdir /mnt/hgfs
vmhgfs-fuse .host:/ /mnt/hgfs
确实可以挂载出来 ,但是每次重启都要重新手动挂载,及其蛋痛
然后我按照其他办法,卸载open-vm-tools,然后安装的时候发现了猫腻
发现是这个服务没法
原创
2021-10-04 00:20:34 ·
4384 阅读 ·
1 评论