Hi all,
Can someone tells me if DSSv7 supports SMB3 protocol ?
Many thanks in advance.
Bruno.
Printable View
Hi all,
Can someone tells me if DSSv7 supports SMB3 protocol ?
Many thanks in advance.
Bruno.
Not yet, next release coming soon before the end of Nov. will have Samba 3.6.25.
In JovianDSS we do have SMB3.
Ok thank you Todd.
It seems also that the last version even does not support SMB2 only SMB1.5 see below dialect version
PS C:\WINDOWS\system32> Get-SmbConnection
ServerName ShareName UserName Credential Dialect NumOpens
---------- --------- -------- ---------- ------- --------
192.168.0.71 vol1 user1 user1 1.5 1
Regards,
Bruno.
DSS V7 is using SMB ver 2.1 so not sure why the Windows is reporting a lower version.
Can anybody help me on this issue ?
My Windows 10 Powershell reports SMB1.5 instead of 2.1 with Open-E DSSv7 last version (i.e up56)
Many thanks in advance.
Bruno.
Hi all,
The new version up57 has fixed this issue :
PS C:\WINDOWS\system32> Get-SmbConnection
ServerName ShareName UserName Credential Dialect NumOpens
---------- --------- -------- ---------- ------- --------
192.168.0.71 vol1 user1 user1 2.0.2 1
But the dialect is only 2.0.2 not 2.1 ?
Bruno.