Decimal vs Binary in Storage
Its a bit more complicated to figure the "binary calculated decimal" amount because you are trying to read a binary number in decimal. I don't really like to call it binary binary because binary is just 1s and 0s. All you need to know to calculate it is to replace every 1000 with 1024. That is the offset that cuts your drive down by a little bit. There are 1024 bytes in a "kilobyte", 1024 KB in a MB, and 1024 MB in a GB. Its pretty much all the early manufacturers fault for abandoning the correct standard of KiB/KibiByte etc.
So, here is the math!
Example: How many bytes are actually in my 1TB Drive?
Simple, 1TB is 10^12 so 1000000000000 bytes. Now how many "Gigabytes" are in my drive.
Just divide by 1024 everytime.
1000000000000 bytes = 976562500 Kilobytes
976562500 Kilobytes = (rounded down) 953674 Megabytes
953674 Megabytes = (rounded down) 931 Gigabytes
Alternatively... you can google a converter...
So in response to the OP:
1GB = 10^9
"180GB" = 180000000000 bytes
180000000000 bytes = 175781250 kilobytes
175781250 kilobytes = 171661 megabytes (rounded down)
171661 megabytes = 167.6 gigabytes (rounded down)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now