|
是练习fdisk的,让把一硬盘按以下分区:
===================================================
Command (m for help): p
Disk /dev/hdb: 255 heads, 63 sectors, 256 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 2 16044 83 Linux
/dev/hdb2 3 18 64176 82 swap
/dev/hdb3 19 169 1203300 83 Linux
/dev/hdb4 170 250 649782 5 Extended
/dev/hdb5 170 201 248682 83 Linux
/dev/hdb6 202 257 449232 83 Linux
Command (m for help): w
==================================================
以上面的hdb4中,总的大小是170-250,可是扩展分区中的hdb6却达到了257,这不是超出范围了吗?我试了一下,当加hdb6的时候,老是提示超出范围。。。 |
|