TrueNAS ACL premisson problem

Joined
Mar 15, 2021
Messages
4
Hello,

I'm having some trouble lately with one share on my TrueNAS.
the problem originated from removing a user via windows "Beveiliging" picture shown below [windows "Beveiliging" ].
freenas.PNG
now i can't change any permissions and get the error shown in [1].
freenas2.PNG
i tried a lot of different settings but nothing seems to work, there is like 1TB of data in the share so its quite important to get it back.

Thanks to everyone who can help me!
 

G8One2

Patron
Joined
Jan 2, 2017
Messages
248
You shouldn't be attempting to change permissions through windows. You should be make permission changes to the folder or dataset within FreeNas/TrueNas.
 
Joined
Mar 15, 2021
Messages
4
I do know this now, but is there a way to resolve this issue and restore or remove all permission to a normal state?
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
That's a webui bug. It doesn't appropriately handle situation where all inheritable ACL entries have been removed from an ACL. It should not prevent modification. I filed a bug ticket. If you look at top of the ACL editor you'll see the local path of the ZFS dataset (beginning with /mnt), run the following command setfacl -m owner@:full_set:fd:allow,group@:full_set:fd:allow <path>. This should allow you to make edits again through the GUI-based editor.
 
Top