Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Fixing error while accessing windows share through dde-file-manager
Community Discussion
695
views ·
0
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
New Thread
Popular Ranking
Change
My beautiful Deepin-colored stock chart theme
Manual
Latest wine version
System analyst
Popular Events
More
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