<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=Openai%2F692c47be-1664-8012-80b8-2182a08b689e</id>
	<title>Openai/692c47be-1664-8012-80b8-2182a08b689e - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=Openai%2F692c47be-1664-8012-80b8-2182a08b689e"/>
	<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=Openai/692c47be-1664-8012-80b8-2182a08b689e&amp;action=history"/>
	<updated>2026-06-11T20:42:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://freemwiki.com/index.php?title=Openai/692c47be-1664-8012-80b8-2182a08b689e&amp;diff=593901&amp;oldid=prev</id>
		<title>Lukegao: by freem.ai...</title>
		<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=Openai/692c47be-1664-8012-80b8-2182a08b689e&amp;diff=593901&amp;oldid=prev"/>
		<updated>2025-12-01T05:30:03Z</updated>

		<summary type="html">&lt;p&gt;by freem.ai...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
{{DISPLAYTITLE:Sonarr mapped drive issue}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;This conversation was exported from ChatGPT&amp;#039;&amp;#039;&amp;lt;ref&amp;gt;{{cite web|title=Sonarr mapped drive issue|url=https://chatgpt.com/share/692c47be-1664-8012-80b8-2182a08b689e|publisher=ChatGPT|access-date=2025-12-01}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== gpt-5-1 ==&lt;br /&gt;
=== User:  ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Assistant: It looks like you&amp;#039;re asking why Sonarr on Windows Server 2019 suddenly stopped seeing mapped drives, based on the Reddi… ===&lt;br /&gt;
It looks like you&amp;#039;re asking why Sonarr on Windows Server 2019 suddenly stopped seeing mapped drives, based on the Reddit post screenshot.&lt;br /&gt;
This is a VERY common Sonarr/Radarr issue on Windows, and the cause is almost always the same:&lt;br /&gt;
&lt;br /&gt;
=== ✅ Why Sonarr cannot see mapped drives ===&lt;br /&gt;
&lt;br /&gt;
Mapped drives do NOT exist for Windows services — only for the interactive user session.&lt;br /&gt;
If Sonarr is running as a service, it will only see the real drives (C:, D:, etc.) and never the mapped ones (like X:, Y:).&lt;br /&gt;
&lt;br /&gt;
That’s why it only sees C:.&lt;br /&gt;
&lt;br /&gt;
Even if you change the service account, mapped drives won&amp;#039;t appear because Windows does NOT mount them for services.&lt;br /&gt;
&lt;br /&gt;
=== ✅ How to fix it (3 reliable options) ===&lt;br /&gt;
&lt;br /&gt;
==== Fix 1 — Use UNC Paths instead of mapped letters ====&lt;br /&gt;
&lt;br /&gt;
Instead of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;X:\Media\TV&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;\\SERVER\Media\TV&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sonarr fully supports UNC paths and this works even when running as a service.&lt;br /&gt;
&lt;br /&gt;
👉 This is the BEST fix.&lt;br /&gt;
&lt;br /&gt;
==== Fix 2 — Re-run Sonarr not as a service ====&lt;br /&gt;
&lt;br /&gt;
If you run Sonarr as a normal app (tray mode), mapped drives WILL appear.&lt;br /&gt;
&lt;br /&gt;
But:&lt;br /&gt;
* It won’t auto-start after reboot unless you add it to Startup&lt;br /&gt;
* It&amp;#039;s not recommended for servers&lt;br /&gt;
&lt;br /&gt;
==== Fix 3 — Create mapped drives for the service account (hacky) ====&lt;br /&gt;
&lt;br /&gt;
You can manually map drives for the user that the service runs under by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;net use X: \\SERVER\Media /persistent:yes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But this only works if:&lt;br /&gt;
* The service is set to “Automatic (Delayed Start)”&lt;br /&gt;
* The network is ready before Sonarr starts&lt;br /&gt;
&lt;br /&gt;
This method often breaks again later — so UNC paths are still better.&lt;br /&gt;
&lt;br /&gt;
=== ⭐ Recommended: Use UNC paths and you&amp;#039;re done ===&lt;br /&gt;
&lt;br /&gt;
If the Reddit poster replaces their root folder paths inside Sonarr with UNC paths, everything will work instantly.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;d like, I can write a step-by-step fix for your exact setup.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:ChatGPT Shares]]&lt;br /&gt;
[[Category:openai]]&lt;/div&gt;</summary>
		<author><name>Lukegao</name></author>
	</entry>
</feed>