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.