Bug 13334 - CIFS-mount loose file-entries in directory-listing
Summary: CIFS-mount loose file-entries in directory-listing
Status: NEW
Alias: None
Product: CifsVFS
Classification: Unclassified
Component: user space tools (show other bugs)
Version: 3.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: Jeff Layton
QA Contact: cifs QA contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-15 11:26 UTC by Andreas
Modified: 2020-07-16 00:12 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 Andreas 2018-03-15 11:26:46 UTC
Prerequisite:
- mount.cifs >=6.4 ... 6.7
- On a Windows 2012R2-Server exists any shares. i.e
      d:  -> //server/driveD
      e:\user\hugo  -> //server/hugo 

Bug:
When the user mount the share //server/driveD with the option vers=1.0 ALL files will show by ls.
Without the option vers (or vers=2.0 and higher) the user cannot see the first entry with ls
i.e. files on server
    aaa
    bbb
    ccc
    ddd
i.e. files on share
    bbb
    ccc
    ddd
The entry aaa unvisible on the mount, but i can access the file aaa (i.e. vim aaa)

The share //server/hugo works fine with all options (vers=xxx)

The difference is the share on the server. Is the share a drive (includes $RECYLE.BIN), i have this bug. Is the share a subdirectory it works fine.