Jump to content

Hard Drive Split as 2 Unallocated Spaces

Jettster

Hello,

So I'm pretty much in the final setup of my build, but I've got a problem. I have an HGST Deskstar NAS 3TB hard drive, and in Disk Management, it tells me that there are 2 unallocated spaces, one that's approximately 2 TB, and the other is the rest of the hard drive. I wanted to put these as one single space, but when I try to partition and extend the volume, it won't let me. I read up this is due to the hard drive being in some format that doesn't accept more than 2 tb, and that I have to format it as a boot drive, but I already have an SSD for that. So, I don't know what to do, I just want all my space in one partition.

Thanks,

Jettster

Link to comment
Share on other sites

Link to post
Share on other sites

You need to iniatilize it as GPT. The MBR partition table type only supports up to 2TB while the GPT partition table type can support beyond that.

[Out-of-date] Want to learn how to make your own custom Windows 10 image?

 

Desktop: AMD R9 3900X | ASUS ROG Strix X570-F | Radeon RX 5700 XT | EVGA GTX 1080 SC | 32GB Trident Z Neo 3600MHz | 1TB 970 EVO | 256GB 840 EVO | 960GB Corsair Force LE | EVGA G2 850W | Phanteks P400S

Laptop: Intel M-5Y10c | Intel HD Graphics | 8GB RAM | 250GB Micron SSD | Asus UX305FA

Server 01: Intel Xeon D 1541 | ASRock Rack D1541D4I-2L2T | 32GB Hynix ECC DDR4 | 4x8TB Western Digital HDDs | 32TB Raw 16TB Usable

Server 02: Intel i7 7700K | Gigabye Z170N Gaming5 | 16GB Trident Z 3200MHz

Link to comment
Share on other sites

Link to post
Share on other sites

Does is matter at all that System Reserved is part of this, or can I do this, keep it as a non boot drive, and nothing will crash and burn.

Link to comment
Share on other sites

Link to post
Share on other sites

@Jettster Make sure to follow your own topics.

 

Also, all of my drives are using GPT as it is much more robust and modern. You should read this: http://www.howtogeek.com/193669/whats-the-difference-between-gpt-and-mbr-when-partitioning-a-drive/

[Out-of-date] Want to learn how to make your own custom Windows 10 image?

 

Desktop: AMD R9 3900X | ASUS ROG Strix X570-F | Radeon RX 5700 XT | EVGA GTX 1080 SC | 32GB Trident Z Neo 3600MHz | 1TB 970 EVO | 256GB 840 EVO | 960GB Corsair Force LE | EVGA G2 850W | Phanteks P400S

Laptop: Intel M-5Y10c | Intel HD Graphics | 8GB RAM | 250GB Micron SSD | Asus UX305FA

Server 01: Intel Xeon D 1541 | ASRock Rack D1541D4I-2L2T | 32GB Hynix ECC DDR4 | 4x8TB Western Digital HDDs | 32TB Raw 16TB Usable

Server 02: Intel i7 7700K | Gigabye Z170N Gaming5 | 16GB Trident Z 3200MHz

Link to comment
Share on other sites

Link to post
Share on other sites

The system reserved partition typically holds the boot loader/boot manager for Windows. Make sure your boot drive has the boot manager on it.

[Out-of-date] Want to learn how to make your own custom Windows 10 image?

 

Desktop: AMD R9 3900X | ASUS ROG Strix X570-F | Radeon RX 5700 XT | EVGA GTX 1080 SC | 32GB Trident Z Neo 3600MHz | 1TB 970 EVO | 256GB 840 EVO | 960GB Corsair Force LE | EVGA G2 850W | Phanteks P400S

Laptop: Intel M-5Y10c | Intel HD Graphics | 8GB RAM | 250GB Micron SSD | Asus UX305FA

Server 01: Intel Xeon D 1541 | ASRock Rack D1541D4I-2L2T | 32GB Hynix ECC DDR4 | 4x8TB Western Digital HDDs | 32TB Raw 16TB Usable

