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? Thanks. Dave.
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 -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax: +45 33 27 47 08 Email: mk at crc.dk Homepage: http://www.crc.dk
On Tue, 12 Jun 2007, Dave wrote:> 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?Yes, CentOS/ext3 supports ACLs by default. Make sure the acl package in installed, then take at peek at the getfacl(1) and setfacl(1) man pages. -- Paul Heinlein <> heinlein at madboa.com <> http://www.madboa.com/
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? > Thanks. > Dave. > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centosHere is a great link for ACLS. Man pages can be hard to read sometimes or if you are in a hurry. http://www.vanemery.com/Linux/ACL/linux-acl.html --Figa