Dave wrote:
Hello, I've got a centos5 box with raided ext3 partitions mp* devices. I'm wondering if ext3 supports acls out of the box or if there's something i have to do to enable them?
You could try to add ",acl" to options in your /etc/fstab for the partitions you want to run acl on.
On a FC3 system I have:
/dev/md3 /home ext3 defaults,acl 1 2
Mogens