mount error(5): Input/output error

ignorantshr發表於2019-03-18

試圖從Linux掛載windows的共享檔案時:

mount.cifs //192.168.216.27/ova ova_tmp/ -o user=xxx,pass=xxx

出現瞭如下錯誤:

mount error(5): Input/output error
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

解決辦法是加上sec=ntlm選項

mount.cifs //192.168.216.27/ova ova_tmp/ -o user=xxx,pass=xxx,sec=ntlm

秒掛啦!

相關文章