Partition alignment
Partition alignment is the proper alignment of partitions to the boundaries available in a data storage device.
Categories
How to use
fdisk, gdisk and parted handle alignment automatically. See parted#Check alignment if you want to verify your alignment after partitioning.
For certain drives Advanced Format might be able to provide a better-performing alignment.
Examples
- DiskPartitioning:Example:UEFI_with_GPT: fdisk를 사용한 UEFI with GPT 파티션 방법.
- Wikipedia (en) Partition alignment
Examples include the following:
- 4KB sector alignment with hard disk drives supporting Advanced Format (AF)
- Track partition alignment, partitions starting on track boundaries on hard disk drives
- Cylinder partition alignment, partitions starting on logical or physical cylinder boundaries on hard disk drives
- SSD page partition alignment, partitions starting on NVM page boundaries (with pages typically 4 to 16KB in size) on SSDs and other flash-based memory devices
- SSD block partition alignment, partitions starting on NVM block boundaries (typically blocks of 128 to 512 pages) on SSDs and other flash-based memory devices
- 1MB partition alignment, partitions starting on 1MB boundaries
- RAID stripe alignment, partition alignment based on stripe boundaries
See also
Favorite site
- What's the point of hard drives reporting their physical sector size?
- (이렇게 사용하세요!) 디스크를 교체했더니 디스크 I/O 지연이 발생했다면? "파티션 정렬" 하고 가세요! 1