- GPT does not know anything about CHS addressing, and only uses LBA (64bit).
- Because it uses 64bit LBAs, it can hold 264−1 sectors, typically 9.4 Zb with standard 512 byte sectors, way above the 2Tb limit offered by MBR.
- GPT uses 32bit CRC checksums to validate data integrity for its headers and partition entries. It also adds redundancy to it's structures having them present twice, once at the start and again at the end of the disk. This, of course, helps protect the system against disk errors and allows better recovery.
- We currently support probing, listing/adding/deleting/writing partitions, data integrity verification. Furthermore, fdisk can determine if there is a traditional protected, or hybrid MBR present.
- For now, primary header corruption is not recoverable from he backup at the end of the disk.
- Header checksums are updated upon every change (ie: add/delete partitions), this allows us to mathematically verify the changes on-the-fly, and not only when writing to disk, like most other related tools do.
- When creating a new partition, all partition type GUIDs are available.
SOCIAL SHARE CARD GENERATOR