taltamir
Lifer
- Mar 21, 2004
- 13,576
- 6
- 76
No you can't. The MBR partitioning scheme allows for 32-bit addressing, 32-bit of 512-byte sectors means 2TiB limit. Beyond that, there is nothing to access using MBR. So you cannot create any partitions beyond the 2TiB barrier. Creating multiple partitions to exceed the 2TiB barrier will therefore not work.
You either should not use partitions at all, which is only possible under non-Windows OS, or you have to use GPT partitions. The problem here is that you need BIOS support which can boot from GPT partitions and Windows also needs to support GPT boot; not sure which versions support it but i do know some only allow storage but not booting from GPT disks.
So the 2TiB barrier is not that easy to circumvent. One possibility is to use 4096 sectors, but to my knowledge, for that to work you need a drive that exposes 4096 byte sectors not like the WD EARS drives which still say they have 512 byte sectors. With 4K sectors you would have 8 times the storage capacity; or 16TiB.
thank you for clarifying.