Partitioning of harddrive


  1. Posts : 762
    windows 7
       #1

    Partitioning of harddrive


    I have a new (new to me PC) PC with a 2 Terabyte data harddrive. I would like to partition the HD into six (6) equal partitions. IS this possible (I have never done over 3 partitions).

    If I can do six partitions, each partition would be 333,350 MB. I believe that is correct? Getting old is hell.
      My Computer


  2. Posts : 8,574
    windows 10
       #2

    First thing is the disk gpt if it's MBR it would be hard to do
      My Computer


  3. Posts : 25,066
    Win 10 Home ♦♦♦19045.5608 (x64) [22H2]
       #3

    Partitioning of harddrive-000000-mbr-vs-gpt.png

    You can open an elevated command prompt and run these commands to find out what type of disks you have...

    diskpart

    list disk


    For example, mine are all GPT...
    Partitioning of harddrive-image1.png
      My Computer


  4. Posts : 17,099
    Windows 10 Home x64 Version 22H2 Build 19045.5371
       #4

    If you have Uefi, GPT & since it's just a data disk then this article says there's nothing to stand in your way.
    Understanding Disk Partitions - MSLearn

    It would probably help stimulate useful replies if you explained why you wanted six partitions.
    I have only ever regarded disk partitioning as useful if it has helped with setting up backup plans or, in one or two cases, with matching the drives to those of my main computer so that my main backup plan can be applied to them all.


    All the best,
    Denis
      My Computer


  5. Posts : 762
    windows 7
    Thread Starter
       #5

    You guys are asking questions I have no clue how to answer. The hard drive is just a simple data hard drive that came with the PC..

    It is clean with nothing stored on it at this time.
      My Computer


  6. Posts : 17,099
    Windows 10 Home x64 Version 22H2 Build 19045.5371
       #6

    huffman said:
    You guys are asking questions I have no clue how to answer.
    You know how to answer this one.
    Try3 said:
    It would probably help stimulate useful replies if you explained why you wanted six partitions.

    And I think you should follow Ghot's suggestion in post #3 to find out what type of disk setup you have and to post the results.
    The results will enable Ghot to reach appropriate conclusions that will affect what suggestions are then made to you.


    All the best,
    Denis
      My Computer


  7. Posts : 7,204
    Windows 11 Pro - Windows 7 HP - Lubuntu
       #7

    If the drive is clean, you can convert it to GPT and make the partitions.


    Open a CMD window as administrator and type:

    diskpart
    list disk (it will list all drives. Identify the drive number)
    select disk n (replace n by the drive number obtained with list disk)
    clean
    convert GPT
    create part primary size=310000
    select part 1
    format fs=ntfs quick
    assign letter=U
    create part primary size=310000
    select part 2
    format fs=ntfs quick
    assign letter=V
    create part primary size=310000
    select part 3
    format fs=ntfs quick
    assign letter=W
    create part primary size=310000
    select part 4
    format fs=ntfs quick
    assign letter=X
    create part primary size=310000
    select part 5
    format fs=ntfs quick
    assign letter=Y
    create part primary
    select part 6
    format fs=ntfs quick
    assign letter=Z
    exit (to exit diskpart)
      My Computers


  8. Posts : 762
    windows 7
    Thread Starter
       #8

    Now I am really confused. Here is what my disk manager looks like.

    Partitioning of harddrive-diskman1.jpg

    That was after I had Shrinked the 2TB HD to 666666MB. When I click on the unallocate partition (or space, I expected to be able to either format the space or shrink it. Here are the options I actual see.

    Partitioning of harddrive-diskman2.jpg

    How do I get this unallocated space to format it or shrink it to about 666666 MB?? I have never had this problem before.
      My Computer


  9. Posts : 7,204
    Windows 11 Pro - Windows 7 HP - Lubuntu
       #9

    @huffman, you asked how to partition your drive.
    It can be done using Diskpart, Disk Manager or with any other disk manager.
    I gave you the instructions using Diskpart because it is simple and bullet proof. If you follow the instructions you will end with what you asked.
    You decided to use another method. Don't expect me to guide you on your decision.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:08.
Find Us




Windows 10 Forums