"This file server type is not recognized"
"檔案伺服器型態無法辨識"

解法:
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
重新登入,就可以連線了。




























































































