Windows 10: Empty partition after Windows update

Discus and support Empty partition after Windows update in Windows 10 Gaming to solve the problem; Hello.I recently performed some Optional Updates on my PC. I can't remember exactly which ones they were. For reference, the list looked something like... Discussion in 'Windows 10 Gaming' started by AngelFarre, May 10, 2023.

  1. Empty partition after Windows update


    Hello.I recently performed some Optional Updates on my PC. I can't remember exactly which ones they were. For reference, the list looked something like this. I recall there were two Intel updates, one AMD and some other thing.I downloaded, installed the updates and restarted. After that, the contents were gone. My pinned folders display the following image:Checking the disk partition:There is only one disk. Main partition C works fine but I suspect that D is actually the K disk that the quick access folders try to access to and cannot find.I tried changing the letter from D to K and did not

    :)
     
    AngelFarre, May 10, 2023
    #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, May 10, 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, May 10, 2023
    #3
  4. Empty partition after Windows update

    Help! Data partition not showing under my computer

    This is happening on a windows 2000 server. Our second partition of the system, for data is not showing under my computer. Here are the properties of it in disk management:


    Empty partition after Windows update partition.jpg


    Now under logical drives its listed as F and shows free space available.

    Suggestions on how to fix this?
     
    Hybrid_theory, May 10, 2023
    #4
Thema:

Empty partition after Windows update

Loading...
  1. Empty partition after Windows update - Similar Threads - Empty partition update

  2. Empty partition after Windows update

    in Windows 10 Software and Apps
    Empty partition after Windows update: Hello.I recently performed some Optional Updates on my PC. I can't remember exactly which ones they were. For reference, the list looked something like this. I recall there were two Intel updates, one AMD and some other thing.I downloaded, installed the updates and restarted....
  3. Empty partition after Windows update

    in Windows 10 Installation and Upgrade
    Empty partition after Windows update: Hello.I recently performed some Optional Updates on my PC. I can't remember exactly which ones they were. For reference, the list looked something like this. I recall there were two Intel updates, one AMD and some other thing.I downloaded, installed the updates and restarted....
  4. recovery partition is empty

    in Windows 10 Gaming
    recovery partition is empty: hi, im using windows 11 homei have a empty recovery partition in disk management, as you can see the recovery partition is emptycan i still reset the pc? https://answers.microsoft.com/en-us/windows/forum/all/recovery-partition-is-empty/4f1664d4-6026-49b0-a379-1ba221ccc864
  5. recovery partition is empty

    in Windows 10 Software and Apps
    recovery partition is empty: hi, im using windows 11 homei have a empty recovery partition in disk management, as you can see the recovery partition is emptycan i still reset the pc? https://answers.microsoft.com/en-us/windows/forum/all/recovery-partition-is-empty/4f1664d4-6026-49b0-a379-1ba221ccc864
  6. Folder empty after update

    in Windows 10 Installation and Upgrade
    Folder empty after update: I just restarted my computer as a part of a Windows update and a seemingly random folder is now empty. I'm checking other folders but so far have not found any others. It was a folder in my pictures folder that contained sub folders and video and picture files. Documents,...
  7. Empty Partitions

    in Windows 10 Network and Sharing
    Empty Partitions: So this is likely going to be one of the strangest questions you'll see today but I'll try to keep everything as brief as possible. Alright first off, hi, I am someone who has been using and fixing computers for the better part of a decade now and in that time I have...
  8. Empty Partitions

    in Windows 10 Software and Apps
    Empty Partitions: So this is likely going to be one of the strangest questions you'll see today but I'll try to keep everything as brief as possible. Alright first off, hi, I am someone who has been using and fixing computers for the better part of a decade now and in that time I have...
  9. Empty Partitions

    in Windows 10 Gaming
    Empty Partitions: So this is likely going to be one of the strangest questions you'll see today but I'll try to keep everything a brief as possible. Alright first off, hi, I am someone who has been using and fixing computers for the better part of a decade now and in that time I have...
  10. Empty Partition on C: drive

    in Windows 10 Customization
    Empty Partition on C: drive: Hello, a little while ago i tried to install a linux distribution on my Laptop. Unfortunately, i wasnt able to create a new primary partition because there were alredy four partitions. I wonder if i can delete a partition which is completely empty and does not have any...