raymond-devries
Cadet
- Joined
 - May 22, 2020
 
- Messages
 - 3
 
I have two pools on my Free NAS server running FreeNAS-11.3-U3.1. One of the pools I set up a while ago (storage) and one them more recently (Cache). 11.3 no longer allows you to change your ACL permissions on root datasets. I went to go add another user to my old pool (storage) and could not get that user to be able to access the dataset in this pool. However I had no issues getting access to my more recently setup pool (Cache). I think I have narrowed the problem down to being the ACL privileges of the root dataset, but as mentioned earlier I can no longer edit those via the GUI. My question is how do I reset/edit ACL settings of root datasets via the shell using setacl, winacl, or another command. All help is apprectiated.
Output from
Output from
While trying to debug this I did a completely fresh install of FreeNAS on the system so all settings should be default except for the imported setting from reinitializing these pools.
	
		
			
		
		
	
			
			Output from
getfacl mnt/storage (old pool that I need to change).Code:
# owner: nobody
# group: 1000
            owner@:rwxp--aARWcCos:-------:allow
            group@:r-x---a-R-c--s:-------:allow
         everyone@:r-x---a-R-c--s:-------:allow
root@freenas[/]# getfacl mnt/storageOutput from
getfacl mnt/Cache (newer pool that I need to match acl settings).Code:
# owner: root
# group: wheel
            owner@:rwxp--aARWcCos:-------:allow
            group@:r-x---a-R-c--s:-------:allow
         everyone@:r-x---a-R-c--s:-------:allow
root@freenas[/]# getfacl mnt/storageWhile trying to debug this I did a completely fresh install of FreeNAS on the system so all settings should be default except for the imported setting from reinitializing these pools.