Windows 10: Where can I find the partition table in Windows 10 OS?

Discus and support Where can I find the partition table in Windows 10 OS? in Windows 10 Network and Sharing to solve the problem; I have a laptop with two SATA 2.5 drives. The laptop is broken suspected blown capacitor. One of the drives contained the Windows 10 OS, and the other... Discussion in 'Windows 10 Network and Sharing' started by chris12dec, Aug 9, 2024.

  1. Where can I find the partition table in Windows 10 OS?


    I have a laptop with two SATA 2.5 drives. The laptop is broken suspected blown capacitor. One of the drives contained the Windows 10 OS, and the other contained a lot of files. When I connect the drive with the OS to my new Windows 11 laptop through a SATA 2.5 to USB-C adaptor, I am able to view all the files on the disk. When I connect the other drive in the same way, I get "Invalid, Dynamic Disk". I would like to be able to access my files on this disk and was expecting it to plug and play. Through other research I can see that what has happened is that the way in which I have created pa

    :)
     
    chris12dec, Aug 9, 2024
    #1

  2. 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, Aug 9, 2024
    #2
  3. Installing Windows Vista/7 on a GUID Partition Table

    Background

    GUID Partition Table (GPT) is a boot sector technology poised to replace the venerable Master Boot Record (MBR) principally because MBR has a maximum capacity of 2 TB for a single partition (some single disks have reached 3 TB). Installing Windows on a GPT is a bit tricky because Windows wants to default back to MBR. In order to force Windows on to a GPT, we have to pre-format the drive prior to Windows installation. You can do that during Windows setup using the console.

    Requirements

    • Windows Vista or 7 (must be 64-bit no matter which OS is used)
    • A motherboard with EFI BIOS
    • A means to EFI boot the Windows setup (I had to use a USB DVD drive on MSI Z77A-G65, the internal SATA Bluray drives didn't have an EFI option)
    Instructions

    • Boot into Windows setup using EFI. On the MSI Z77A-G65, it showed up as UEFI:USB-ATAPI DVD ... This will change according to your motherboard and how you are attempting to enter setup. This step is critical. Without booting into setup via EFI, only MBR is available to the setup. There's no easy way to tell from within setup if it is running via EFI or not.
    • Once you have booted into setup, continue through the process as you would normally until you reach the dialog which shows you the available drives. Load a driver, if necessary, then press SHIFT+F10 to open the command prompt.
    • In the command prompt, enter the following lines, pressing enter after each one. Note that the <id> field below is the disk ID that you want to format as GPT from the "list disk" command. If there's only one drive, <id> will likely be 1. Note: All data on the drive will be lost during this process. Make sure to select the correct drive.
      • diskpart
      • list disk
      • select disk <id>
      • online disk
      • attributes disk clear readonly
      • clean
      • convert gpt
      • create partition efi size=102
      • create partition msr size=32
      • create partition primary
      • format fs=ntfs label="Operating System"
      • assign letter=C
      • exit
      "online disk" and "attributes disk clear readonly" are likely to fail. Don't worry, they are only precautionary. Change the drive letter and label to whatever you want. Also, the above command (specifically "create partition primary") will consume all remaining space on the drive. If you want multiple partitions with fixed sizes, substitute what you want in place of "create partition primary."
    • You may now close the command prompt and click on "Refresh" back in the dialog to choose where to install Windows. You should now see at least 2 partitions (I think Microsoft Reserved is hidden) and it will only let you install on a non EFI/MSR partition. Click on the primary partition and proceed with the installation as normal.
    • Note that in the EFI BIOS after installing Windows via EFI, you can no longer directly boot the volume Windows is installed on. Instead, you must boot via "Windows Boot Manager" (on MSI Z77A-G65, it was "UEFI: Windows Boot Manager"). Keep that in mind if you wish to tweak the boot order.
    Conclusion

    That should do it. You should be in Windows with >2 TB of hard drive capacity available if you had more than 2 TB on the Windows partition. Congratulations being on the bleeding edge of technology! *Rockout :rockout:
     
    FordGT90Concept, Aug 9, 2024
    #3
  4. Where can I find the partition table in Windows 10 OS?

    Windows 10 "Invalid partition table."?

    How about trying rebuilding MBR?

    If you have a Windows installation disc, you can fix invalid partition table via Command Prompt, here are solutions:

    Step 1: Insert installation disc into your computer and boot PC from the disc. Click “Repair your computer”

    Step 2: Select Command Prompt in the “System Recovery Options” window.

    Step 3: Type “bootrec.exe” in Command Prompt and press “Enter”.

    Step 4: Type “/FixMbr” on Windows. Restart computer and check if the issue is fixed.

    For more solutions you can view:
    how to fix invalid partition table error on Windows
    ?
     
    Casimira2016, Aug 9, 2024
    #4
Thema:

Where can I find the partition table in Windows 10 OS?

Loading...
  1. Where can I find the partition table in Windows 10 OS? - Similar Threads - Where find partition

  2. Where can I find the partition table in Windows 10 OS?

    in Windows 10 Gaming
    Where can I find the partition table in Windows 10 OS?: I have a laptop with two SATA 2.5 drives. The laptop is broken suspected blown capacitor. One of the drives contained the Windows 10 OS, and the other contained a lot of files. When I connect the drive with the OS to my new Windows 11 laptop through a SATA 2.5 to USB-C...
  3. Where can I find the partition table in Windows 10 OS?

    in Windows 10 Software and Apps
    Where can I find the partition table in Windows 10 OS?: I have a laptop with two SATA 2.5 drives. The laptop is broken suspected blown capacitor. One of the drives contained the Windows 10 OS, and the other contained a lot of files. When I connect the drive with the OS to my new Windows 11 laptop through a SATA 2.5 to USB-C...
  4. Windows 10 Install Partition Table

    in Windows 10 Gaming
    Windows 10 Install Partition Table: Hello,I want to know if this is possible and how to do using diskpart and what commands to useI’m installing Windows 10, I want to know if either the System Reserved Partition or Windows 10 Partition can be logical partitions in my MBR partition table to the...
  5. Windows 10 Install Partition Table

    in Windows 10 Software and Apps
    Windows 10 Install Partition Table: Hello,I want to know if this is possible and how to do using diskpart and what commands to useI’m installing Windows 10, I want to know if either the System Reserved Partition or Windows 10 Partition can be logical partitions in my MBR partition table to the...
  6. Windows 10 Install Partition Table

    in Windows 10 Installation and Upgrade
    Windows 10 Install Partition Table: Hello,I want to know if this is possible and how to do using diskpart and what commands to useI’m installing Windows 10, I want to know if either the System Reserved Partition or Windows 10 Partition can be logical partitions in my MBR partition table to the...
  7. Where can I find Windows 10

    in Windows 10 Installation and Upgrade
    Where can I find Windows 10: I bought a pc 10 yrs ago with Win 7, I was able to upgrade free to Win 10. So I bought a new pc and I want to restore the old one, I looked up how to find the Product Key, but then read on Microsoft that if it was a free upgrade from Win 7 that I would have a digital key in...
  8. Corrupted Partition Table

    in Windows 10 Installation and Upgrade
    Corrupted Partition Table: How do I fix a hard drive with a broken partition table, I have tried the following: *diskpart - tried cleaning it with this but failed * - list volume it only shows my USB which is the one I am using to install Windows *bootrec /fixmbr - Gives me "access...
  9. Where can I find Windows

    in Windows 10 Ask Insider
    Where can I find Windows: I've heard so many things like I can buy it from eBay or that any activation keys that don't come from Microsoft are illeagal. But Windows on Microsoft's sight is soo expensive, does any one know a place where I can Find a Cheap Legal Windows key? submitted by...
  10. Repar HDD partition table in Windows 10

    in Windows 10 Network and Sharing
    Repar HDD partition table in Windows 10: I have two 4TB HDD's that were in a Qnap NAS. The partition table on both has apparently been corrupted. The drives will not show up in the NAS. I took them out and installed on a computer with a USB adapter. They show up in Disk Manager with all partitions, including the...