I'm having issues with a sensor checking the free space on a fileshare I have setup: "Cannot access file share: Access is denied(5) (code: PE030)". The Netapp CIFS Share I try to monitor is accessable through a DFS path
my.domain.com\misc\netappvolumetocheck

Before deploying the sensor, I made sure the domain account I am using has permissions to the share and can browse to and open the files and folders on that share. The said domain account settings are stored in the sensor's parent device under "Inherit Credentials for Windows Systems".

Similar questions I have found in Knowledgebase didnt match. https://helpdesk.paessler.com/en/support/solutions/articles/760000635118173-cannot-access-file:-access-is-denied-5-code:-pe031

I have some other CIFS Shares on that netapp storage to monitor the same way and this works fine. I double checked the settings but cant find any setting- or syntax error in the config. What could go wrong here?

We are using PRTG 15.1.13.1090


Article Comments

Unfortunately at this time this sensor doesn't work with DFS shares, you will have to monitor the shares directly on the hosts. The way that users authenticate through DFS is different than a normal share and our sensor cannot do this at this time. I have created a ticket to see if it's possible to change the sensor to allow this but I cannot say when or if this will be implemented. I will post here when I know more.


Jan, 2015 - Permalink

Hello Greg,

thank's for your reply. I have found a solution for our problem.

We have round about 30 diskspacesensors connected via dfs-path in our PRTG environment. This works fine.

I have checked all the settings and tried a lot of different configurations to troubleshoot and at the end i have found it.

The way to provide a file share via DFS-Servers is important for the sensor. You have to use the FQDN in the DFS path.

eg. in the DFS Console you can set Namespace --> Path to folder -->


Fileservername\Filesharepath [or]
Fileservername.mydomain.com\Filesharepath

Users can access the provided fileshares via smb in both ways, but the diskspacesensor in our PRTG needs the FQDN to access successfuly.


Jan, 2015 - Permalink