11-28-2018, 03:34 PM
Is your Samba server speaking at least SMB2 protocol?
(I think it chooses terrible SMB1 if you don't tell it otherwise.)
Edit your conf:
[global]
min protocol = SMB2
Then, systemctl restart smbd.service
If you have a suitably good version of Samba you might be able to specify SMB3 but that excludes all pre-Win10 devices and Samba SMB3 support is still limited, ymmv, etc.
(I think it chooses terrible SMB1 if you don't tell it otherwise.)
Edit your conf:
[global]
min protocol = SMB2
Then, systemctl restart smbd.service
If you have a suitably good version of Samba you might be able to specify SMB3 but that excludes all pre-Win10 devices and Samba SMB3 support is still limited, ymmv, etc.