2023-11-30, 03:54 PM
If you don't need the ACLs, I would just remove them and use standard linux permissions.
That will recursively remove all the ACLs
I've found that ACLs, even when it looks like they should allow access, can be hard to get working.
Code:
setfacl -b -R /path/to/drive/mnt/
That will recursively remove all the ACLs
I've found that ACLs, even when it looks like they should allow access, can be hard to get working.