<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Windows changed the letter of my disk drive and all the files on my playlist are unreadable]]></title><description><![CDATA[<p dir="auto">hey guys, this an annoying problem, and before I have to do something drastic, I wanted to see if anyone had some advice.<br />
So I use like 7 hard drives for file management and the usual jerk off playlist I use is a VLC playlist I've been managing for years, and one the disk drives I use is named "[DISK NAME]D:)", this is a big boy, it needs to be connected to a power outlet, is 10TB and has 2 smaller 4TB disks attached through USB ports, which used to have the letters E and F assigned to them.<br />
Today we had a 2 hour power outage and when the power came back, the letters assigned to the external HDD got all jumbled, the main one became F and the other 2 other letters.<br />
I tried changing them back to the usual letters through disk management, but letter D is not available, as if taken by a phantom drive.<br />
and because the letters changed, my VLC playlist is unusable. it had roughly 10k files in it from all 3 HDDs and putting it back together is impossible, and starting over is looking like a pain in the ass.<br />
has anyone dealt with a similar issue? is there a way to rollback to a previous state?</p>
]]></description><link>https://community.gaytor.rent/topic/70155/windows-changed-the-letter-of-my-disk-drive-and-all-the-files-on-my-playlist-are-unreadable</link><generator>RSS for Node</generator><lastBuildDate>Fri, 18 Sep 2026 09:19:36 GMT</lastBuildDate><atom:link href="https://community.gaytor.rent/topic/70155.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Sep 2026 23:55:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Windows changed the letter of my disk drive and all the files on my playlist are unreadable on Thu, 17 Sep 2026 20:33:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/krisu50" aria-label="Profile: krisu50">@<bdi>krisu50</bdi></a> Just to be sure that there's no other underlaying issue, you may want to open an elevated command prompt then run two simple commands, but they will take some time.</p>
<p dir="auto">To open an elevated command prompt, click the start menu, type "cmd" (without the quotes), then press LEFT CTRL + LEFT SHIFT + ENTER and when UAC prompts you, click "Yes".</p>
<p dir="auto">Once the elevated command prompt is open, run the following commands one right after the other:</p>
<blockquote>
<p dir="auto">DISM.exe /Online /Cleanup-image /Restorehealth</p>
<p dir="auto">sfc /scannow</p>
</blockquote>
<p dir="auto">When both commands have run fully, reboot your PC. This should eliminate any other surprise issues that you may have. If you really want to go balls to the wall, before you reboot, also run a third command:</p>
<blockquote>
<p dir="auto">chkdsk /R /F C :</p>
</blockquote>
<p dir="auto">There is no space between the C and the : I just put one in because otherwise it gave me an emoji. Also, since it is your primary OS drive, it will ask you if you want to do this upon reboot. When it does, choose YES.</p>
<p dir="auto">This will ensure that every stitch of your system is checked out from top to bottom to make sure there's nothing else underlying in the system that may screw with things later.</p>
<p dir="auto">You can also run the last of those 3 commands on the other drive letters as well. Just be aware though that when running the command on other drives, it WILL make the system unmount the drive before doing the scan, and if the drive is particularly large, it WILL take some time. If you're experiencing any other side issues though, it absolutely will address them.</p>
]]></description><link>https://community.gaytor.rent/post/347689</link><guid isPermaLink="true">https://community.gaytor.rent/post/347689</guid><dc:creator><![CDATA[MrMazda]]></dc:creator><pubDate>Thu, 17 Sep 2026 20:33:04 GMT</pubDate></item><item><title><![CDATA[Reply to Windows changed the letter of my disk drive and all the files on my playlist are unreadable on Thu, 17 Sep 2026 00:44:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrmazda" aria-label="Profile: MrMazda">@<bdi>MrMazda</bdi></a> YES SIRREE BOB'S YOUR UNCLE!<br />
I had to unplug all drives, restart the machine, plug every drive back in and do some letter shuffling, but all drives are back to  their proper letters!<br />
thank you all!</p>
]]></description><link>https://community.gaytor.rent/post/347633</link><guid isPermaLink="true">https://community.gaytor.rent/post/347633</guid><dc:creator><![CDATA[krisu50]]></dc:creator><pubDate>Thu, 17 Sep 2026 00:44:44 GMT</pubDate></item><item><title><![CDATA[Reply to Windows changed the letter of my disk drive and all the files on my playlist are unreadable on Wed, 16 Sep 2026 02:08:29 GMT]]></title><description><![CDATA[<p dir="auto">There is a fix for this...</p>
<p dir="auto">Right click your Start Menu, then click "Disk Management"</p>
<p dir="auto">When the list of drives comes up, you'll be able to click on the drive itself (on the left) or the partition, then click "Change Drive Letter and Paths"</p>
<p dir="auto">You may have to change each drive more than once to do a little magic shuffling of the drive letters, but this is where you absolutely CAN change them back.</p>
<p dir="auto">If the disk management won't let you use the drive letter because it claims it's already in use, even though it's not, there's a solution for that too.</p>
<p dir="auto">Click the Start Menu, then type "cmd" (without the quotes) then press the LEFT CTRL + LEFT SHIFT + ENTER</p>
<p dir="auto">When prompted by UAC, click "Yes"</p>
<p dir="auto">Then, give the command prompt the following command</p>
<blockquote>
<p dir="auto">mountvol /r</p>
</blockquote>
<p dir="auto">Let the process run, then it should be clear, then reboot your PC.</p>
<p dir="auto">IF it STILL does NOT want to let you use that drive letter, then you'll need to go in for a bit of a surgical removal, in which case, follow these steps</p>
<p dir="auto">Click the Start Menu, then type "regedit" (without the quotes) and press ENTER</p>
<p dir="auto">You'll want to look under HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices\</p>
<p dir="auto">Look for entries that say \DosDevices\D: (or whatever drive letter(s) it won't release) then right click it and click "Delete"</p>
<p dir="auto">Once the phantom entries are gone, simply reboot your PC, and you'll be back in business</p>
]]></description><link>https://community.gaytor.rent/post/347549</link><guid isPermaLink="true">https://community.gaytor.rent/post/347549</guid><dc:creator><![CDATA[MrMazda]]></dc:creator><pubDate>Wed, 16 Sep 2026 02:08:29 GMT</pubDate></item><item><title><![CDATA[Reply to Windows changed the letter of my disk drive and all the files on my playlist are unreadable on Wed, 16 Sep 2026 01:09:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ianfontinell" aria-label="Profile: ianfontinell">@<bdi>ianfontinell</bdi></a> thanks! I'll try that and report back</p>
]]></description><link>https://community.gaytor.rent/post/347543</link><guid isPermaLink="true">https://community.gaytor.rent/post/347543</guid><dc:creator><![CDATA[krisu50]]></dc:creator><pubDate>Wed, 16 Sep 2026 01:09:06 GMT</pubDate></item><item><title><![CDATA[Reply to Windows changed the letter of my disk drive and all the files on my playlist are unreadable on Wed, 16 Sep 2026 01:08:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eonflux" aria-label="Profile: eonflux">@<bdi>eonflux</bdi></a> yeah, first thing I checked was to see if the drives were ok, they are. they just got the assigned drive letter changed automatically</p>
]]></description><link>https://community.gaytor.rent/post/347542</link><guid isPermaLink="true">https://community.gaytor.rent/post/347542</guid><dc:creator><![CDATA[krisu50]]></dc:creator><pubDate>Wed, 16 Sep 2026 01:08:22 GMT</pubDate></item><item><title><![CDATA[Reply to Windows changed the letter of my disk drive and all the files on my playlist are unreadable on Wed, 16 Sep 2026 01:05:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/krisu50" aria-label="Profile: krisu50">@<bdi>krisu50</bdi></a> disconnect all external drives, press winkey+R and run <code>devmgmt.msc</code><br />
go to "View" in the menu and enable "show hidden devices"<br />
in the list look for "disk drives" and uninstall everything that is greyed out<br />
restart the PC, open the disk manager and see if it reports any drive using the letters</p>
]]></description><link>https://community.gaytor.rent/post/347541</link><guid isPermaLink="true">https://community.gaytor.rent/post/347541</guid><dc:creator><![CDATA[ianfontinell]]></dc:creator><pubDate>Wed, 16 Sep 2026 01:05:33 GMT</pubDate></item><item><title><![CDATA[Reply to Windows changed the letter of my disk drive and all the files on my playlist are unreadable on Wed, 16 Sep 2026 00:14:17 GMT]]></title><description><![CDATA[<p dir="auto">The playlist may be the least of your problems. It could be that that drive got a sudden power-spike when power came back on and is gone. Did you swtch them all off?<br />
Try to assign a letter that would still be available like "Z" If that works and you can see the contents it's something else.</p>
]]></description><link>https://community.gaytor.rent/post/347540</link><guid isPermaLink="true">https://community.gaytor.rent/post/347540</guid><dc:creator><![CDATA[eonflux]]></dc:creator><pubDate>Wed, 16 Sep 2026 00:14:17 GMT</pubDate></item></channel></rss>