|
|

楼主 |
发表于 2007-11-25 13:37:58
|
显示全部楼层
[root@lin01 ~]# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xdb68db68
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1213 9743391 7 HPFS/NTFS
/dev/sda2 1214 1670 3670852+ c W95 FAT32 (LBA)
/dev/sda3 3825 9728 47423880 f W95 Ext'd (LBA)
/dev/sda4 1671 3628 15727635 83 Linux
/dev/sda5 3825 6435 20972826 7 HPFS/NTFS
/dev/sda6 6436 9728 26450991 7 HPFS/NTFS
Partition table entries are not in disk order
[root@lin01 ~]# fdisk /dev/sda
The number of cylinders for this disk is set to 9729.
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): m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)
Command (m for help): n
No free sectors available
Command (m for help): |
|