因為要統一管控備份的進度,用一台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
隨機文章
- 烏克蘭免費域名使用期限延長更新 (2010-02-12)
- 雙12 再用爽購在淘寶代付 仍然不爽 (2014-12-16)
- mysql 複製資料表指令,容量差8倍 (2017-01-31)
- 別再相信Mobile01上自稱專家的說法 (2012-12-02)
- 台灣人壽 免費癌症篩選 (2007-11-20)








