Hi Alessandro and Tim,
It seems like 9.3.x has updated the default SMB version expectation of the OS.
Alessandro you will need to find out which "dialects" (versions) your SMB server supports.
On linux terminal this would be (replace xxx part with your NAS IP):
You will get a response like
After that go to the "m" menu -> configure -> library -> click on your NAS share in the list
Under Advanced in the "Mount options" text input go to the end of the existing content and add ",vers=X.X.X" where X.X.x is one of the dialects.
For instance:
Edit: I'm still trying to figure out if it's valid with 2.0.2 or has to be "2.0"...
It seems like 9.3.x has updated the default SMB version expectation of the OS.
Alessandro you will need to find out which "dialects" (versions) your SMB server supports.
On linux terminal this would be (replace xxx part with your NAS IP):
Code:
nmap -p445 --script smb-protocols xxx.xxx.xxx.xxx
You will get a response like
Code:
Host script results:
| smb-protocols:
| dialects:
| 202
| 210
| 300
|_ 302
After that go to the "m" menu -> configure -> library -> click on your NAS share in the list
Under Advanced in the "Mount options" text input go to the end of the existing content and add ",vers=X.X.X" where X.X.x is one of the dialects.
For instance:
Code:
ro,noserverino,cache=none,dir_mode=0777,file_mode=0777,vers=2.0.2