Bug 10404 - can't read Solaris CIFS-share (read-only ACL)
Summary: can't read Solaris CIFS-share (read-only ACL)
Status: NEW
Alias: None
Product: CifsVFS
Classification: Unclassified
Component: kernel fs (show other bugs)
Version: 2.6
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: Steve French
QA Contact: cifs QA contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 07:28 UTC by KUT
Modified: 2020-07-16 00:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description KUT 2014-01-27 07:28:50 UTC
Dear developer,

I tried to mount a cifs-share (Host Solaris/OmniOS actual version, ReadX-ACL, read&execute).

Command: mount -t cifs -o username=xx,password=xx,sec=ntlm,ro //server/share /mountpoint

Version mount.cifs 5.5

After that, I can browse the directories and list the files, but it is impossible to access the files (open or copy). It aborts with "permission denied" error in reading file.

When using credentials with "Full Access" everything works fine.

Using the Read-Only credentials with windows 7 client - I can access the files, open and copy it.

So I think, it is an issue with mount.cifs.

I reproduced it with actual debian linux, Raspbmc, Openelec.

Thanks a lot for your help