TGM
Dabbler
- Joined
 - May 22, 2017
 
- Messages
 - 17
 
Hello,
I have the following environment:
share - FreeNAS 11.2
client1 - Win 7 PRO
client2 - Win 10 - SW_DVD5_WIN_ENT_LTSC_2019_64-bit_English_MLF_X21-96425
client1 to share - OK
client2 to share - NOK
On windows 7 access, I can browse/read/write/create/modify the public folder and any inside content.
On windows 10 acesss, "windows cannot access \\share"
Anybody had this issue before or recently?
Let me know If I can add any relevant information for debugging.
	
		
			
		
		
	
			
			I have the following environment:
share - FreeNAS 11.2
client1 - Win 7 PRO
client2 - Win 10 - SW_DVD5_WIN_ENT_LTSC_2019_64-bit_English_MLF_X21-96425
client1 to share - OK
client2 to share - NOK
Code:
testparm -s
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
Load smb config files from /usr/local/etc/smb4.conf
Processing section "[public]"
Loaded services file OK.
Server role: ROLE_STANDALONE
# Global parameters
[global]
        bind interfaces only = Yes
        deadtime = 15
        disable spoolss = Yes
        dns proxy = No
        dos charset = CP437
        interfaces = 127.0.0.1 192.168.1.10
        kernel change notify = No
        lm announce = Yes
        load printers = No
        local master = No
        logging = file
        map to guest = Bad User
        max log size = 51200
        max open files = 469685
        netbios name = SHARE
        nsupdate command = /usr/local/bin/samba-nsupdate -g
        panic action = /usr/local/libexec/samba/samba-backtrace
        printcap name = /dev/null
        security = USER
        server min protocol = SMB2_02
        server role = standalone server
        server string = share
        time server = Yes
        idmap config *: range = 90000001-100000000
        idmap config * : backend = tdb
        acl allow execute always = Yes
        create mask = 0660
        directory mask = 0770
        directory name cache size = 0
        dos filemode = Yes
        strict locking = No
[public]
        guest ok = Yes
        guest only = Yes
        path = "/mnt/storage/share/public"
        read only = No
        veto files = /.snapshot/.windows/.mac/.zfs/
        vfs objects = shadow_copy2 zfs_space zfsacl streams_xattr
        zfsacl:acesort = dontcare
        nfs4:chown = true
        nfs4:acedup = merge
        nfs4:mode = special
        shadow:snapdirseverywhere = yes
        shadow:format = auto-%Y%m%d.%H%M-2m
        shadow:localtime = yes
        shadow:sort = desc
        shadow:snapdir = .zfs/snapshot
On windows 7 access, I can browse/read/write/create/modify the public folder and any inside content.
On windows 10 acesss, "windows cannot access \\share"
Anybody had this issue before or recently?
Let me know If I can add any relevant information for debugging.