|
Re: Disk space lost after formatting!
Windows will always show less than the manufacturer due to a PC only understands binary, 0’s and 1’s, and that’s how Windows calculates your hard drive size. This means that an 320 GB drive, figured using the decimal 10 system, would only show as about 298GBs in Windows.
2^30=1073741824 bytes (1 binary gigabyte) what OS reports
10^9=1000000000 bytes (1 decimal gigabyte) what manufacturers advertise
320*1000000000=X*1073741824
X=320*1000000000/1073741824
X=298.023224
so 320 Gigabytes decimal (manufacturers claim) = 298 Gigabytes binary (reported by OS)
.
Last edited by jephree; 20-07-2009 at 03:02 AM.
|