Why Are Some Folders Missing From a Mapped NetApp File Share?

0
3
Asked By MellowRidge42 On

I have a NetApp file share mapped to users through Group Policy. Recently, a user created several folders on the share, but another user could not see them. The folders are located inside a parent directory that the second user can access. Inheritance is enabled on the parent, and the user appears to have permissions on both the parent and its child folders. What could cause the folders to be invisible despite the permissions appearing correct?

4 Answers

Answered By QuiltedNova31 On

Try sending the user the complete path and have them paste it into the Windows Run dialog. If they can open the folder directly but cannot see it while browsing, that points more toward Access-Based Enumeration, a hidden attribute, or a display issue than a basic access-denied problem.

Answered By AmberMosaic8 On

Make sure the folders were not marked Hidden in Windows Explorer. That can make them appear to be missing even when permissions are fine. Offline Files could also cause stale or inconsistent listings, although that does not seem to be configured in this case.

Answered By CopperLark7 On

Check whether Access-Based Enumeration is enabled on the share. It can hide files and folders when the user lacks the required permissions, even though they can browse the parent directory. Also verify that inheritance was not blocked on the specific folder and that the effective NTFS and share permissions are what you expect.

Answered By PineOrbit56 On

Review the security entries on the exact folders, including any explicit deny permissions and whether inheritance is actually active at each level. Avoid granting Full Control unless it is genuinely required; narrower permissions make unexpected access behavior easier to troubleshoot.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.