Jump to content

Orange Pi USB issue


Polararian

Recommended Posts

for checking if the usb-drive is recognized from the usb-port:

open a console-window and execute

dmesg -w

 

the insert the usb-stick and check which device name it gets.... like /dev/sdb1

 

I dont know if the xenial desktop does usb-auto-mount (but I think it should).

 

at the console you could try to mount it:

 

mkdir /mnt/sdb1

mount /dev/sdb1 /mnt/sdb1

 

then 

cd /mnt/sdb1

and check if you could see the content of your usb-drive ;)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines