• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can't partition unallocated data?

sicsicsic

Member
Server 2008 R2. I did a bit of research and discovered the MBR only allows four partitions, but that doesn't seem to be the issue. What am I missing? Thanks for any help!

1Zepx.png
 
I did a bit of research and ...
MS-DOS partition table (the "MBR" of yours) has indeed space for four entries, of which at most one can be "extended partition" while the others are "primary".

The extended partition is a head of a chained list of logical drives, and serves as method to have more than four partitions on the module.


However, in your case we do find an another feature of the MS-DOS partition table. The partitions are described with "start" and "end" LBA indices. 32 bit indices, I guess, which means that an LBA beyond about 2TB cannot be addressed.

In short: "MBR" cannot address more than 2 TB. Use GPT partition table instead.
 
In short: "MBR" cannot address more than 2 TB. Use GPT partition table instead.

This is correct. You must use a GPT partition instead to access more than 2TB. However, your issue is further complicated by the fact that this is your boot drive. Windows does not support booting from GPT partitions using the BIOS. You must switch your system to UEFI instead (if the hardware has it), which I believe will force you reinstall the OS. Since you're running Windows 2008 R2, this OS supports booting from UEFI and GPT partitions.
 
Back
Top