>>1414009>How do I transfer files from a USB onto my system?I'm surprised you don't know but you can use either your file manager which will automatically mount the usb and allow you to move/copy files or you can use the terminal. For the terminal you will have to manually mount your drive then you can access it. Check for your usb with the "lsblk" command and mount it to your /mnt drive with the "mount" command like this "mount /dev/sdd1 /mnt". It will become attached to that dir and you can now access it