bug-ubuntu:This location could not be displayed. 打不开u盘,移动硬盘(已解决)

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/

 

你可能感兴趣的:(linux)