ubuntu 16.04 遇到 "This file server type is not recognized" 或是 "Unhandled error message: Failed to mount Windows share: Connection timed out" 拆雷步驟紀錄

ubuntu 16.04 的smb服務有個小雷,如果你遇到這個:
 
"This file server type is not recognized"
"檔案伺服器型態無法辨識"
 
ubuntu 16.04 遇到 "This file server type is not recognized" 或是 "Unhandled error message: Failed to mount Windows share: Connection timed out" 拆雷步驟紀錄
 
解法:
 
1. 安裝gvfs packages
sudo apt install gvfs-backends
 
當然如果你缺少samba也請安裝(sudo apt install samba)
client請安裝sudo apt install smbclient
 
然後接著如果遇到了
"Unhandled error message: Failed to mount Windows share: Connection timed out"
 
請接第二步驟
 
2. 修改 /etc/samba/smb.conf 中[global] 區塊
client min protocol = SMB2
client max protocol = SMB2
 
長相像這樣:
 
[global] 
client min protocol = SMB2
client max protocol = SMB2
 
重新登入,就可以連線了。
文章分享
評分
評分
複製連結

今日熱門文章 網友點擊推薦!