因為要統一管控備份的進度,用一台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
隨機文章
- 方炯鑌改編「練舞功」實在太好笑了 (2012-06-26)
- facebook 開心農場快速升級 (2009-12-08)
- 20170115 05:12 PTT 掛站 (2017-01-15)
- 半殘的ZyXEL NSA325 (2012-10-23)
- 好專業的關貿網路,連想都不想就叫我補檔 (2013-02-06)








