因為要統一管控備份的進度,用一台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
隨機文章
- 20091003 豬哥會社內容 (2009-10-04)
- 地圖日記 終於把我停權了 (2009-02-04)
- 郵件IMAP POP3 SMTP Port 加密協定 3分鐘快速上手 (2021-09-06)
- Windows 7 X64 + Appserv + ODBC + Mysql => Error IM014 (2020-07-01)
- 週年慶/化妝品牌下殺4折! 跨店集點讓你好禮帶回家~ (2007-11-21)








