虚拟机添加共享文件夹后看不到

安装vmtools后还是不显示执行以下操作//但是只有root权限才行

1:输入命令  sudo apt install open-vm-tools 安装工具
2:输入命令 sudo vmhgfs-fuse .host:/ /mnt/hgfs 完成设置

去除root,编辑 vi /etc/fstab: 在最后添加一行: .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0

重启

 

参考:

https://blog.csdn.net/qq_41880069/article/details/86158454

https://my.oschina.net/zhupengdaniu/blog/3138588

你可能感兴趣的:(ubuntu)