Hi, I'm newbie to ZFS, I'm having two issues I can't wrap my mind around.
1. The drive shares
I can browse it, I can list it, however I open or write to it. On the share I have the below. I cam't find an example for 4 people, is it just a comma between users?
Text from shares on Unraid.
[media]
path = /mnt/tank/media
# Secure
public = yes
writeable = yes
write list = user1, user2, user3, User4
browseable = yes
guest ok = no
read only = no
create mask = 0775
directory mask = 0775
vfs objects = shadow_copy2
shadow: snapdir = .zfs/snapshot
shadow: sort = desc
shadow: format = zfs-auto-snap_%S-%Y-%m-%d-%H%M
shadow: localtime = yes
2. Is my read write issue possibly permissions? I have tried the "chown nobody:users" at the path. I can write via SSH and copy/delete with MC via root, but do so as user1, user2, etc. When I go back to clear up the issues as root the command runs no error, but also no change. I have also created a local user on one of the windows VM's and the user root sees the same issue I do on say user1.
Thank you for any pointers in advance. I've been working with Linux since 2002 in corporate environment, but much of it has been an occasional LAMP connectivity and backup issue, typically this part is done before I get there, so its new to me. I'm getting my new hardware to update my actual server next week, I'm trying to make sure I can get past this when I bring to a production level, even if its in my home.