Latest Version Issue

I use a large NAS unit and map my drives to the plex server for each type music,blueray,films etc

But since the update to 0.9.16.0 I cannot see my mapped drives, only C: and D: representing my PC are listed, no drive mappings as shown in explorer are available.

I use a Windows 10 box as my Plex server.

WTF

could you get some diagnostics for this

Are these drives available before Plex Media Server is launched?

Could you get the xml from this request pasted into text file and attached here together with debug log of the server after restart and when adding library path

http://localhost:32400/services/browse

May be there is a delay for when the drives become available

Could you enable Debug Logging on the server, restart the server. Wait 5 minutes and then try to add a library folder path and get screenshot of the paths displayed and upload the Plex Media Server.log and a screenshot of Computer explorer view showing the drive letters available

You can also try shutting down Plex Media Server and restarting it to see if it picks the available drives then

For log files and logging level - see
https://support.plex.tv/hc/en-us/articles/201643703-Reporting-issues-with-Plex-Media-Server
https://support.plex.tv/hc/en-us/articles/200250417-Plex-Media-Server-Log-Files

Before the update the drives were available in windows and plex after the update the drives are available in windows but not plex, tried a restart still the same, I managed to get around the issue by using mklink and point this to a share folder on my c drive for each “path”

Logs directory

I wanted you to restart the Plex Media Server.exe application whilst you knew the network drives were available to the windows session signed in to windows user account Billy

It is clear from this xml the Plex Media Server could only see drives C: and D:

MediaContainer size="3">
<script/>
<Path home="1" key="/services/browse/QzpcVXNlcnNcQmlsbHk=" title="Billy" path="C:\Users\Billy"/>
<Path key="/services/browse/Qzpc" title="C:" path="C:\"/>
<Path key="/services/browse/RDpc" title="D:" path="D:\"/>
</MediaContainer>

If you are not running Plex Media Server as a service and the Plex Media Server.exe process is starting after the mapped drives are established then this might be the windows issue relating to UAC and explained in this Microsoft article
technet.microsoft.com/en-us/library/ee844140(v=ws.10).aspx

All good Now thansk