windows server 2016 file server gives access denied to disk D

Anonymous
2023-12-16T12:48:21+00:00

i have a windows server 2016 domain controller and a windows server 2016 file server with two disks C and D, and everytime the file server restarts it gives access denied to disk D, so i have to remove the file server from the domain and add it again to have access. How can i resolve this?

The same happens with the sql server, the service does not start.

Windows for business | Windows Server | Directory services | Active Directory

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-12-17T09:03:08+00:00

    It sounds like your permissions may be messed up or restricted. I do not know if you are trying to access D: by the D$ share, through some share you have established, or if using a share, if that share is persistent. If you are having issues with your domain admin account accessing your D$ share, try changing your GPO settings in Computer Settings\Windows settings\Security settings\Local policies\Security options. Look for User Account Control: Run all administrators in Admin Approval Mode and set it to disabled.

    For Microsoft SQL you may be missing file system permissions for SQL or using the wrong account. if you need to add back permissions to a particular section of your file system you need to add the full service name similar to an account, it cannot be browsed (NT Service\MSSQL$SQL2016).

    You can also look at the following: Using Service SIDs to grant permissions to services in SQL Server

    0 comments No comments
  2. Anonymous
    2023-12-18T10:16:46+00:00

    Hi Support Valor,

    It sounds like there may be an issue with the permissions on the D drive. You can try checking the permissions on the D drive and make sure that the appropriate users and groups have the necessary permissions to access the drive.

    Additionally, you can try resetting the computer account for the file server in Active Directory. To do this, you can remove the file server from the domain, delete the computer account from Active Directory, and then rejoin the file server to the domain.

    For the SQL server, you can try checking the event logs to see if there are any errors or warnings related to the service not starting. You can also try restarting the SQL service and checking the service dependencies to make sure that all required services are running.

    Best regards,

    Qiuyang

    1 person found this answer helpful.
    0 comments No comments