天天看点

VMware16中Ubuntu不显示共享文件夹的解决办法

一、解决不显示共享文件夹

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