|
发表于 2006-10-22 16:51:13
|
显示全部楼层
[root@dns root]# fdisk /dev/hda
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): p
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1824 14651248+ c Win95 FAT32 (LBA)
/dev/hda2 1825 9729 63496912+ f Win95 Ext'd (LBA)
/dev/hda5 1825 2717 7172991 7 HPFS/NTFS
/dev/hda6 2718 3648 7478226 83 Linux
/dev/hda7 3649 6080 19535008+ b Win95 FAT32
/dev/hda8 6081 9729 29310561 b Win95 FAT32
Command (m for help):
==========================================
刚好我刚才也用fdisk 这样做就看得很清楚了 我的系统也是redhat 9.0的 |
|