Server 02: Intel i7 7700K | Gigabye Z170N Gaming5 | 16GB Trident Z 3200MHz

Link to comment
Share on other sites

Link to post
Share on other sites

You need to iniatilize it as GPT. The MBR partition table type only supports up to 2TB while the GPT partition table type can support beyond that.

There's no option to convert it to GPT, would I have to delete the System Reserved on the farthest left? Hard Drive I'm trying to convert is on top, SSD listed on bottom.H3qVGoC.jpg

Link to comment
Share on other sites

Link to post
Share on other sites

There's no option to convert it to GPT, would I have to delete the System Reserved on the farthest left? Hard Drive I'm trying to convert is on top, SSD listed on bottom.H3qVGoC.jpg

When you install Windows, it puts the bootloader on whatever is being seen as the first drive by BIOS/UEFI, usually the drive plugged into Sata port #0 on the motherboard by default. Disk Management will also show the drives in the order seen by the system. Therefore we can deduce that your hard drive has your bootloader because it was and is being seen first by your system. So if you did re-initialize this drive with GPT instead of MBR, your system wouldn't boot properly.

 

What you can do to fix this is first, BACK UP YOUR SYSTEM! There is a pretty good chance you will mess this up and not be able to recover without a backup. Also, make sure your backup actually works - there is nothing worse than having a backup that you thought you could rely on, and having it fail you when you need it - it really is worse than not having a backup at all.

Second, turn off your system and unplug your hard drive. Move your SSD's Sata cable to the first Sata Port (commonly numbered as #0). Leave the hrad drive unplugged.

Third, try to boot your system. it probably won't boot. Insert your Windows install DVD or the USB drive with your Windows installer (whatever you used to put Windows onto the SSD).

Fourth, boot into the Windows install medium (DVD or USB) and tell it to repair your installation (this is to the bottom left of the "Install" button in the center of the screen). Follow the prompts for you system not booting. It should correct it by installing a new bootloader. If it fails, record the error and any other information it gives you and report back to us.

Fifth, try to boot into Windows normally again. It should succeed. If it did not, you can try connecting your hard drive and SSD back to the ports they were originally connected to, this should get you back into Windows until you can try something else.

Sixth, when you get into Windows normally *without* the hard drive attached, attach the hard drive to Sata #1 (your second Sata port). then do the following:

  • open the start menu and search for "cmd"
  • right click the result for the command prompt and choose "Run as Administrator"
  • type "diskpart" and enter
  • type "list disk" and enter. it will list your disks, note which one is the hard drive (probably 2).
  • type "select disk <number>" and enter, where <number> is the hard drive's number from "list disk"
  • type "clean" and enter.
  • type "exit" and enter.

"clean" in diskpart is the only way I know to remove a System Reserved Partition. It also removes the partition table (the MBR), which is handy because you wanted to do that anyways. When you are done you can go to Disk Management and right click the hard drive and choose "Initialize" and select GPT in the window that pops up. Format your drive and you are done!

 

 

 

If that is way too much work, you could re-install Windows with the SSD in the correct Sata port, and to be extra sure it does it properly, unplug the hard drive entirely while you are installing. You would still have to run "clean" on the hard drive to get rid of the now-unused partition.

Looking to buy GTX690, other multi-GPU cards, or single-slot graphics cards: 

 

Link to comment
Share on other sites

Link to post
Share on other sites

~snip~

 

Hey there Jettster,
 
How is the drive set up in BIOS (AHCI, IDE, etc.)? Do you have data on that drive? I'd suggest backing up what you have, right-cling on where Disk 0 (or whichever number it is) on the left-most side of the partitions and see if you have an option to set the drive to GPT. As the guys explained, MBR format supports only up to 2.2TB and the rest is typically left as unallocated space. 
@brwainer also gave you some useful info. :)
 
Captain_WD.

If this helped you, like and choose it as best answer - you might help someone else with the same issue. ^_^
WDC Representative, http://www.wdc.com/ 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×