因為要統一管控備份的進度,用一台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
隨機文章
- 紫玫瑰4~6 (2009-10-18)
- 用虛擬機架FTP的解決方案 (2016-08-03)
- 使用phpmyadmin導入資料到mysql出現#1062 – Duplicate entry ‘0’ for key ‘PRIMARY’ (2017-01-04)
- 學到了 OSI7層和Switch設備的L1/L2/L3指的是一樣的東西嗎? (2026-01-02)
- 威寶A688 更新韌體到Android 2.1 (2010-09-28)








