Re: ACL Problem

From: J. Bruce Fields
Date: Fri Dec 02 2005 - 12:00:00 EST


On Fri, Dec 02, 2005 at 05:40:47PM +0100, Nico Schottelius wrote:
> Hello!
>
> I've problems settings ACLs on differnt hosts:
>
> - ext3 does not work anywhere, error as in not supported ACLs
> - reiserfs does not work either (does in support acls anyway?)
> - jfs with ACLs works fine, jfs without ACLs behaves correctly not beeing able to
> set them
> - On xfs it works everwhere
>
> Here's the output of those machines:
>
> -----------------------------Host1: srsyg01-------------------------------------
> srsyg01:/home/server/git# setfacl -R -m g:lw1:rwx walderlift-db-verifizieren.git/description
> setfacl: walderlift-db-verifizieren.git/description: Operation not supported
> srsyg01:/home/server/git# uname -a
> Linux srsyg01 2.6.12xenU #7 Sun Nov 6 13:54:56 CET 2005 i686 GNU/Linux
> srsyg01:/home/server/git# zcat /proc/config.gz | grep ACL
> CONFIG_EXT2_FS_POSIX_ACL=y
> CONFIG_EXT3_FS_POSIX_ACL=y
> CONFIG_FS_POSIX_ACL=y
> srsyg01:/home/server/git# mount | grep /home
> /dev/sdb1 on /home type ext3 (rw)

You probably just need to do something like

mount -oremount,acl /home

I can't figure out where this is documented, though.

--b.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/