[linux-cifs-client] Cannot mount NetApp filer with plain text password

Rasmus Ory Nielsen ron at ron.dk
Mon Oct 23 08:40:13 GMT 2006


Hi,

I am trying to mount a share on a NetApp filer. This is the command I
use:

# mount -t cifs //ipaddress/share /mnt/share/ -o user=username
Password:
mount error 5 = Input/output error
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)


And in /var/log/messages the following appears:

Oct 23 09:42:12 fc5 kernel:  CIFS VFS: Server requests plain text password but client support disabled
Oct 23 09:42:12 fc5 kernel:  CIFS VFS: Send error in SessSetup = -5
Oct 23 09:42:13 fc5 kernel:  CIFS VFS: cifs_mount failed w/return code = -5


The same share worked for me when smbfs was available in Fedora Core
(fc4). Shares on other servers works fine with cifs.


Can anyone help me with this?
Thanks in advance.


Best regards,
Rasmus Ory Nielsen



Relevant information
====================

$ cat /proc/version
Linux version 2.6.18-1.2200.fc5smp (brewbuilder at hs20-bc2-3.build.redhat.com) (gcc version 4.1.1 20060525 (Red Hat 4.1.1-1)) #1 SMP Sat Oct 14 17:15:35 EDT 2006

$ /sbin/modinfo cifs
filename:       /lib/modules/2.6.18-1.2200.fc5smp/kernel/fs/cifs/cifs.ko
author:         Steve French <sfrench at us.ibm.com>
license:        GPL
description:    VFS to access servers complying with the SNIA CIFS Specification e.g. Samba and Windows
version:        1.45
vermagic:       2.6.18-1.2200.fc5smp SMP mod_unload 686 REGPARM 4KSTACKS gcc-4.1depends:
srcversion:     535782E74FBE6506A31138A
parm:           cifs_max_pending:Simultaneous requests to server. Default: 50 Range: 2 to 256 (int)
parm:           cifs_min_small:Small network buffers in pool. Default: 30 Range: 2 to 256 (int)
parm:           cifs_min_rcv:Network buffers in pool. Default: 4 Range: 1 to 64 (int)
parm:           CIFSMaxBufSize:Network buffer size (not including header). Default: 16384 Range: 8192 to 130048 (int)

$ rpm -qa|grep -i samba
samba-client-3.0.23c-1.fc5
samba-common-3.0.23c-1.fc5

# mount.cifs -V
mount.cifs version: 1.10




More information about the linux-cifs-client mailing list