mindong 发表于 2018-6-15 09:50:27

windows 2008磁盘容量限制

  windows 2008 操作系统对磁盘容量的支持有没有限制?我买了一台服务器,做完RAID后,整个容量累积大约12T。问:1.windows 2008系统对磁盘整个容量支持是多大,有没有上限?2.对单个分区支持最大是多少?有没有上限?
  回答:从官方给出的关于系统要求的文档看来,对于支持的磁盘容量并没有上限:
  Windows Server 2008 System Requirements
  http://www.microsoft.com/windowsserver2008/en/us/WS08-system-requirements.aspx
  根据一下的信息,可以看到当使用GPT磁盘时,2003以后的系统目前可以支持256T的分区和磁盘大小。
  Windows and GPT FAQ
  http://www.microsoft.com/whdc/device/storage/GPT_FAQ.mspx
  6. How big can a GPT disk be?

  In theory, a GPT disk can be up to 2^64 logical blocks in length. Logical blocks are commonly 512 bytes in>
  The maximum partition (and disk)>  如果不使用GPT磁盘,则系统分区不能大于2T。
  You cannot install or start Windows Vista when the volume of the system partition is larger than 2 terabytes
  http://support.microsoft.com/kb/946557
  我是说在系统要求的那篇文档上没有给出磁盘空间上限的明确说明,但从其他的文档中看到目前Windows的文件系统可以使用的最大分区为256T。
  对于GPT磁盘,就是GUID 分区表(GUID Partition Table)磁盘,它是一种新的描述磁盘布局的方法,相比早期的主引导记录(MBR),它提供了诸如更多分区、更大分区等特性。
  所以当您的环境受到MBR的限制时,就需要使用GPT磁盘。GPT是以替代MBR为目的的。对于GPT,有中文版的文档提供了更多相关信息,您可以参考一下。
  Windows 和 GPT 常见问题解答
  https://www.microsoft.com/china/whdc/device/storage/GPT_FAQ.mspx
  Alan Zhang
页: [1]
查看完整版本: windows 2008磁盘容量限制