Files
nexus/wiki/concepts/GPT.md
2026-04-17 08:38:12 +08:00

29 lines
806 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "GPT"
type: concept
tags: [partition-table, uefi, storage]
date: 2026-04-16
---
## Aliases
- GPT
- GUID Partition Table
- GUID 分区表
## Definition
GPTGUID Partition Table是一种现代硬盘分区表标准作为 MBR 的替代方案,支持 2TB 以上大容量硬盘,与 UEFI 引导完美兼容。
## Key Properties
- 最大支持容量:理论上无限(实际受操作系统限制)
- 分区数量:理论上最多 128 个主分区
- 唯一标识:每个分区有唯一的 GUID 标识符
- 冗余GPT 头部信息在磁盘末尾有备份
## Use Cases
- UEFI 系统安装(如 Ubuntu 24.04 在 HP ZBook
- 大容量硬盘分区(>2TB
- 现代工作站和服务器
## Connections
- [[GPT]] ← works_with ← [[UEFI]]
- [[GPT]] ← used_by ← [[Bootable USB]]