[Bug 854322] New: mount.cifs doesn't work
https://bugzilla.novell.com/show_bug.cgi?id=854322 https://bugzilla.novell.com/show_bug.cgi?id=854322#c0 Summary: mount.cifs doesn't work Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Rudolf.Goeldner@email.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 It is not possible to mount a samba-share with mount.cifs: albatros131:/home/rudi # mount.cifs //192.168.1.77/"DISK 1" /mnt --verbose Password for rudi@//192.168.1.77/DISK 1: ****** mount.cifs kernel mount options: ip=192.168.1.77,unc=\\192.168.1.77\DISK 1,user=rudi,pass=******** mount error(5): Input/output error Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) System: Linux 3.11.6-4-desktop openSUSE 13.1 (Bottle) (x86_64) KDE 4.11.2 Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854322 https://bugzilla.novell.com/show_bug.cgi?id=854322#c Xiyuan Liu <xyliu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyliu@suse.com AssignedTo|bnc-team-screening@forge.pr |sjayaraman@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854322 https://bugzilla.novell.com/show_bug.cgi?id=854322#c Suresh Jayaraman <sjayaraman@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|sjayaraman@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854322 https://bugzilla.novell.com/show_bug.cgi?id=854322#c Xiyuan Liu <xyliu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |cphani@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854322 https://bugzilla.novell.com/show_bug.cgi?id=854322#c Xiyuan Liu <xyliu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |cifs-bugs@forge.provo.novel |ovo.novell.com |l.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854322 https://bugzilla.novell.com/show_bug.cgi?id=854322#c4 Rudolf Goeldner <Rudolf.Goeldner@email.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |ea@ct.de InfoProvider|Rudolf.Goeldner@email.de | --- Comment #4 from Rudolf Goeldner <Rudolf.Goeldner@email.de> 2014-01-13 15:00:19 UTC --- The problem is solved. The solution was in the journal c't 2014/3: "...in oS 13.1 hat sich beim cifs-Modul der Standard-Authentifizieralgorithmus auf ntlmssp geändert. Wenn dieser nicht vom NAS unterstützt wird, ist an den Aufruf ganz hinten "-o sec=ntlmv2" oder "-o sec=ntlmv" anzuhängen.." You have to add "-o sec=ntlmv2" or "-o sec=ntlmv" to your call e.g. ------------------------------------------------------------------------------ albatros131:/home/rudi # mount.cifs //192.168.1.77/"DISK 1" /mnt --verbose -o sec=ntlmv2 Password for rudi@//192.168.1.77/DISK 1: ****** mount.cifs kernel mount options: ip=192.168.1.77,unc=\\192.168.1.77\DISK 1,sec=ntlmv2,user=rudi,pass=******** albatros131:/home/rudi # ------------------------------------------------------------------------------- Many thanks to Ernst Ahlers. Regards, Rudolf -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854322 https://bugzilla.novell.com/show_bug.cgi?id=854322#c5 --- Comment #5 from Rudolf Goeldner <Rudolf.Goeldner@email.de> 2014-08-23 13:42:58 UTC --- Translation of the solution: The solution was in the journal c't 2014/3: "... with oS 13.1 authentification is changed to ntlmssp. If this is not supported by the NAS, you have to add "-o sec=ntlmv2" or "-o sec=ntlmv" to your mount.cifs call." Many thanks to Ernst Ahlers. As I am concerned, the bug may be closed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com