mount挂载windows共享文件夹
生活随笔
收集整理的这篇文章主要介绍了
mount挂载windows共享文件夹
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
今天在centos 7下挂载windows共享文件夹遇到报错
mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
折腾了半天才去看了一眼日志
messages内
Oct 28 03:17:59 localhost kernel: CIFS VFS: Error connecting to socket. Aborting operation.
Oct 28 03:17:59 localhost kernel: CIFS VFS: cifs_mount failed w/return code = -115
看到socket,想起端口,然后去瞄了一眼windows防火墙。然后就没有然后了///
转载于:https://blog.51cto.com/wangwuli/1568868
总结
以上是生活随笔为你收集整理的mount挂载windows共享文件夹的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: solrcloud replica co
- 下一篇: java中的io系统详解(转)