|

楼主 |
发表于 2009-12-5 14:57:44
|
显示全部楼层
我贴一点我fdisk的信息
用livecd启动后fdisk -l
---------------------------------------------------
livecd ~ # fdisk -l
Disk /dev/sda: 320.0 GB, 320072933376 bytes
240 heads, 63 sectors/track, 41345 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x6a5452ed
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4063 30716248+ 7 HPFS/NTFS
/dev/sda2 4064 35216 235516680 f W95 Ext'd (LBA)
/dev/sda5 4064 12191 61440000 7 HPFS/NTFS
/dev/sda6 12191 35216 174074880 7 HPFS/NTFS
------------------------------------------
fdisk /dev/sda 后用 n 添加逻辑分区 ,很奇怪的是cylinder的信息
-----------------------------------------
Command (m for help): n
Command action
l logical (5 or over)
p primary partition (1-4)
l
First cylinder (35216-35216, default 35216):
Using default value 35216
----------------------------------------
我第二次再用这个命令就提示我没有可用的sector了
Command (m for help): n
Command action
l logical (5 or over)
p primary partition (1-4)
l
No free sectors available |
|