Advertised disk space vs actual disk space [closed

2019-02-09 09:52发布

Why is it that advertised disk space is almost always higher than the disk space reported by the UI? For example, I have an "80 gb" hard drive, but the iTunes UI indicates only 74. I usually see this as well with hard disks and the amount reported with the drive letter.

8条回答
祖国的老花朵
2楼-- · 2019-02-09 10:12

Additionally many times they advertise gigabytes as slightly inaccurate numbers, which result in differences. You can see this in the disclaimer text on the outside of most hard drive boxes!

查看更多
ら.Afraid
3楼-- · 2019-02-09 10:14

The main culprit is using base 10 vs. base 2 to list the storage size. It effectively becomes a rounding error.

There is a movement to try and list storage size with base 2 values instead of base 10 to reflect the true size.

查看更多
做自己的国王
4楼-- · 2019-02-09 10:15

Marketing considers 80 gigabytes to be 80,000,000,000 bytes. The OS considers 80 gigabytes to be 85,899,345,920 bytes.

http://www.google.com/search?q=80000000000+bytes+in+GB

查看更多
贼婆χ
5楼-- · 2019-02-09 10:30

Say manufacturer consider a MB to be 1024KB; others 1000KB. Similarly for GB. Some say 1024MB; others 1000MB.

Then, that refers to the un-formatted size. Formatting takes up some space.

查看更多
成全新的幸福
6楼-- · 2019-02-09 10:32

There are 3 reasons why the amount of space you can actually use is different from that listed for the drive, all of which work against you:

  1. Hard drive manufacturers treat 1GB as one billion bytes, while the operating system calls it 1,073,741,824 bytes (1000 * 1000 * 1000 vs 1024 * 1024 * 1024).
  2. You lose some space for file tables when formatting.
  3. Disk space is divided into chunks larger than 1 byte (typically 4K). Using typical Windows defaults, a 1 byte file takes up 4K of space on disk.

Of these, the first two can influence the amount of space reported by the drive (though IIRC the 2nd one was more of an issue with FAT32 than NTFS). The last one only influences the amount of free space remaining, but will still prevent you from using the full capacity of your drive.

查看更多
一纸荒年 Trace。
7楼-- · 2019-02-09 10:35

Usually due to some partitioned space that the OS or some software takes and hides for backup or system purposes.

查看更多
登录 后发表回答