|
CIFS mount - no acl
Hi,
I have a windows PC with NTFS drive with ACLs turrned on and set on a share.
I also have a FC5 machine kernel 2.6.19.
I mount the windows share but when i do getfacl everything is owned by root, there is no acl info.
>mount -t cifs //windows-pc/BK_TEST ./TMP -o acl
>getfacl TMP/xx
# file: TMP/xx
# owner: root
# group: root
user::rwx
group::rwx
other::rwx
kernel 2.6.19 has acl support in it. does anyone know what the problem is?
thanks.
|