I have a 3TB external hard drive that I plan to use for backups. I originally tried formatting with cfdisk, until I learned that only GPT supports 2TB+ partitions.
So I converted the drive to GPT and formatted the one partition I made to ext4, but I keep getting "Permission Denied" errors. Normally, udiskie is able to automount everything such that I don't see write errors such as this.
I feel like my lack of knowledge about GPT might be contributing to some oversight, but I'm not sure what might be wrong.
chmod 777on root directory of that disk./etc/fstab? It may be mounted with thero(read-only) option.ld -ld /path/to/dir /path/to/dir/file), mount options, and whatever else seems relevant. We can't help with such a vague description of the problem.chmod 777made it work, I feel dumb for not thinking of that. I guess it makes sense, though, since I formatted it with root and all. Post it as an answer so I can accept it!