To #Mount #USB #Drive:
- Create the mount point: sudo mkdir -p /media/usb.
- Assuming that the USB drive uses the /dev/sdd1 device you can mount it to /media/usb directory by typing: sudo mount /dev/sdd1 /media/usb.
More Info > https://linuxapt.com/blog/8-different-method-to-mount-a-drive-in-linux