|
|
本人刚开始学习 LFS,机器上只有一个系统:linux.
我fdisk -l,显示如下,
[root@jtest /]# fdisk -l
Disk /dev/sda: 80.0 GB, 80023182848 bytes
255 heads, 63 sectors/track, 9728 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 9728 78035737+ 8e Linux LVM
然后 ,fdisk /dev/sda ,选择 n选项,然后选择p选项 ,再选择3,显示如下:
[root@jtest /]# fdisk /dev/sda
The number of cylinders for this disk is set to 9728.
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
e extended
p primary partition (1-4)
p
Partition number (1-4): 3
No free sectors available
Command (m for help):
不知道原因,请高手指点..... |
|