因為要統一管控備份的進度,用一台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
隨機文章
- Debian沒有PPA-Purge的指命 (2015-03-18)
- 謝長廷嗆扁:再管下去 台灣一無所有 (2007-11-14)
- 陳水扁先生 請不要在那邊假了 受不了 (2008-11-28)
- 想到父子詩…故事兩則 (2017-02-17)
- MySQL Server 從預設的MyISAM 改回 MyISAM (2021-01-21)








