This location could not be displayed.
You do not have the permissions necessary to view the contents of “Ubuntu 16.0”.
原因分析:
权限不够。
解决思路:加权限呗,先找到u盘默认路径,chmod 777...
两个方法
1.sudo 进去可以
sudo nautilus
可以打开。
2.完全解决:
进入/media/
sudo chmod 777 username(这个是你的用户名)
cd /media/
ls
sudo chmod 777 munger
ls
cd munger/
ls
cd Ubuntu\ 16.0/
本文介绍了解决在Ubuntu16.0系统中遇到的因权限不足而无法查看U盘内容的问题。提供了两种解决方案:一是使用sudo命令临时获取权限;二是通过修改文件权限,实现永久性解决问题。

被折叠的 条评论
为什么被折叠?



