Windows 10: Windows Partition Letter Is --- ?

Discus and support Windows Partition Letter Is --- ? in Windows 10 Network and Sharing to solve the problem; so I was bitlock encrypting my SanDisk Cruzer glide 64gb and I accidentally pulled it out at 3/4 of the way and now that partition is missing and it... Discussion in 'Windows 10 Network and Sharing' started by khristophercalderon, Oct 19, 2023.

  1. Windows Partition Letter Is --- ?


    so I was bitlock encrypting my SanDisk Cruzer glide 64gb and I accidentally pulled it out at 3/4 of the way and now that partition is missing and it says its mounted to --- and i haven't been able to do anything and also im running on windows education edition cause I'm a student and i cant access cmd chkdsk control panel yeah ik sucks right so yeah i was wishing someone here could help me i am running on an HP ProBook x360 g5 Intel Celeron N4020 1.10GHz OS specs windows 10 education Version 21H2 Build 19044.3570 Experience Windows Feature Experience Pack 1000.19052.1000.0

    :)
     
    khristophercalderon, Oct 19, 2023
    #1
  2. Boyfriend Win User

    windows 7 (one partition dissapeared)

    It sometimes happens. On my supervisor computer, a partition was made when he was using Windows XP with a third party software. With each fresh install, I have to assign a letter manually to that partition, else it don't show up in explorer even for Windows 7 RTM fresh install. I have seen it, that's why I have suggested the procedure.
     
    Boyfriend, Oct 19, 2023
    #2
  3. 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, Oct 19, 2023
    #3
  4. W1zzard Win User

    Windows Partition Letter Is --- ?

    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, Oct 19, 2023
    #4
Thema:

Windows Partition Letter Is --- ?

Loading...
  1. Windows Partition Letter Is --- ? - Similar Threads - Partition Letter

  2. Changed drive letter on EFI partition, and now it's gone

    in Windows 10 Gaming
    Changed drive letter on EFI partition, and now it's gone: So, yesterday I decided to try and Dual-Boot windows with a Linux Distro. I couldn't get the installer USB to work because I was using the installer version instead of a Live version. I formatted the USB in Windows to try and install the new distribution, and restarted my...
  3. Changed drive letter on EFI partition, and now it's gone

    in Windows 10 Software and Apps
    Changed drive letter on EFI partition, and now it's gone: So, yesterday I decided to try and Dual-Boot windows with a Linux Distro. I couldn't get the installer USB to work because I was using the installer version instead of a Live version. I formatted the USB in Windows to try and install the new distribution, and restarted my...
  4. Partition turned into Free Space after another unallocated space took its Letter

    in Windows 10 Installation and Upgrade
    Partition turned into Free Space after another unallocated space took its Letter: I accidentally named some unallocated space into the letter of my data partition named "D". I guess this turned the partition into Free Space.Is there a way to return this partition with its data?...
  5. My Partition truned into Free Space after another unallocated space took its Letter

    in Windows 10 Installation and Upgrade
    My Partition truned into Free Space after another unallocated space took its Letter: I accidentally named some unallocated memory into the letter of my data partition named "D". This turned the important partition into Free Space.Is there a way to return this partition?...
  6. My Partition truned into Free Space after another unallocated space took its Letter

    in Windows 10 Gaming
    My Partition truned into Free Space after another unallocated space took its Letter: I accidentally named some unallocated memory into the letter of my data partition named "D". This turned the important partition into Free Space.Is there a way to return this partition?...
  7. My Partition truned into Free Space after another unallocated space took its Letter

    in Windows 10 Software and Apps
    My Partition truned into Free Space after another unallocated space took its Letter: I accidentally named some unallocated memory into the letter of my data partition named "D". This turned the important partition into Free Space.Is there a way to return this partition?...
  8. Windows 10 is mounting and assigning a Drive Letter to the MSR partition I'm creating and...

    in Windows 10 Gaming
    Windows 10 is mounting and assigning a Drive Letter to the MSR partition I'm creating and...: Windows 10 is mounting and assigning a Drive Letter to the MSR partition I'm creating, and diskpart blocks me from making changes!How do I unmount and remove the drive letter from a MSR partition on removeable media. Because those 2 facts are triggering diskpart to block...
  9. Windows 10 is mounting and assigning a Drive Letter to the MSR partition I'm creating and...

    in Windows 10 Software and Apps
    Windows 10 is mounting and assigning a Drive Letter to the MSR partition I'm creating and...: Windows 10 is mounting and assigning a Drive Letter to the MSR partition I'm creating, and diskpart blocks me from making changes!How do I unmount and remove the drive letter from a MSR partition on removeable media. Because those 2 facts are triggering diskpart to block...
  10. Windows 10 is mounting and assigning a Drive Letter to the MSR partition I'm creating and...

    in Windows 10 Network and Sharing
    Windows 10 is mounting and assigning a Drive Letter to the MSR partition I'm creating and...: Windows 10 is mounting and assigning a Drive Letter to the MSR partition I'm creating, and diskpart blocks me from making changes!How do I unmount and remove the drive letter from a MSR partition on removeable media. Because those 2 facts are triggering diskpart to block...