因為要統一管控備份的進度,用一台Linux主機去連Synology的分享
使用cifs 出現
mount: /mount_point: mount(2) system call failed: Operation not supported.
解法
sudo apt-get install cifs-utils
再執行一次
出現 mount error(95): Operation not supported
解法
在帳號密碼後面增加一個選項: vers=1.0
mount -t cifs //IP/Share /mount_point -o username=ID,password=Password,vers=1.0
隨機文章
- 業務新人面試 我自己的看法 (2015-11-01)
- IE7/Firefox3開啟後 出現錯誤訊息 (2009-07-15)
- ubuntu /lubuntu 開機文字模式 (2016-07-18)
- 一行指令,讓Windows 10變AP (2015-12-18)
- 微軟有提供了跨平台的程式編輯工具 而且是免費 (2020-01-27)