Jump to content

Recommended Posts

Posted

Hi , I'm using orange pi lite (H3) and armbian xenial desktop. When I plug in my adata 8GB flash drive armbian couldn't find it. What should I do?:)

Posted

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 ;)

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

Important Information

Terms of Use - Privacy Policy - Guidelines