Quantcast
Channel: PirateBox Forum - Raspberry Pi(rate)Box
Viewing all articles
Browse latest Browse all 1863

Re: Really don't get how to set up the USB

$
0
0
Basically, you'll have to:
1. Plug in the USB device
2. Wait a few seconds
3. Enter the command
lsusb
And see if your device is listed, if yes, go to 4, if no...well, that's another problem
4. Enter the command
dmesg | tail
And find the device name associated with the usb (something like /dev/sda1)
5. Mount it using (something like)
mkdir /mnt/usb
mount /dev/sda1 /mnt/usb

You might have to change the syntax on any of those commands, or google "how to mount usb flash on arch linux" or alike

Good luck! ;-)

Viewing all articles
Browse latest Browse all 1863

Trending Articles