rhel5,怎么划了几个逻辑分区就不能再分了?
有2.2个G的空白空间,但只分了一个多G就不能再分了。
[root@localhost ~]# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1216 9767488+ 7 HPFS/NTFS
/dev/sda2 1217 14593 107450752+ f W95 Ext'd (LBA)
/dev/sda5 1217 3827 20972826 7 HPFS/NTFS
/dev/sda6 3828 7091 26218048+ 7 HPFS/NTFS
/dev/sda7 7092 11791 37752718+ 7 HPFS/NTFS
/dev/sda8 11792 12449 5285353+ b W95 FAT32
/dev/sda9 12450 12462 104391 83 Linux
/dev/sda10 12463 14247 14337981 83 Linux
/dev/sda11 14248 14312 522081 82 Linux swap / Solaris
[root@localhost ~]# fdisk /dev/sda
The number of cylinders for this disk is set to 14593.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): n
Command action
l logical (5 or over)
p primary partition (1-4)
l
First cylinder (14313-14593, default 14313):
Using default value 14313
Last cylinder or +size or +sizeM or +sizeK (14313-14593, default 14593): +520M
Command (m for help): n
Command action
l logical (5 or over)
p primary partition (1-4)
l
First cylinder (14377-14593, default 14377):
Using default value 14377
Last cylinder or +size or +sizeM or +sizeK (14377-14593, default 14593): +320M
Command (m for help): n
Command action
l logical (5 or over)
p primary partition (1-4)
l
First cylinder (14417-14593, default 14417):
Using default value 14417
Last cylinder or +size or +sizeM or +sizeK (14417-14593, default 14593): +50M
Command (m for help): n
Command action
l logical (5 or over)
p primary partition (1-4)
l
First cylinder (14424-14593, default 14424):
Using default value 14424
Last cylinder or +size or +sizeM or +sizeK (14424-14593, default 14593): +30M
Command (m for help): n
Partition number (1-4): 1 #为什么从这里就没有l logical (5 or over)的选项了?剩下的空间如何才能分区呢?
Partition 1 is already defined. Delete it before re-adding it.
Command (m for help): n
Partition number (1-4): 2
Partition 2 is already defined. Delete it before re-adding it.
Command (m for help): n
Partition number (1-4): 3
No free sectors available
Command (m for help): n
Partition number (1-4): 4
No free sectors available
Command (m for help):
[本帖最后由 tam509 于 2009-5-8 09:30 编辑]