我正在使用 cfdisk 重新分区我的硬盘,因为从操作系统安装开始,我只得到了 1 个大分区交换。我想将大分区的大小调整为 1 GB /boot,并将剩余空间用作扩展分区。
执行 cfdisk 后,我使用 fdisk -l 重新检查分区,并得到以下内容:
Disk /dev/sda: 320 GB, 320070320640 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda3 1 38443 308785365 f Extended LBA
Warning: Partition 3 does not end on cylinder boundary.
/dev/sda2 38455 38698 1951897 82 Linux swap
/dev/sda1 * 38699 38913 311349654 83 Linux
我的问题是警告信息,我想我知道原因,我认为这是因为sda1 块尺寸。如果开始和结束间隔很小,那怎么会这么大?
答案1
你为什么需要 1Gb /boot
?那里面只有内核和 grub 文件。除非你要保存 100 个内核,否则 100Mb/boot
就足够了。
就消息而言,调整大小后您是否重新启动了?