<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MSA 1000 disk size in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/msa-1000-disk-size/m-p/4222753#M27573</link>
    <description>Sure.&lt;BR /&gt;A disk block is 512 bytes.&lt;BR /&gt;Lets assume a '300GB' disk has 585937500 blocks.&lt;BR /&gt;&lt;BR /&gt;A hardware vendor multiplies the number of disk blocks by 512 and use this value to specify the size of a disk.&lt;BR /&gt;&lt;BR /&gt;585937500 * 512 = 300000000000&lt;BR /&gt;&lt;BR /&gt;That value is a bit hard to read so we translate it:&lt;BR /&gt;&lt;BR /&gt;300000000000 Bytes =&lt;BR /&gt;300000000 KBytes =&lt;BR /&gt;300000 MBytes =&lt;BR /&gt;300 GBytes&lt;BR /&gt;&lt;BR /&gt;Or: 300000000000 / 1000 / 1000 / 1000 = 300&lt;BR /&gt;&lt;BR /&gt;And that is what you can see printed on the disk drive, so it is called the "Hardware GigaBytes".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A computer works on 'base 2', not 'base 10'. Many programs do not divide by 1000, which is not a 'nice looking' number inside a computer [=0011.1110.0100(2)], they divide by 1024 (=2^10)&lt;BR /&gt;[=0100.0000.0000(2)] :&lt;BR /&gt;&lt;BR /&gt;300000000000 / 1024 = 292968750&lt;BR /&gt;292968750 / 1024.0 = 286102.29&lt;BR /&gt;286102.29 / 1024.0 = 279.39&lt;BR /&gt;(please ignore rounding errors)&lt;BR /&gt;&lt;BR /&gt;So this gives 279.39 Software GigaBytes. Although the number looks smaller, it is the same amount of bytes, just a different base. You can compare it with:&lt;BR /&gt;5(10) = 101(2)&lt;BR /&gt;&lt;BR /&gt;Why 1.024? Well, I was too lazy to type:&lt;BR /&gt;&lt;BR /&gt;599000000000 / 1024 / 1024 / 1024 = 557.86</description>
    <pubDate>Thu, 26 Jun 2008 04:40:37 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2008-06-26T04:40:37Z</dc:date>
    <item>
      <title>MSA 1000 disk size</title>
      <link>https://community.hpe.com/t5/disk-enclosures/msa-1000-disk-size/m-p/4222750#M27570</link>
      <description>Hi on MSA 1000 from 300GBx3 Disk i have created unit 0 with RAID 5 configuration, the size of this unit after RAID 5 shown is almost 570 GB, but when I see this LUN in Linux it gives me 599 GB. &lt;BR /&gt;&lt;BR /&gt;Can anyone explain why its happening.</description>
      <pubDate>Thu, 26 Jun 2008 03:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/msa-1000-disk-size/m-p/4222750#M27570</guid>
      <dc:creator>Khurram Shahzad</dc:creator>
      <dc:date>2008-06-26T03:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: MSA 1000 disk size</title>
      <link>https://community.hpe.com/t5/disk-enclosures/msa-1000-disk-size/m-p/4222751#M27571</link>
      <description>The values do not 'match' exactly, but it looks like Linux shows the size in Hardware GigaBytes while the MSA1000 shows it in Software GigaBytes:&lt;BR /&gt;&lt;BR /&gt;599/1.024/1.024/1.024 = 557.86</description>
      <pubDate>Thu, 26 Jun 2008 03:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/msa-1000-disk-size/m-p/4222751#M27571</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2008-06-26T03:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: MSA 1000 disk size</title>
      <link>https://community.hpe.com/t5/disk-enclosures/msa-1000-disk-size/m-p/4222752#M27572</link>
      <description>Great answer but can you tell me what is the difference between Hadware Gigabytes and software gigabytes. &lt;BR /&gt;&lt;BR /&gt;what is this formula 599/1.024/1.024/1.024?&lt;BR /&gt;&lt;BR /&gt;what is 1.024</description>
      <pubDate>Thu, 26 Jun 2008 04:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/msa-1000-disk-size/m-p/4222752#M27572</guid>
      <dc:creator>Khurram Shahzad</dc:creator>
      <dc:date>2008-06-26T04:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: MSA 1000 disk size</title>
      <link>https://community.hpe.com/t5/disk-enclosures/msa-1000-disk-size/m-p/4222753#M27573</link>
      <description>Sure.&lt;BR /&gt;A disk block is 512 bytes.&lt;BR /&gt;Lets assume a '300GB' disk has 585937500 blocks.&lt;BR /&gt;&lt;BR /&gt;A hardware vendor multiplies the number of disk blocks by 512 and use this value to specify the size of a disk.&lt;BR /&gt;&lt;BR /&gt;585937500 * 512 = 300000000000&lt;BR /&gt;&lt;BR /&gt;That value is a bit hard to read so we translate it:&lt;BR /&gt;&lt;BR /&gt;300000000000 Bytes =&lt;BR /&gt;300000000 KBytes =&lt;BR /&gt;300000 MBytes =&lt;BR /&gt;300 GBytes&lt;BR /&gt;&lt;BR /&gt;Or: 300000000000 / 1000 / 1000 / 1000 = 300&lt;BR /&gt;&lt;BR /&gt;And that is what you can see printed on the disk drive, so it is called the "Hardware GigaBytes".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A computer works on 'base 2', not 'base 10'. Many programs do not divide by 1000, which is not a 'nice looking' number inside a computer [=0011.1110.0100(2)], they divide by 1024 (=2^10)&lt;BR /&gt;[=0100.0000.0000(2)] :&lt;BR /&gt;&lt;BR /&gt;300000000000 / 1024 = 292968750&lt;BR /&gt;292968750 / 1024.0 = 286102.29&lt;BR /&gt;286102.29 / 1024.0 = 279.39&lt;BR /&gt;(please ignore rounding errors)&lt;BR /&gt;&lt;BR /&gt;So this gives 279.39 Software GigaBytes. Although the number looks smaller, it is the same amount of bytes, just a different base. You can compare it with:&lt;BR /&gt;5(10) = 101(2)&lt;BR /&gt;&lt;BR /&gt;Why 1.024? Well, I was too lazy to type:&lt;BR /&gt;&lt;BR /&gt;599000000000 / 1024 / 1024 / 1024 = 557.86</description>
      <pubDate>Thu, 26 Jun 2008 04:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/msa-1000-disk-size/m-p/4222753#M27573</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2008-06-26T04:40:37Z</dc:date>
    </item>
  </channel>
</rss>

