Fixing error while accessing windows share through dde-file-manager
Tofloor
poster avatar
wemomax
deepin
2017-12-08 10:13
Author
Change File "/etc/samba/smb.conf"

Below the [global] tag add these 2 lines:
client max protocol = SMB2
server max protocol = SMB2


Save the file


Restart the service:
sudo service smbd restart
sudo service nmbd restart

If you want to test via the terminal:
smbclient -m smb2 -L SERVER -U DOMAIN/USER
Reply Favorite View the author
All Replies

No replies yet