Heim > Fragen und Antworten > Hauptteil
ubuntu 13.10 64位版本,SSD是 M5S,小白第一次装ubuntu,直接用系统自动缺省的安装了。
怪我咯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对齐的。