Windows 10: Partition not accessible/visible Windows 11

Discus and support Partition not accessible/visible Windows 11 in Windows 10 Software and Apps to solve the problem; Hi, a partition on one of my hard drives is not accessible on my windows laptop. It is visible in Disk Management as Healthy Primary Partition but... Discussion in 'Windows 10 Software and Apps' started by Charlie Barber, Sep 7, 2024.

  1. Partition not accessible/visible Windows 11


    Hi, a partition on one of my hard drives is not accessible on my windows laptop. It is visible in Disk Management as Healthy Primary Partition but cannot be edited and its properties can't be viewed.

    :)
     
    Charlie Barber, Sep 7, 2024
    #1
  2. 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, Sep 7, 2024
    #2
  3. bhaalkc Win User
    Help accessing recovery partition

    if he deleted the recovery partition, you wont be able to access it. You will have to reinstall Windows from dvd or cd.....
     
    bhaalkc, Sep 7, 2024
    #3
  4. Partition not accessible/visible Windows 11

    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, Sep 7, 2024
    #4
Thema:

Partition not accessible/visible Windows 11

Loading...
  1. Partition not accessible/visible Windows 11 - Similar Threads - Partition accessible visible

  2. Partition not visible on windows11 reload

    in Windows 10 Gaming
    Partition not visible on windows11 reload: I recently reinstalled my windows 11 and my partition D is not showing on my computer. When I go to system properties I can see the partition but with a normal folder icon and not as a partition drive. Kindly assist to restore...
  3. Partition not visible on windows11 reload

    in Windows 10 Software and Apps
    Partition not visible on windows11 reload: I recently reinstalled my windows 11 and my partition D is not showing on my computer. When I go to system properties I can see the partition but with a normal folder icon and not as a partition drive. Kindly assist to restore...
  4. Partition not accessible/visible Windows 11

    in Windows 10 Gaming
    Partition not accessible/visible Windows 11: Hi, a partition on one of my hard drives is not accessible on my windows laptop. It is visible in Disk Management as Healthy Primary Partition but cannot be edited and its properties can't be viewed....
  5. Partition is not accessible and cannot be usedWindows 11

    in Windows 10 Software and Apps
    Partition is not accessible and cannot be usedWindows 11: I cant use Partition 6 on disk C: 301GB. It doesn't show in file explorer but it is empty. When right clicking on Partition 6 only 'help' tab shows up. Can anybody please help why Partition 6 isn't accessible. Also in diskpart.exe when listing volumes it just doesn't show up....
  6. Folder is not visible or accessible

    in Windows 10 Network and Sharing
    Folder is not visible or accessible: There's a folder called Recovery in my D: drive and I can't access or see it, even when I choose to show hidden folders. The reason I know it exists is because I get an error message from Google Drive saying D:\Recovery can't be synced. [ATTACH] When I try accessing the...
  7. Disk Management partitions not visible

    in Windows 10 Customization
    Disk Management partitions not visible: I've never seen this before and can't seem to find any similar situations online. Trying to add a new SSD drive for additional storage, not Windows C drive. Disk Managment visual representation of partitions is greyed out/ greened out for some reason? I've restarted and all...
  8. RECOVERY partition not visible in DISKPART.

    in Windows 10 Installation and Upgrade
    RECOVERY partition not visible in DISKPART.: The recovery partition is not visible in diskpart and therefore the WinRE cannot be found. What do I do to get it to show? It was there before.[ATTACH][ATTACH][ATTACH]...
  9. Merged recovery partition with other partition, no longer visible

    in Windows 10 Network and Sharing
    Merged recovery partition with other partition, no longer visible: Hi. I merged the recovery partition with another partition D: on the same disk. The resulting partition doesn't show up in Explorer and has no letter in Disk management :-. Neiher can I assign a letter to it e.g. using MiniTool partition wizard. Result: I can´t access the...
  10. No visibility or access to one of my partitioned drives D: after recent Windows update

    in Windows 10 Network and Sharing
    No visibility or access to one of my partitioned drives D: after recent Windows update: I have recently updated Windows 10 to 1903. I store all my documents on the D: Drive a partition on my laptop hard disk. Since the update in File Explorer the D: drive has a blue question mark over it - when I double click on it the egg timer comes up and does not go away....