Bug 49401

Summary: cifs requires cifs-utils since kernel 3.4
Product: File System Reporter: Anisse Astier (anisse)
Component: CIFSAssignee: fs_cifs (fs_cifs)
Status: RESOLVED DUPLICATE    
Severity: normal CC: thomas.jarosch
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.4 - 3.7 Subsystem:
Regression: Yes Bisected commit-id:

Description Anisse Astier 2012-10-24 09:55:02 UTC
I used to be able to mount cifs shares. This stopped working with kernel 3.4. What I thought at first was an already reported regression due to the rewrite for option parsing, was in fact a different problem.

With cifs-utils installed, it works. It wasn't necessary before. 

mount options in fstab:
//192.168.0.42/Public /home/anisse/cifs-share/ cifs sec=none,uid=anisse,iocharset=utf8 0 0

Distribution is Debian squeeze.
Comment 1 Thomas Jarosch 2013-02-25 08:33:05 UTC
Probably this is the same issue as reported in #50631.

Please close this bug as duplicate as the other bug report contains more info. Thanks!
Comment 2 Anisse Astier 2013-02-25 10:27:49 UTC

*** This bug has been marked as a duplicate of bug 50631 ***