Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3b6deca authored by Jackeagle's avatar Jackeagle
Browse files

StorageInfo: Provide detailed explanation of units used for storage measurements

parent 2222b97e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -43,11 +43,13 @@ Android's calculation of storage space consumed by system components exhibited i

### 3. Unit of Measurement Discrepancy

Android's utilization of gibibytes (GiB) as a unit of measurement contrasts with smartphone manufacturers' use of gigabytes (GB) for advertising storage capacities. This discrepancy in measurement units contributes to confusion among users and may lead to an overestimation of the space occupied by the Android OS and other system files.
Storage capacity is often measured using different measuring systems. Most devices and systems, like Windows and Linux, use a method called binary notation (base 2). In this system, 1GB is calculated as 1,024 * 1,024 * 1,024 bytes. However, to simplify things and avoid confusion, some applications or utilities may display storage space using a different system, called decimal notation (base 10). In base 10, 1GB equals 1,000 * 1,000 * 1,000 bytes.

#### Example:
In binary notation, storage units are named using binary prefixes such as kibibyte (KiB), mebibyte (MiB), gibibyte (GiB), etc. These units represent powers of 2. For example, a kibibyte represents 1,024 bytes, a mebibyte represents 1,048,576 bytes, and a gibibyte represents 1,073,741,824 bytes.

Conversely, in base 10 notation, storage units are named using metric prefixes such as kilobyte (KB), megabyte (MB), gigabyte (GB), etc. These units represent powers of 10. For example, a kilobyte represents 1,000 bytes, a megabyte represents 1,000,000 bytes, and a gigabyte represents 1,000,000,000 bytes.

A mobile device advertised as having 64GB of storage capacity by the manufacturer may appear as approximately 59.6GB in the device settings due to the conversion from gibibytes to gigabytes. This discrepancy in advertised versus reported storage capacities may lead users to believe that the Android OS consumes a larger portion of storage space than it actually does.
Android's utilization of gigabytes (GB) as a unit of measurement contrasts with some File Manager apps that utilize use of gibibytes (GiB) for showing storage capacities. This discrepancy in measurement units contributes to confusion among users and may lead to an overestimation of the space occupied by the Android OS and other system files.

#### Example: