Displaying 1 result from an estimated 1 matches for "abclaufwerk".
2011 Aug 22
0
mount.cifs with "sec=ntlmv2" fails ("mount error(22): Invalid argument")
...both sides
everything works just fine.
The client runs kernel 2.6.37.6-0.7-desktop (fully patched openSUSE-11.4) with the
CIFS kernel module version 1.68. mount.cifs identifies as "version: 4.6".
Mounting on the client side it looks like this:
--- snip ---
# mount.cifs //abctest.box/abclaufwerk /mnt/mnt/ --verbose -o
domain=ABCTEST,user=abc,pass=secrect,sec=ntlmv2
mount.cifs kernel mount options:
ip=10.9.0.103,unc=\\abctest.box\abclaufwerk,sec=ntlmv2,ver=1,user=abc,domain=ABCTEST,pass=********
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)...