thanks for your fast replay.
i am use my server privately, but i dont like, when anyone is in my Network and have full rights for see and open my files ๐.
Only with name and password the user (my wife, my kids), have access to the folders in the pool and can change or create anything in the folder.
This users i have create in Unraid, and under this User i see the "Share" and the security status.
So, i need to create Share folders in the ZFS raidz1 pool, where can see unraid and put them in the Share list.
Is this possible?
Or must be, all this things with acces control, do in the SMB extra configuration?
Sry. for the misunderstanding, i donยดt need the function ACL, this share based security is good enough for my privat project ๐
Hopefully it works somehow with an access for an created share folder in the zfs pool....
Thanks a lot.
Edit 1: i hope i have create a share folder "Fotos" with command:
zfs create DATA/Fotos -o casesensitivity=insensitive -o compression=off -o atime=off -o sync=standard
the "zfs list" command see it ๐
Edit 2: OK, i think step for step i learn ๐
Now i have put in the smb extra configuration:
[Fotos]
path = /DATA/Fotos
writeable = yes
write list = high-tower
create mask = 0775
directory mask = 0775
but i have no full access on this folder...
I hope i am on the correct way...