抱歉,评论被关闭
如何解决linux mount cifs 挂window 网盘问题?
在centos mount cifs 挂window 网盘容易出现问题如下:
一、挂载时,用户/密码错误
mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
对应/var/log/message记录
Oct 12 16:20:01 localhost kernel: Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE Oct 12 16:20:01 localhost kernel: CIFS VFS: Send error in SessSetup = -13 Oct 12 16:20:01 localhost kernel: CIFS VFS: cifs_mount failed w/return code = -13
二、没有分享目录
Retrying with upper case share name mount error(6): No such device or address Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
对应/var/log/message记录
Oct 12 16:20:06 localhost kernel: CIFS VFS: cifs_mount failed w/return code = -6 Oct 12 16:20:17 localhost kernel: CIFS VFS: cifs_mount failed w/return code = -6 Oct 12 16:20:17 localhost kernel: CIFS VFS: cifs_mount failed w/return code = -6
目前遇到的问题就是这些
补充一句,格式一定要写正确:mount -t cifs -o username=administrator,password=**** //192.168.1.1/分享目录 /linux/share
本文出自 “凹凸曼” 博客,请务必保留此出处 http://www.apoyl.com/?p=1432
日志信息 »
该日志于2012-10-12 16:47由 凹凸曼 发表在Linux分类下,
评论已关闭。
目前盖楼
-
-
您好,请问问题一的解决方法是什么?
哦,看了你的文章,帮我解决了我的问题,很感谢你的分享。我转载了你的文章,如果不能转载话,还请告诉我。