After a little more digging I found the solution to my problem. Aparently the default umask for the NTFS driver denies access to all but root. To fix this you need to use a umask=0222 or similar option for the mount statement or entry in /etc/fstab as appropriate.