Skip to content

Instantly share code, notes, and snippets.

@thizmo
Last active October 24, 2018 07:50
Show Gist options
  • Save thizmo/209770ea57677e816fae18a4ef5d5ac3 to your computer and use it in GitHub Desktop.
Save thizmo/209770ea57677e816fae18a4ef5d5ac3 to your computer and use it in GitHub Desktop.
Openmediavault with Samba 3.6.6 an Windows 10 SMBv1
Problem:
Windows 10 with Update 1809 will not mount an SMBv1 Share any more.
Solution for OMV with Samba 3.6.6:
Put these two lines into the "Extra options" on the Webinterface:
min protocol = SMB2
max protocol = SMB2
Restart samba.
Therefore you limit Samba to SMB2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment