当前位置: 首页 > Linux

Ubuntu 16.04 -mnt-hgfs-下不显示共享文件夹的处理办法_0

时间:2023-04-06 23:06:53 Linux

Ubuntu16.04下共享文件夹不显示怎么解决/mnt/hgfs/getinstallopen-vm-tools2.vmhgfs-fuse.host://mnt/hgfs但是重启后会失效,需要重新执行vmhgfs-fuse.host://mnt/hgfs2.解决重启vi后共享文件夹失效/etc/rc.local在末尾添加一行:vmhgfs-fuse.host://mnt/hgfs-oallow_other-ouid=1000-ogid=1000-oumask=022给rc.local添加权限sudochmod+x/etc/rc.local重启后会自动挂载。