Bug 5019 - mount cifs does not work (permission denied) while mount smbfs works
Summary: mount cifs does not work (permission denied) while mount smbfs works
Status: RESOLVED WORKSFORME
Alias: None
Product: CifsVFS
Classification: Unclassified
Component: user space tools (show other bugs)
Version: 2.6
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Steve French
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-13 14:42 UTC by Maciej Pilichowski
Modified: 2009-07-22 14:55 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Pilichowski 2007-10-13 14:42:33 UTC
AFAIK now I should use cifs instead of smbfs -- as a samba client. See for example:
https://bugzilla.samba.org/show_bug.cgi?id=4733
https://bugzilla.novell.com/show_bug.cgi?id=227060

However no matter hard I try to mount samba resources I always get one error -- permission denied, error code 13. Every option for me is valid.

When I lost all hope, I found out the method to install smbfs for my system. I did it, I just changed cifs to smbfs and it worked like a charm.

A bit of technical details -- to mount, I have to make openvpn connection, then I execute:
mount.cifs //samba_server/tmp /mnt/smb -o username=macias

opensuse 10.3, samba-client-3.0.26a-3.ccj1, samba-3.0.26a-3.ccj1, cifs-mount-3.0.26a-3
Comment 1 shirishpargaonkar@gmail.com 2009-07-22 13:10:04 UTC
Is this still an issue that needs to be addressed?
Comment 2 Maciej Pilichowski 2009-07-22 14:55:00 UTC
I think we can close it as worksforme.