Kai-Chieh Ku
2010-May-06 07:36 UTC
[Samba] Failed to mount CIFS from windows7 with sec=ntlmv2 on Linux
Hello :-), I have some problem with the cifs client of linux. I can't mount a volume from a win7 machine with NTLMv2 authentication. e.g. # mount -t cifs //win7-box/C\$ mount-point --verbose -o sec=ntlmv2,credentials=smb-passwd mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) #dmesg | tail Status code returned 0xc000000d NT_STATUS_INVALID_PARAMETER ?fs/cifs/netmisc.c: Mapping smb error code 87 to POSIX err -22 ?fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release ?fs/cifs/sess.c: ssetup rc from sendrecv2 is -22 ?fs/cifs/sess.c: ssetup freeing small buf ffff8800437a6000 ?CIFS VFS: Send error in SessSetup = -22 ?fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 132325) rc = -22 ?CIFS VFS: cifs_mount failed w/return code = -22 I'm pretty sure NTLMv2 is enabled on the Windows 7 machine and it is the only allowed authentication method. I was able to mount a volume from a XP machine (configured to authenticated by NTLMv2 only) with the same parameters. However, smbclient works just fine. (the below command works) # smbclient //win7-box/C\$ -A smb-passwd The kernel is linux 2.6.33, I'm using the cifs driver bundled with it. # cat /proc/fs/cifs/DebugData Display Internal CIFS Data Structures for Debugging --------------------------------------------------- CIFS Version 1.62 Active VFS Requests: 40 Servers: I saw many people on the web suggest to configure Windows 7 to use other authentication methods such as NTLM or LANMAN, but it actually fixed nothing. (https doesn't work, so you should use http?) There is no domain, it is mounted by peer to peer method. Do I miss something? How can I use sec=ntlmv2 with Win7? I'm sorry for my poor English... -- Kai-Chieh Ku
Kai-Chieh Ku
2010-May-06 08:09 UTC
[Samba] Failed to mount CIFS from windows7 with sec=ntlmv2 on Linux
I'm sorry. But I also receive "451 Temporary local deliveriy problem for samba <samba at lists.samba.org> - please try again later..." from "Mail Delivery Subsystem <mailer-daemon at weatherdata.com>" each time... On Thu, May 6, 2010 at 4:05 PM, Michael Wood <esiotrot at gmail.com> wrote:> Please stop sending this message. ?You have sent it 6 or 7 times already! > Michael Wood <esiotrot at gmail.com> >-- Kai-Chieh Ku
Maybe Matching Threads
- Failed to mount CIFS from Windows Vista/7 with sec=ntlmv2 on Linux
- Failed to mount CIFS from Windows 7 with sec=ntlmv2 on Linux
- Assistance needed on using mount.smbfs (cifs) to authenticate to samba server with encrypt passwords = No.
- Question about mount.cifs and smbclient
- Unable to mount using sec=none and mount.cifs