Changing File Permissions
- You can find out existing permissions in command line via ls -l
- You can find out what external disks are mounted via sudo fdisk -l [1]
- sudo chmod 666 /dev/sdY changes permissions of disk to rw (777 is rwx), where sdY is the device assignment for your USB drive.That will allow you to read and write.