Try using sudo chown yourUserName /path/to/folder this will give you ownership of the directory if it was for some reason mounted as root. If this still doesn't work try chmod +rwx /path/to/folder which will allow reading and writing to that directory