Problems accessing shared folder in Windows Server 2008
        Posted  
        
            by 
                Triynko
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Triynko
        
        
        
        Published on 2009-11-02T14:31:24Z
        Indexed on 
            2011/11/27
            1:53 UTC
        
        
        Read the original article
        Hit count: 608
        
In Windows Server 2008, I have a shared folder.
For my username: NTFS permission (read/modify) Share Permissions (read/modify)
Result when trying to access the share: I can traverse directory and read files, but I cannot write files. When I try to examine my effective permissions, it says "Windows can't calculate the effective permissions for [My Username]".
The folder is owned by the Administrators group (the default), and NTFS read/write permissions are granted to my username, which is a member of the Administrators group.
I notice that to make any changes to the folder locally require me to acknowledge a UAC prompt. Why does that prompt appear?
I also tried creating a new group, giving it full NTFS permissions, and full control in the shared permissions, and added my username to the group. The result is even worse... I cannot even traverse the shared folder directories or read anything at all.
© Server Fault or respective owner