mount error(5): Input/output error
程序员文章站
2022-05-11 18:09:31
...
试图从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
秒挂啦!
上一篇: Nova API简单介绍
下一篇: request.META无法获取到IP
推荐阅读
-
python中time.strftime不支持中文,报错UnicodeEncodeError: 'locale' codec can't encode character '\u5e74' in position 2: encoding error
-
FastCGI Error Number: 5 (0x80070005)解决方法
-
会声会影X5出现“Error 1402. Could not open key”的解决办法
-
Coreldraw x5安装失败提示错误error 193怎么办?
-
Android解决app:compileDebugJavaWithJavac>Compilation failed; see the compiler error output for details问题的方法
-
NFS挂载异常 mount.nfs: Input/output error
-
关于Intellij idea 报错:Error : java 不支持发行版本5的问题
-
永久解决 Intellij idea 报错:Error :java 不支持发行版本5的问题
-
ERROR 1366 (HY000): Incorrect string value: '\xE9\x83\x91\xE5\xB7\x9E' for column 'aa' at row 1 MySQL 字符集
-
Sublime Text3 运行Python 出现Error:Decode error - output not utf-8