解决 VirtualBox里Ubuntu的共享文件夹无法访问的问题
解决 VirtualBox里Ubuntu的共享文件夹无法访问的问题
出现如下类似提示:
You do not have the permissions necessary to view the contents of ‘shared_folder’
[Tips]:‘shared_folder’是共享文件夹名称。
解决办法
执行如下命令:
sudo usermod -a -G vboxsf username
[Tips]:命令中username是所要使用的用户名。
命令执行成功之后,重启系统。
posted on 2022-06-28 15:36 MIUMIUBLING 阅读(304) 评论(0) 编辑 收藏 举报