Forum Discussion
I have Two D Drives in File Explorer in my Laptop
But I have only one drive D in Disk Management in and also in Diskpart/List Volume.
How do I get rid/ remove the ghost drive letter?
Microsoft Windows [Version 10.0.26100.4770]
(c) Microsoft Corporation. All rights reserved.
C:\Windows\System32>diskpart
Microsoft DiskPart version 10.0.26100.1150
Copyright (C) Microsoft Corporation.
On computer: LAPTOP-XPS13-93
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 C OS NTFS Partition 220 GB Healthy Boot
Volume 1 ESP FAT32 Partition 190 MB Healthy System
Volume 2 NTFS Partition 1543 MB Healthy Hidden
Volume 3 Image NTFS Partition 14 GB Healthy Hidden
Volume 4 DELLSUPPORT NTFS Partition 1394 MB Healthy Hidden
Volume 5 D New Volume NTFS Partition 931 GB Healthy
2 Replies
- AidenWalkerIron Contributor
Right-click the Start button > select Disk Management.
Look for all the partitions and drives listed.
Check if there's a duplicate D: drive (possibly a partition with an assigned drive letter that's not visible in Explorer).
- QuentinNashIron Contributor
- Open Command Prompt as an administrator.
- Type diskpart and press Enter.
- Type list volume and press Enter to see all volumes.
- Identify the volume with the ghost drive letter you want to remove.
- Type select volume X (replace X with the volume number of the ghost drive).
- Type remove letter=Y (replace Y with the drive letter you want to remove).