Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Fixing error while accessing windows share through dde-file-manager
Community Discussion
916
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
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Error configurar cara autenticacion biometrica
Hız
add screenshot to message sent early
HP Pavilion extremly slow
HP Printer smart tank 5105 not support
Position of the "UOS AI" Agent moved from left to right?
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