Hi all!
Some months ago, I bought a Seagate STDR4000200 Backup Plus 4 TB HDD: I deleted the original partition and encrypted the whole disk with VeraCrypt (NTFS).
Incidentally, yesterday I read that MBR can't manage partitions larger than 2 TB, and that I should use GPT.
I checked my HDD, and it's actually formatted using MBR.
Here's a screenshot:
How is this possible?
I'm using Windows 7 64 bit. Never had a problem.
The only issue is with Windows XP, with which the HDD is not recognized.
Thanks in advance.
Last edit: Mr Wolf 2016-12-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your answer. (Sorry, I posted a wrong photo earlier. Now I corrected it)
In the program I use (MiniTool Partition Wizard), it says it's formatted 512 bytes per sector.
Could it depend somehow on the box, instead of the HDD itself?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all!

Some months ago, I bought a Seagate STDR4000200 Backup Plus 4 TB HDD: I deleted the original partition and encrypted the whole disk with VeraCrypt (NTFS).
Incidentally, yesterday I read that MBR can't manage partitions larger than 2 TB, and that I should use GPT.
I checked my HDD, and it's actually formatted using MBR.
Here's a screenshot:
How is this possible?
I'm using Windows 7 64 bit. Never had a problem.
The only issue is with Windows XP, with which the HDD is not recognized.
Thanks in advance.
Last edit: Mr Wolf 2016-12-06
Strange. MBR with 512 bytes sector supports 2TB only. if sector is 4096 bytes it can be. But VeraCrypt does not support 4K sector size
Thanks for your answer. (Sorry, I posted a wrong photo earlier. Now I corrected it)

In the program I use (MiniTool Partition Wizard), it says it's formatted 512 bytes per sector.
Could it depend somehow on the box, instead of the HDD itself?
You encrypt enire drive. The disk does not contain any partitions table. Data is started from sector 0.
So, it's ok? :)
Last edit: Mr Wolf 2016-12-07
Probably - yes.
Details: Disk MBR structure is 2TB limited because sector address is 32 bit. (512 * 2^32 = 2TB). Windows internal structures use 64 bit address.
Thanks! :)