RIP Aaron Swartz
Check which drives are connected:
fdisk -l
Make a folder which will serve as a symlink to the mounted volume:
mkdir /mnt/[ ]
Mount the volume to the folder made above:
mount /dev/[ Disk name ] /mnt/[ ]