因為要統一管控備份的進度,用一台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
隨機文章
- 平平都是相似的架構 為什麼Galaxy Note III就是高出20%效能 (2013-12-02)
- PDF相關工具 (2009-05-06)
- 人生,不一定要當「最好」,但一定要懂得讓自己「更好」 (2007-11-04)
- 爛到掉渣的Midphase虛擬主機服務 (2012-05-30)
- 連續兩天在露天遇到網路詐騙 (2009-12-02)