Filesystem

MBR과 GPT

behonestar 2015. 3. 20. 10:55

 

MBR (Master Boot Record)

GPT (GUID Partition Table)

시스템

 BIOS

EFI

최대 파티션

개수

 4개

28개 

  1. Partition Table : 64 Byte

  2. Partition Entry : 16 Byte

  3. 64/16 = 4개

  4. 확장 파티션, EBR 통해 4개 이상 생성

  1. Partition Entry : 128 Byte

  2. Partition Table : 16384 Byte

  3. 16384/128 = 28개


 파티션 최대

크기

2TB

18EB

  1. CHS 주소체계 : 232개 주소

  2. 512 Byte(1섹터) * 232 = 2TB

  1. LBA 주소체계 : 264개 주소

  2. 512 Byte(1섹터) * 264 = 18EB

 리눅스 명령

fdisk

parted

 Kernel config

-

 CONFIG_EFI_PARTITION


참고자료

  1. http://en.wikipedia.org/wiki/GUID_Partition_Table
  2. http://en.wikipedia.org/wiki/Master_boot_record
  3. http://cappleblog.co.kr/131
  4. https://wiki.archlinux.org/index.php/GUID_Partition_Table