|
|
[root@pc0416nb ~]# fdisk /dev/hda
Command (m for help): p
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 3824 30716248+ 83 Linux
/dev/hda4 <red>4079</red> <red>4865</red> 6321577+ 5 Extended
/dev/hda5 4206 4332 1020096 82 Linux swap
新建一个p分区最大只能在3825-4078了..
逻辑分区
只能是4079-4205
再由4333-4865这样一块硬盘就分完成了..
哪为什么我们不可以将空闲的分区变成一个大大的分区呢?除了用LVM去实现之外 |
|