run fdisk -l
find what your device is listed as should look something like /dev/sdb
then mkdir where you want to mount device i just did /usb
then mount /dev/sdb /usb
then you can cd /usb and ls and should see your usb drive