Hi i'm trying to enable ACL on my filesystem. this are the steps
- install acl with
# pacman -S acl - edit
/homeentry on/etc/fstab
/dev/sdb4 /home ext4 defaults,acl,noatime 0 2
- remount partition
# mount -o remount /home
even after reboot the acl is not displayed for the mount command
/dev/sda4 on /home type ext4 (rw,noatime,data=ordered)
acldefaults on and isn't shown since kernel 2.6.39 – Gilles 'SO- stop being evil' Jul 12 '13 at 23:44