After having reinstalled Windows 10 from a USB, I noticed this.. I tried removing the Boot USB but its still there. Anyway to fix this without trying to reinstall Windows again?
I am aware of ejecting, the issue is that it looks as though windows mistakens the boot drive as having been local storage. I've also tried putting the usb back in and ejecting, but that doesn't work either. I also tried resetting from the computer, but that didn't work either. I may have to just try formatting the usb, copying the clean installation into the usb again, and trying once more to reboot.In the lower right screen corner you should see a upward pointing > icon.
Left click the icon.
In the window that appears there should be a USB icon (actually looks more like a mouse...)
Left click that icon.
There should an "Eject USB Mass Storage Device"
And listed as E:.
Click to eject. A window should appear notifying you that the USB drive can be safely removed.
This has not worked. Despite locally resetting the computer as well as recreating the boot disk and clean installing again, it continues to show a non-existent USB local drive under "This PC".Reinstalling Windows:
Two things:
1) Procedure:
https://forums.tomshardware.com/faq/windows-10-clean-install-tutorial.3170366/
2) Note Step 5. in the procedure:
"5. Temporarily disconnect ALL other hard drives except the primary drive that windows will be installed to. With the power turned off, simply disconnect ALL other internal drives from the motherboard SATA headers or external drives from their USB ports, except the flash drive or optical drive to be used DURING the installation process. This step will prevent the possibility of accidentally deleting any files or partitions from those drives when preparing the primary drive for the Windows installation. "
Open the Disk Management and expand the window to show all listed drives. Take a screen shot and post here using imgur (www.imgur.com)
What is the drive letter for the non-existent USB drive?
Is the drive letter = F: referencing the ESD-USB drive?
Also open Powershell as admin and run the Cmdlet
Get-Disk
Reference:
https://docs.microsoft.com/en-us/powershell/module/storage/get-disk?view=windowsserver2022-ps
Example 1.
You should be able to copy and paste results.
Open the Disk Management and expand the window to show all listed drives. Take a screen shot and post here using imgur (www.imgur.com)
What is the drive letter for the non-existent USB drive?
Is the drive letter = F: referencing the ESD-USB drive?
Also open Powershell as admin and run the Cmdlet
Get-Disk
Reference:
https://docs.microsoft.com/en-us/powershell/module/storage/get-disk?view=windowsserver2022-ps
Example 1.
You should be able to copy and paste results.
One last thing before I try it.Disk Management and Get-Disk are in agreement.
If there are no other installed drives then that is what would be expected.
However, if the ghost/phantom USD drive is still present then you can try "diskpart".
Link
https://www.ubackup.com/windows-10/ghost-hard-drive-windows-10-1122.html
Scroll down the link to
How to remove Ghost or Phantom Hard Drive in Windows 10
Follow the procedure down doing all but the "remove letter" bullet in Step 2.
The results will appear much as is shown below (from my PC with computer name redacted):
= = = =
PS C:\WINDOWS\system32> diskpart
Microsoft DiskPart version 10.0.19041.964
Copyright (C) Microsoft Corporation.
On computer: XXXX
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 E DVD-ROM 0 B No Media
Volume 1 D Dell Data NTFS Partition 465 GB Healthy
Volume 2 C OS NTFS Partition 224 GB Healthy Boot
Volume 3 ESP FAT32 Partition 650 MB Healthy System
Volume 4 WINRETOOLS NTFS Partition 990 MB Healthy Hidden
Volume 5 Image NTFS Partition 11 GB Healthy Hidden
Volume 6 DELLSUPPORT NTFS Partition 1093 MB Healthy Hidden
Volume 7 F XXXX_Backup NTFS Partition 110 GB Healthy
Volume 8 NTFS Partition 831 MB Healthy Hidden
DISKPART>
= = = =
The last bullet:
" remove letter=Z (Z is a selected volume letters, run the command to remove the ghost hard drive letter instead of partition.)"
That action should remove the phantom USB drive.
You can find other similar links - for example:
https://www.diskpart.com/articles/cannot-delete-volume-on-usb-7201.html
In any case check everything out very carefully before committing to that last remove command.
And be absolutely sure that all other drives and data are fully backed up and proved recoverable and readable.
Which should be SOP's for everyone.