I am trying to enable acl on my external btrfs devices. However, if I add defaults,acl as mount options, the device will not get mounted until I remove the mount option line. I am wondering why acl is not enabled by default and how to enable them manually?
root@kukuzi:~# mount -o acl /dev/sda1 /mnt/msata/
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
root@kukuzi:~# dmesg |tail
[ 2480.963838] BTRFS error (device sda1): support for ACL not compiled in!
[ 2481.000744] BTRFS: open_ctree failed
root@kukuzi:~#