mainer
2
I am not a samba expert, but I also have an AR750S and have it sharing a micro sd card with samba on the network. I had problems because I wanted to require a password for access to some of the shared folders. Are you trying to use passwords or simply have open access to the drive? Also, do you have a share specified?
I found that using the Luci (Advanced) configuration gave me more control. To use it, you first have to install the luci-app-samba package. You can do that from a ssh login with “opkg update” and then “opkg install luci-app-samba” while connected to the internet. This needs to be redone after every firmware change. Reboot after the install and the configuration can the be found in Luci Services → Network Shares.
As for your config, the differences I see are that I have the following settings:
[global]
netbios name = GL-AR750S
display charset = UTF-8
interfaces = lo br-lan
server string = GL-AR750S-198
unix charset = UTF-8
workgroup = WORKGROUP
Note that they are explicity set.
I also do NOT have the line:
min protocol = SMB2
My share looks like:
[nas]
path = /mnt/
read only = no
guest ok = yes
browseable = yes
The min SMB2 may be the problem as I believe that Linux, OSX, etc. might still be using SMB1. I use Linux, Android, and OSX and can connect with all of them.
If you are trying to use passwords, there are other changes needed.
Hope this helps.