我正在使用cfdisk重新分区我的硬盘从操作系统安装我只有一个大分区交换。 我想将大分区调整为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块的大小。 如果开始和结束间隔很小,怎么会这么大呢?
你为什么要1Gb /boot ? 去那里的唯一的东西是内核和和grub文件。 除非你保持100个内核100Mb /boot足够好。
至于消息,你resize后重新启动吗?