Programming

[Programming][bleft]

Operating Systems

[OS][bleft]

Gaming

[Gaming][twocolumns]

Widgets

Here's why we get less space than depicted on Storage Devices

Pen drives, hard disks, all storage devices not coming inside the computer are mostly categorized into USB Devices. Presently, pen drives and external hard disks have been part of our life just like smartphones. But have you ever checked that the pen drives storage capacity is different to that of the promised space by the manufacturer? Let's take an 8GB pen drive and after plugging it into the computer, you'd notice that it only has 7.46 GB total space.



Then where is the remaining 0.54GB? By this time, you might actually be cursing the manufacturer. Now let me explain how are pen drives actually made.

Since school, we have been studying that :
1 KB (KiloByte) = 1024 Bytes
1 MB (MegaByte) = 1024 Kilobytes
1 GB (GigaByte) = 1024 MegaBytes
8 GB = 8 * 1024 MB = 8192 MB
This actually happens in base 2. Calculation of powers is done in the powers of 2. Well, this Kilobyte is actually called a Kibibyte , denoted by KiB (As per IEC Convention). So that means,

1 KiB (KibiByte) = 1024 Bytes
1 MiB (KibiByte) = 1024 KibiBytes
1 GiB (GibiByte) = 1024 MibiBytes
8 GB = 8 * 1024 MB = 8192 MB

And this is the standard we have been following since, maybe high school. And now let's get back to the heading of this post. Well, manufacturers follow a different scheme of calculating storage space.

While we have been calculating storage units in the powers of 2, storage manufacturers do it in powers of 10.
1 KB (KiloByte) = 1000 Bytes
1 MB (MegaByte) = 1000 Kilobytes
1 GB (GigaByte) = 1000 MegaBytes
8 GB = 8 * 1000 MB = 8000 MB (Approximately 7.81 GiB)

This does explain why we lose out on 0.19 GiB, but what about the remaining 0.35 GiB? Well, this space is reserved for data sector and system files for better performance.
As the storage amount (as depicted by the manufacturer) increases our loss increases as well. Here is a comparison table

Manufacturer Depicted Space Space We Get Our Loss!
100 GB 93.13 GiB 6.87 GiB
250 GB 232.83 GiB 17.17 GiB
500 GB 465.66 GiB 34.34 GiB
1 TB 931.32 GiB 92.68 GiB
2 TB 1862.64 GiB 185.36 GiB

Well, it is not for the manufacturer to blame. Some manufacturers do explicitly list this out:


Source : RVCJ

No comments: