使用下面的命令挂载windows共享文件夹总是出现错误提示:"mount error(5): Input/output error"
# mount -t cifs //fileserver/share-path /files -o username=xxx,password=xxx
查看 syslog
tail /var/log/syslog
发现下面的错误:
kernel: [433439.020879] CIFS VFS: cifs_mount failed w/return code = -5
请问如何解决?
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
加上
vers=2.0
选项就可以了,完整命令如下如果你是需要上传下载文件的话建议不要挂载了,你可以选择安装一个yum install lrzsz,安装完成后使用命令行使用rz即可上传文件,使用sz即可下载文件