On Mon, Nov 1, 2010 at 6:09 PM, James D. Parra <jamesp@musicreports.com> wrote:
Hello,
Although I see my ext4 file system is mounted with ACL, (rw,acl,user_xattr), I can't set ACL permissions. I read that a kernel module needs to added for ACL support on ext4.
Could anyone provide any details on how I can accomplish that?
Many thanks in advance.
James
James, I'm not familiar with a special kernel module being needed, but I'm running ext3 on this pc. Just to be sure its not a syntax error in what your typing, try this.
mkdir it1
getfacl it1 # file: it1 # owner: gaf # group: users user::rwx group::r-x other::r-x
setfacl -d -m group:users:rw it1
getfacl it1 # file: it1 # owner:gaf # group:users user::rwx group::r-x other::r-x default:user::rwx default:group::r-x default:group:users:rw- default:mask::rwx default:other::r-x
That should work. If not, something is indeed wrong. fyi: If you're curious what the above does, see: http://old-en.opensuse.org/How_to_share_directories_between_groups_of_users_... Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org