On Thu, 7 Dec 2006 10:49:08 -0500 (EST) Ian Bonnycastle ibonny@jhu.edu wrote:
Right now, the system is set up as follows:
/etc/fstab:
LABEL=/ / ext3,acl defaults 1 1
acl is a filesystem option, so use it as a file system option ;). E.g.:
LABEL=/ / ext3 defaults,acl 1 1
-- Daniel