You are not logged in.
I'm trying to get Samba to work, but I am unable to see it on the network and if I directly connect using the hostname or ip, I get an error.
My samba config looks like this, https://pastr.io/view/OZRJrInpdvB
All folders are created and chmod to 777 just for testing. The user is created according to the wiki.
Can anyone spot the problem?
Offline
im no samba expert but try this:
remove this:
server min protocol = SMB2_02
add this:
server min protocol = NT1
security = user
im pretty sure the security line is your problem, the NT1 thing is just for browsing shares (using gvfsd-smb-browse etc) then once a share is connected to it will use smb3.
Offline
I already fixed it, just forgot to update the thread
Anyway, the solution was to remove "shadow_copy_zfs" from each share.
I also bumped up the version to SMB3_00 as well which works fine.
Offline