|
|
[root@host root]# fdisk -l
Disk /dev/hda: 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/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 268 2048287+ 82 Linux swap
/dev/hda3 269 14593 115065562+ 83 Linux
我弄懂了两个问题:
一 总容量=柱面数(14593)*磁头数(255)*扇区数(63)*512 = 120031511040
二 下面的“Start”“End”指的是每个分区的开始柱面及结束柱面
现有两个问题:
一
Units = cylinders of 16065 * 512 = 8225280 bytes 是什么意思呢?
16065=磁头数(255)*扇区数(63)
可磁头数 扇区数 512字节乘出来是什么东西呀?
二
我的120G硬盘居然有255个磁头?那岂不是有255个盘片??!!
有这么多么?! |
|