怪我咯2017-04-21 10:57:36
sudo fdisk -lu
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 125042687 62417920 7 HPFS/NTFS/exFAT
其中的Start值能被8整除既是4K對齊,例如 2048 = 8 × 256, 206848 = 8 × 25856。
其實現在新的作業系統預設都是4k對齊的。