Get the usb drive’s name. lsblk Make the mounting directory sudo mkdir /media/usb sudo mount /dev/sdb1 /media/usb If you need to then: sudo umount /media/usb