Sep 5, 2019
15
0
10
Built my first pc on Monday and I’m running windows 10 and have bought a 4TB HDD. Well, after getting booted up I noticed I didn’t even have the 4TB HDD to store things on, had to use my 500gb SSD. Well, that being said, I found out I had to partition the 4TB but I can only partition 2TB of it. I CAN partition 2TB and get access to that amount of storage, but I have another 1.6807 or something unallocated that I can’t access. I’ve watched videos and it seems simple what to do, but it’s not allowing me to do anything. For some reason I do have 500mb or so reserved on that drive somehow. Idk if that’s effecting the reason as to why I can’t group the 2 partitions to get my full 4TB or what...

Anyone have any clues or solutions? I can upload screenshots when I get home from work. Just wanted to get the thread started.
 
Solution
Yep. Bootloader is on HDD. As expected.

So you have 2 options:
1. clean ssd and hdd, disconnect hdd and reinstall windows on ssd or

2. create bootloader on ssd manually and avoid reinstallation. This is, how you do it:
(execute from elevated command prompt)
diskpart
list disk
select disk 1
(select 465gb disk)​
list partition
select partition 1
(select 465GB partition)​
shrink desired=500
create partition primary
format fs=ntfs
active
assign letter=H
exit
bcdboot c:\windows /s H:

Now reboot into BIOS,
change boot priority and make SSD first...
To use full capacity of 4TB drive, it must be partitioned in GPT partitioning scheme.
If MBR partitioning scheme is used, then only 2TB of capacity is available.

Note - to convert drive from MBR to GPT, it must be empty (not contain any partitions).
Conversion can be done from Windows Disk Management or diskpart utility.

29324d1486567444t-convert-mbr-disk-gpt-disk-step2.jpg
 
Last edited:
Sep 5, 2019
15
0
10
To use full capacity of 4TB drive, it must be partitioned in GPT partitioning scheme.
If MBR partitioning scheme is used, then only 2TB of capacity is available.

Note - to convert drive from MBR to GPT, it must be empty (not contain any partitions).
Conversion con be done from Windows Disk Management or diskpart utility.

29324d1486567444t-convert-mbr-disk-gpt-disk-step2.jpg
It is empty aside from something about 230mb that I can’t remove. I get an error saying can’t be removed. I don’t know why it’s even there. It’s fresh computer with nothing installed. And everything that’s installed went to my SSD.

That’s what I was wondering if that little bit of data that’s somehow on it is stopping me from partitioning/grouping the TB I have. Off the top of my head one is 2.017 or something and the other is like 1.68.
 
Show screenshot from Disk Management.

Anyway - if you tried to install windows on 4TB drive first or had SSD and HDD both connected, while installing windows,
then bootloader partition may have been created on HDD instead (not on SSD). Without bootloader system is unbootable btw.
 
Sep 5, 2019
15
0
10
Show screenshot from Disk Management.

Anyway - if you tried to install windows on 4TB drive first or had SSD and HDD both connected, while installing windows,
then bootloader partition may have been created on HDD instead (not on SSD). Without bootloader system is unbootable btw.
That might have been the reason, my friend helped build it and while installing windows they were both indeed already hooked up.
I’ll post a screenshot when I get home from work. Have 5 hours left
 
Sep 5, 2019
15
0
10
Show screenshot from Disk Management.

Anyway - if you tried to install windows on 4TB drive first or had SSD and HDD both connected, while installing windows,
then bootloader partition may have been created on HDD instead (not on SSD). Without bootloader system is unbootable btw.
If that’s the case and some of it went to the HDD instead of all going to the SSD, is there anyway of fixing it?
 
Sep 5, 2019
15
0
10
Show screenshot from Disk Management.

Anyway - if you tried to install windows on 4TB drive first or had SSD and HDD both connected, while installing windows,
then bootloader partition may have been created on HDD instead (not on SSD). Without bootloader system is unbootable btw.
Actually I think reinstalling windows without the HDD would be simpler. I could just bypass all the hiccups I had last time cause I’d know what to do. Could I use the activation key again on this same co outer? I bought it with al my other equipment so it’s only been used once and that was yesterday when I got it put together.

Also, how would I get rid of the 200 odd MB that’s already on the HDD as it says boot up and partition etc etc? When I’ve tried removing it from Disk Management I get an error and I’m not allowed. I’ll show a screenshot here in about and hour or so.
 
Sep 5, 2019
15
0
10
Install and skip step, when key is asked. It will activate once you connect to internet.


You clean it. You'll have to do that anyway to convert from MBR to GPT.

undo-diskpart-clean-command-3.jpg
Would cleaning that 200 mess up anything? Cause if half is one SSD and other half on HHD and I’m wiping the HHD, is that gonna do anything? Would I need to wipe my SSD as well?
 
Yep. Bootloader is on HDD. As expected.

So you have 2 options:
1. clean ssd and hdd, disconnect hdd and reinstall windows on ssd or

2. create bootloader on ssd manually and avoid reinstallation. This is, how you do it:
(execute from elevated command prompt)
diskpart
list disk
select disk 1
(select 465gb disk)​
list partition
select partition 1
(select 465GB partition)​
shrink desired=500
create partition primary
format fs=ntfs
active
assign letter=H
exit
bcdboot c:\windows /s H:

Now reboot into BIOS,
change boot priority and make SSD first in boot order,
boot into windows,
clean hdd, convert it to GPT,create partition and format it.
 
Solution
Sep 5, 2019
15
0
10
Yep. Bootloader is on HDD. As expected.

So you have 2 options:
1. clean ssd and hdd, disconnect hdd and reinstall windows on ssd or

2. create bootloader on ssd manually and avoid reinstallation. This is, how you do it:
(execute from elevated command prompt)
diskpart
list disk
select disk 1
(select 465gb disk)​
list partition
select partition 1
(select 465GB partition)​
shrink desired=500
create partition primary
format fs=ntfs
active
assign letter=H
exit
bcdboot c:\windows /s H:

Now reboot into BIOS,
change boot priority and make SSD first in boot order,
boot into windows,
clean hdd, convert it to GPT,create partition and format it.
That second one seems very complicated, tbh. Lmao. I don’t even know what bootloader and all that stuff means. Ahhh.