I just used the Truecrypt GUI to encrypt my entire USB hard drive (currently /dev/sdb). I formatted it to ext4. Now, I can mount it in my home directory with the command
truecrypt --mount /dev/sdb USB-Device
For some reason I don't have read/write permission. So my question is: How do I get read/write permission? Is it a drive-specific issue, or a system issue? It wouldn't surprise me if there was just a group I had to add my user account to.
Additionally, I'm running Arch Linux, but I'm pretty sure that's not entirely relevant.