To understand disk partitioning, you must look at how the firmware handshakes with the storage controller.
1. MBR vs GPT: MBR uses a 32-bit logical block addressing scheme, capping maximum addressable space at 2.19 TB with a hard limit of 4 primary partitions. GPT is part of the UEFI standard, using 64-bit LBA and allows up to 128 primary partitions natively.
2. Partition Strategy: Modern OS kernel paging handles single-partition layouts well, but logical separation isolates file system corruption (NTFS/ReFS) to specific volumes without invalidating the bootloader sector.