I wanted to leave a note that even though the directory is not listed you can still access it.
# ls -lah . total 8.0K drwxrwxrwx 2 root root 4.0K Dec 20 10:42 . drwxr-xr-x 8 root root 4.0K Jan 30 13:45 .. # ls Shares/ Accounts Company Design IT On top of this. I create a new folder and it then displays the missing folder, but now the new folder is missing. # ls -la total 8 drwxrwxrwx 2 root root 4096 Mar 14 15:42 . drwxr-xr-x 8 root root 4096 Jan 30 13:45 .. # mkdir New\ Folder # ls -la total 8 drwxrwxrwx 2 root root 4096 Mar 14 15:42 . drwxr-xr-x 8 root root 4096 Jan 30 13:45 .. drwxrwxrwx 2 root root 0 Mar 1 10:34 Shares If i then remove "New Folder" then the "Shares" folder disappears again. This to me kind of sounds like an issue with however this package is looping through the folder listing? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1572132 Title: SMBv2+ does not show all files when mounting a windows share Status in Linux: Unknown Status in linux package in Ubuntu: Confirmed Status in cifs-utils package in Debian: Confirmed Bug description: When using the SMBv2 Protocol to mount a top level windows share (such as C:\) not all files (or directories) are shown that exist on the server side. Exactly 2 files are always missing... Steps to reproduce: On a windows7 PC (or Server) e.g. C:\ must be published as Share (must be top level share - a subfolder like C:\data\ seems to work) sudo mount -t cifs //SERVER/SHARE_NAME /mnt -o domain=DOMAIN_NAME,username=${USER},uid=1000,gid=1000,nounix,vers=2.0 As a result always 2 Files (or directories) are missing in the mounted directory of the ubuntu installation. Seems to be a kernel bug (source tree: linux/fs/cifs). The ubuntu versions I have checked: Ubuntu 14.04LTS amd64 Ubuntu 15.10 amd64 Ubuntu 16.04 amd64 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubuntu-release-upgrader-core 1:16.04.12 ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6 Uname: Linux 4.4.0-18-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 CrashDB: ubuntu CurrentDesktop: KDE Date: Tue Apr 19 14:50:02 2016 InstallationDate: Installed on 2016-04-19 (0 days ago) InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160417.1) PackageArchitecture: all SourcePackage: ubuntu-release-upgrader Symptom: ubuntu-release-upgrader UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1572132/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp