Windows 10: How to unmap disk partitions Letters after disk failure and stop Windows looking for them

Discus and support How to unmap disk partitions Letters after disk failure and stop Windows looking for them in Windows 10 Network and Sharing to solve the problem; Hi,I had an old hard disk in my computer with several partitions J:, H: etc.The disk itself finally failed. File explorer searches for the partitions... Discussion in 'Windows 10 Network and Sharing' started by WarrenLockner, Jan 11, 2022.

  1. How to unmap disk partitions Letters after disk failure and stop Windows looking for them


    Hi,I had an old hard disk in my computer with several partitions J:, H: etc.The disk itself finally failed. File explorer searches for the partitions each time I boot up and returns error messages for them: "Cannot located them, either disconnected etc.". The error window only offers me an OK button to resolve and then shuts File Explorer. If I restart File explorer, it only shows my healthy drives and partitions so I have no option to un-map them. I cannot find any trace of the old drive in Device manager or other.How can I get File explorer to forget these pls?

    :)
     
    WarrenLockner, Jan 11, 2022
    #1

  2. Disk management console view is not up-to-date

    i dont know how to fix your disk management, but i can fix your partition problems...




    open up Command Prompt with admin rights. (Right click, run as admin)


    enter in
    DISKPART
    list disk

    then find the Disk number for your Raid array... lets call it number 7 ( you can tell what disk is what by the total size)
    type in

    Select Disk 7
    List Partition (will give you a list of all the partitions..)
    Select Partition 1 (im assuming you only have 1 partition on Disk 7) repeat this step if you have more partitions.
    ASSIGN


    that should get the array up and running ready to use.


    EDITED.

    any problems, post back ^^


    Still EDITING *Stick Out Tongue How to unmap disk partitions Letters after disk failure and stop Windows looking for them :p

    side question, have you tried restarting the PC?
     
    slyfox2151, Jan 11, 2022
    #2
  3. W1zzard Win User
    W7 Hard drive partition issue

    to get rid of that 100 meg windows partition that setup creates for you on a new install on a blank hdd:

    - press shift+f10 when on the partition management screen in setup <-- this opens a command prompt
    - diskpart <-- start the windows command line partition management tool
    - list disk <--- list the installed hdds in this computer for the next step
    - select disk 0 <- might have to replace 0 with the number of the correct disk
    - clean <-- this will erase all data on the disk you selected one step up- dont use the wrong disk!
    - create partition primary <- creates a primary partition taking up all space on the drive, adjust the command if necessary
    - exit, exit to exit diskpart and the command prompt
    - click refresh in partition manager and select your newly created partition and install to that
     
    W1zzard, Jan 11, 2022
    #3
  4. How to unmap disk partitions Letters after disk failure and stop Windows looking for them

    Installing Windows Vista/7 on a GUID Partition Table

    I've never tried multiple partitions so this is a shot in the dark...

    At step #10, I would try setting the size parameter (it is in mebibytes) to how large you want the partition windows is installed on to be, then go ahead and install windows. This will leave the rest of the drive raw instead of consuming it into the OS partition (C drive). Once you successfully boot into Windows, you should be able to use Computer Management -> Disk Management to create partitions in the raw space.


    If you really wanted to do it with diskpart before Windows is installed, you basically repeat the following lines making sure to specify a size if you don't want it to consume all remaining space:
    • create partition primary size=size in mebibytes here
    • format quick fs=ntfs label="appropriate name here"
    • assign letter=C thru Z here
    Obviously, you can use quick formatting or leave it out for full format. Leave off the size parameter when you reach the final partition that should consume all the remaining space. Also remember that the order you do this in goes from the outside of the disk (where it is fastest) to the inside of the disk (where it is slowest). Because of this, it is recommended to put EFI (e.g. size=300), then MSR (e.g. size=300), then Windows (e.g. size=30000), then Applications (e.g. size=70000), then Storage (e.g. no size parameter).

    If I'm right, the above example would look like this:
    • diskpart
    • list disk
    • select disk <id>
    • online disk
    • attributes disk clear readonly
    • clean
    • convert gpt
    • create partition efi size=300
    • create partition msr size=300
    • create partition primary size=30000
    • format fs=ntfs label="Windows"
    • assign letter=C
    • create partition primary size=70000
    • format fs=ntfs label="Applications"
    • assign letter=D
    • create partition primary
    • format fs=ntfs label="Storage"
    • assign letter=E
    • exit
     
    FordGT90Concept, Jan 11, 2022
    #4
Thema:

How to unmap disk partitions Letters after disk failure and stop Windows looking for them

Loading...
  1. How to unmap disk partitions Letters after disk failure and stop Windows looking for them - Similar Threads - unmap disk partitions

  2. How to delete the partitions Disk 0 partition1,Disk 0 partition 4,Disk 0 partition 7, Disk...

    in Windows 10 Gaming
    How to delete the partitions Disk 0 partition1,Disk 0 partition 4,Disk 0 partition 7, Disk...: While extending volume of C Drive, the options are disabled as these partitions are contingent to C Drive. But these partitions are not deleting in Disk Management Tool....
  3. How to delete the partitions Disk 0 partition1,Disk 0 partition 4,Disk 0 partition 7, Disk...

    in Windows 10 Software and Apps
    How to delete the partitions Disk 0 partition1,Disk 0 partition 4,Disk 0 partition 7, Disk...: While extending volume of C Drive, the options are disabled as these partitions are contingent to C Drive. But these partitions are not deleting in Disk Management Tool....
  4. Disk partitions

    in Windows 10 Gaming
    Disk partitions: My Dell laptop is showing me several 'Recovery' partitions in the Disk Management program. I am currently struggling with viruses on my laptop and I am wondering if malware is sitting in one of these partitions. They are listed as 'Recovery', but as you can see in the...
  5. Disk Partition

    in Windows 10 Software and Apps
    Disk Partition: Hello, I have a problem. I can't shrink my C drive at all. I have tried literally everything... I even reinstalled windows & resetted it. YES, I have tried the hibernation and security thing and i disabled them, I also restarted my laptop, and nothing works....
  6. How to unmap disk partitions Letters after disk failure and stop Windows looking for them

    in Windows 10 Gaming
    How to unmap disk partitions Letters after disk failure and stop Windows looking for them: Hi,I had an old hard disk in my computer with several partitions J:, H: etc.The disk itself finally failed. File explorer searches for the partitions each time I boot up and returns error messages for them: "Cannot located them, either disconnected etc.". The error window...
  7. How to unmap disk partitions Letters after disk failure and stop Windows looking for them

    in Windows 10 Software and Apps
    How to unmap disk partitions Letters after disk failure and stop Windows looking for them: Hi,I had an old hard disk in my computer with several partitions J:, H: etc.The disk itself finally failed. File explorer searches for the partitions each time I boot up and returns error messages for them: "Cannot located them, either disconnected etc.". The error window...
  8. disk partitions are gone, there is no trace of them

    in Windows 10 Network and Sharing
    disk partitions are gone, there is no trace of them: Hello and thank you for the help, right now i cant acess or see 3 disk partitions. i had this problem telling me the disk is corrupted before but i solved it with a command prompt chkdsk and then formatting. now its even worse, disk management only shows c:, and the space...
  9. Unable To Assign Letter To Disk Partition In Disk Management

    in Windows 10 Drivers and Hardware
    Unable To Assign Letter To Disk Partition In Disk Management: Hi, I Have An External Hard Disk and For Some Reason One Of Its Partitions Did Not Show Up In The Explorer So I Researched And Found Out That It Was Because There Was No Letter Assigned To It. I Opened Up Disk Management And Tried To Assign A Letter To It But There was An...
  10. Disk boot failure after removing old Vista partition

    in Windows 10 Installation and Upgrade
    Disk boot failure after removing old Vista partition: While installing Windows 10 on an old computer I met a puzzling problem I can’t seem to be able to solve. I’m currently unable to boot from any device kind of device or media, and have to ask for professional help. The setup has an IDE DVD-drive (set to master), and two SATA...