如果是dos怎么会大于2TB呢?
Disk /dev/sdi: 6000.6 GB, 6000606183424 bytes, 11719933952 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 262144 bytes / 262144 bytes
Disk label type: dos
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdi1 * 1 4294967295 2147483647+ ee GPT
Partition 1 does not start on physical sector boundary.
这是
Protective MBR
GPT 的实际功能。考虑以某种方式能够将此磁盘连接到 Windows 2000 计算机的情况。如果没有此 MBR 记录,它会将此磁盘报告为未初始化,并提出创建一个会破坏大部分数据的 NTFS 分区。为避免这种情况,创建了一个保护性 MBR,其中包含类型为 0xEE 的单个主分区,跨越整个 LBA 范围,可用于基于 MBR 的系统。这与 GPT 方案不冲突,因为 GPT 表从 LBA 1 开始,而保护磁盘标签在 LBA 0。