Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

29
wiki/concepts/GPT.md Normal file
View File

@@ -0,0 +1,29 @@
---
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]]