Nvidia shield lost access to smb shares. Google searches say shield doesn't support smb2+. Any suggestions?

by mjr2015

Basically I'm assuming the security fixes that disabled smb1 on freenas / smbd broke the shield. The shares work on every other Linux / window pc /android in the house

How have people fixed this issue?

Here is my smb config:

[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = SERVER-SHARE
security = user
map to guest = bad user
name resolve order = bcast host
dns proxy = no
bind interfaces only = yes




[UPLOADS]
path = /mnt/share/Downloads
writable = yes
guest ok = yes
guest only = yes
read only = no
create mode = 0777
directory mode = 0777
force user = localuser
force group = HOSTWRITE

[Share]
path = /mnt/share/
writable = no
guest ok = yes
guest only = yes
read only = yes
force user = nobody
force group = HOSTWRITE
FlickFreak

You could try using NFS alongside SMB. FreeNAS fully supports NFS shares . Generally with *nix clients, such as Android, NFS is the better way to go. Using both SMB and NFS means you will be optimizing for both Windows and *nix clients.

robplays
snowzach

Yah... Same issue here. I am comfortable having the old protocol on my personal LAN from FreeNAS. Go to Services -> SMB -> Auxiliary Parameters and set 'server min protocol = NT1'

eternal_peril

Try adding protocol= smb1 to your global line

See if that forces it down properly