如何解决linux mount cifs 挂window 网盘问题?

分类:Linux | 作者:凹凸曼 | 发表于2012/10/12 5条评论

在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

Tag:

日志信息 »

该日志于2012-10-12 16:47由 凹凸曼 发表在Linux分类下, 评论已关闭。

目前盖楼
  1. Muc说道:

    哦,看了你的文章,帮我解决了我的问题,很感谢你的分享。我转载了你的文章,如果不能转载话,还请告诉我。

  2. 郑朝霞说道:

    您好,请问问题一的解决方法是什么?

    • 凹凸曼说道:

      一、挂载时,用户/密码错误 这个哇?
      用户名 ,密码输入错误,重新输入一下!
      还有 格式一定要对哦!
      我最近在苹果的mac上挂载 windows的盘 格式如下:
      mount -t smbfs //用户名:密码@192.168.0.1/iso /Volumes/iso

抱歉,评论被关闭

« »