You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply run fdisk -l to see what your USB device is called.
Then make a directory - mkdir /mnt/my_usb - and mount it there: mount /dev/sdXY /mnt/my_usb .