Saving to a network drive

yes that works

Now if you tell the DVR to use that directory does it still fail?

Please copy/paste any errors shown

yes still fail

Z:\dvr
Error: unable to create dvr directory: mkdir Z:: The system cannot find the path specified.

I just tried it here and it seems to work for me. I’m guessing there is some sort of permission issue going on. When you ran powershell, was it as admin?

Can you run this command and paste the output:

Get-CimInstance Win32_LogicalDisk

And also paste what it says on http://127.0.0.1:8089/system/disk

PS C:\Users\APP> Get-CimInstance Win32_LogicalDisk

DeviceID DriveType ProviderName       VolumeName Size           FreeSpace
-------- --------- ------------       ---------- ----           ---------
C:       3                            OS         246640799744   164633391104
D:       5
V:       4         \\Drobo5N2\DVR     DVR        70289084272640 63684005679104
W:       4         \\DROBO5N2\Public  Public     70289084272640 63684005679104
X:       4         \\Nas1d3e3a\nvr    NVR        17443439046656 11371137998848
Y:       4         \\NAS1D3E3A\Public Public     17443439046656 11371137998848
Z:       4         \\Nas1d3e3a\dvr    DVR        17443439046656 11371137998848

[{“device”:“C:”,“mountpoint”:“C:”,“fstype”:“NTFS”,“opts”:“rw.compress”}]

You can try running the DVR setup again and move the DVR to a system service. That will run as Administrator and might fix the issue if its related to permissions.

It’s been a few years since I’ve done windows development, so maybe my info is dated.
But mounted drives are not accessible to windows services since these mounts are specific to the user’s session. I am surprised this would ever work.

1 Like