Blocks是什么意思
程序员文章站
2023-11-25 13:57:58
linux中Blocks是什么意思?什么是Blocks?
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 51... 09-03-10...
linux中blocks是什么意思?什么是blocks?
disk /dev/hda: 80.0 gb, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
这个硬盘是80g的,有255个磁面;63个扇区;9729个磁柱;每个 cylinder(磁柱)的容量是 8225280 bytes=8225.280 k(约为)=8.225280m(约为);
blocks(容量):这是我翻译的,其实不准确,表示的意思的确是容量的意思,其单位是k;一个分区容量的值是由下面的公式而来的; blocks = (相应分区end数值 - 相应分区start数值)x 单位cylinder(磁柱)的容量
所以我们算一下 hda1的 blocks 的大小 :
hda1 blocks=(765-1)x8225.280=6284113.92 k = 6284.113.92m
disk /dev/hda: 80.0 gb, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
这个硬盘是80g的,有255个磁面;63个扇区;9729个磁柱;每个 cylinder(磁柱)的容量是 8225280 bytes=8225.280 k(约为)=8.225280m(约为);
blocks(容量):这是我翻译的,其实不准确,表示的意思的确是容量的意思,其单位是k;一个分区容量的值是由下面的公式而来的; blocks = (相应分区end数值 - 相应分区start数值)x 单位cylinder(磁柱)的容量
所以我们算一下 hda1的 blocks 的大小 :
hda1 blocks=(765-1)x8225.280=6284113.92 k = 6284.113.92m
下一篇: apache it works