Quote:
Originally Posted by thatguy you lose a bit of space reformatting the HDD |
Actually it's not really from reformatting the HDD. Sure you lose a little when writing the file system allocation tables (or RAID system files) and such, but not that much.
The main reason why HDD's always seem like they have less space then they should is because HDD manufacturers specify disk capacity using the SI prefixes mega-, giga- and tera-, while most OS tools report capacity using the same abbreviations but actually use binary prefixes.
Ex:
The prefix mega-, which normally means 10
6 (1,000,000), in the context of data storage can mean 2
20 (1,048,576), which is nearly 5% more. This results in a difference between the HDD manufacturer's stated capacity and the apparent capacity of the drive when examined through most OS tools. The difference becomes even more noticeable (7%) for a gigabyte. For example, Windows reports HDD capacity both in decimal-based units to 12 or more significant digits and with binary-based units to three significant digits. Thus an HDD specified by an HDD manufacturer as a 30 GB disk might have its capacity reported by Windows both as "30,065,098,568 bytes" and "28.0 GB". The HDD manufacturer used the SI definition of "giga", 10
9 to arrive at 30 GB; however, because the utilities provided by Windows, Mac and some Linux distros define a gigabyte as 1,073,741,824 bytes (2
30 bytes, often referred to as a gigabyte, or GiB), the OS reports capacity of the HDD as (only) 28.0 GB.