How to mount USB drive to Raspberry Pi
There are just a few simple steps to mount a USB drive to your Raspberry Pi. Step 1: The first command you want to run (with your usb plugged in) is: >> ls -l /dev/disk/by-uuid This will output something like: the ../../sda1 is the name of the usb that I have plugged in. Step 2:… Read More »