Hi,
When I try to mount /dev/hdb6 with acl, i get an error msg like,
EXT3-fs: Unrecognized mount option acl
mount: /aclmount not mounted already or bad option
My /etc/fstab looks like,
LABEL=/ / ext3 defaults 1 1
/dev/hda1 /boot ext3 defaults 1 2
/dev/hdb6 /aclmount ext3 defaults,acl 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda2 swap swap defaults 0 0
I even tried,
#mount -o remount,acl /dev/hdb6
still i get the same error msg.
plz help me on this regard,
kousik s
