
FSTAB Permissions With NTFS-3G
Hi,
I'm trying to mount an additional drive to store all my web files. I can mount the drive, point Apache to it, but I can't seem to configure permissions correctly.
FSTAB line for drive:
Code:
# NTFS Drive for wwwroot
/dev/sdb1 /mnt/wwwroot ntfs-3g defaults 0 0
I can force everything on the drive to be whatever permission I want using umask=XXXX, but I need to be able to specify permissions for individual files, for example, config files etc in a given folder under this mount, and no matter what I do, CHMOD just doesn't work on this drive. It seems to try to change permissions, but nothing changes.
Any suggestions as to what my FSTAB entry should be?
Thanks,
AJ