磁盘性能与容量

Posted 王万林 Ben

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了磁盘性能与容量相关的知识,希望对你有一定的参考价值。

影响磁盘性能的

  • transfer rate
  • seek time
  • rotational latency
  • 其它忽略的因素,如:外部数据速率、命令开销、访问时间等。

 

磁盘容量

  • Cylinder-head-sector(CHS)
  • ATA Specification (65536 C, 16H, 255S)

65536 cylinders x

16 heads x

255 sectors/track x

512 bytes/sector

----------------------

= ~137 GB

  • Bios limit (1024 C, 256H, 63S)

1024 cylinders x

256 heads x

63 sectors/track x

512 bytes/sector

----------------------

= ~8.5 GB

  • Combined:

1024 cylinders x

16 heads x

63 sectors/track x

512 bytes/sector

----------------------

= ~512 MB

 

  • Logical Block Addressing (LBA)

28-bit LBA in ATA-1: 2^28 * 512 = ~137 GB

48-bit LBA in ATA-6: 2^48 * 512 = ~144PB

MBR uses 32-bit sector numbers, so limits to 2^32 * 512 = ~2.1TB

GPT uses 64-bit sector numbers = ~9.4ZB

参考资料

https://zh.wikipedia.org/zh-cn/%E6%9F%B1%E9%9D%A2-%E7%A3%81%E5%A4%B4-%E6%89%87%E5%8C%BA

 

以上是关于磁盘性能与容量的主要内容,如果未能解决你的问题,请参考以下文章

磁盘管理之raid阵列卡

Linux/Centos7RAID磁盘阵列与阵列卡

第七章 RAID与LVM磁盘阵列之 RAID

磁盘性能测试学习之路1-认识磁盘的各项参数

第二章 主机规划与磁盘分区

RAID