Hello everyone,

I'm facing some strange permissions when I mount an NTFS partition.

After mounting with umask=227, the mount point becomes the following permissions:

dr----xr-- 1 root users

umask=220:

dr--r----x 1 root users

umask=777:

d--xr--r-- 1 root users

umask=000:

dr-xr-xr-x 1 root users

My /etc/fstab contains the following entry (as used with the first example):

/dev/hdb5 /mnt/H ntfs defaults,user,nosuid,nodev,noexec,ro,noatime,gid=100,umask=227 0 3

Strange thing... I've also mounted two vfat partitions; the
permissions are always correct there, no matter which umask I choose.
Is this a bug in the NTFS handler ?


-- [EMAIL PROTECTED] mailing list



Reply via email to