I have secondary SATA drive in my machine with NTFS on it (from use with Windows Vista). I have had this mounted with FUSE with no issues. But now I'm moving my MySQL data dir onto so I need another user to have read/write to it, but no mounts options I've tried as root have changed anything on the permissions which don't allow non-owners to read/write anything.
The permissions in the mount are:
drwx------ 1 ic ic for directories, -rw------- for files.
The entry in /proc/mounts shows:
/dev/sdc1/ /mnt/big fuseblk rw,relatime,user_id=0,grou_id=0,default_permission s,allow_other,blksize=4096 0 0
I've tried the -o umask=0 and 0222 options but it always mounts exactly the same.
I'm using Fedora 16 with the latest updates as of 10 April.
Any suggestions are welcome.
- James