Skip to main content

Please use the following steps on Troubleshooting backup problem with inaccessible network drive.

The following are some steps to follow for troubleshooting errors related to inaccessible network drive (these steps may vary depending on the operating system):

Network drive accessibility

  • Have you tried accessing the mapped drive recently?
  • Try to access the mapped drive and then add/delete a file in the drive to confirm if the mapped drive is in fact accessible.

File sharing permission

Did you change the file sharing permission setting recently?

  1. Right click on the corresponding shared folder.
  2. Click the Share... button.
  3. Check if the file sharing permission setting is correct.

User Account Control (UAC) setting

Is the User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode policy setting configured to Prompt for credentials?

  1. Open the Local Group Policy Editor (gpedit.msc)
  2. Check under Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Option.
  3. If the setting is configured to Prompt for credentials, refer to this article from Microsoft for the workaround: Mapped drives are not available from an elevated prompt when UAC is configured to Prompt for credentials

Re-map the network drive

Ensure that the network drive was correctly mapped, try re-mapping the network drive.

  1. Search for the command prompt, select Run as administrator.
  2. Enter the following command:
    >net use e: \\server\share_name /user:username password

    For syntax of the net use command, please refer to this article: Net use