VMware16中Ubuntu不显示共享文件夹的解决办法
时间:2021-05-29 20:06:37
收藏:0
阅读:31
一、解决不显示共享文件夹
1.apt-get install open-vm-tools
2.vmhgfs-fuse .host:/ /mnt/hgfs
但重启之后会失效,需要重新执行vmhgfs-fuse .host:/ /mnt/hgfs
二、解决重启后共享文件夹失效
#vi /etc/fstab
在最后添加一行: .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
以后重启都会自动挂载。
参考链接:https://blog.csdn.net/weixin_43583605/article/details/106112844?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_title-0&spm=1001.2101.3001.4242
原文:https://www.cnblogs.com/kwinwei/p/14825801.html
评论(0)