Windows Bugbears and Hacks

Connecting to a Samba share

  • Add credentials to Windows Credentials Manager:
    cmdkey /add:server /user:user@server /pass:passwd
  • Make sure Samba is running with SMB3
    • edit smb.conf
    • Add
      min protocol = SMB3
      client min protcol = SMB3