NIM Posted April 10, 2007 Posted April 10, 2007 The capacity of all hard drives are measured by the manufacturers using true SI (metric) nomenclature. In this system, there are 1000 units in a kilo, 1000 kilo in a mega, 1000 mega in a giga, and so forth. Computers, however, are not based onthe base-10 arithmetic the SI system is. As such, the binary approximations are 1024 units in a kilo, 1024 kilo in a mega, 1024 mega in a giga, and so forth. The net result of this discrepancy in systems is that anything counted in SI units will always be larger than if it were counted in computer units. For example, a 200GB hard drive is actually 200,000,000,000 bytes in size. In computer terms, this is 200,000,000,000/1024 = 195,312,500 kilobytes which is 195,312,500/1024 = 190,734 megabytes which is 190,734/1024 = 186 gigabyes. While it appears that 14 gigabytes dissappeared, nothing is actually is missing.Understanding that factor, if you find you cannot account for some of the space used on your hard-drive, realize there are hidden system files and folders which you, the user, normally cannot access. Among these are the Recycler and System Volume Information folders. (The former is where anything you delete is stored until you empty the Recycle Bin and the latter is where Windows keeps its files necessary for System Restore. Since these folders can get quite large over time, it is advisable that you empty the recycle bin and restrict the amount of space Windows is given for the System Restore function. Here's a small list of HD's and their real sizes:GB GiB20 18.6264514940 37.2529029860 55.8793544880 74.50580597120 111.758709160 149.0116119200 186.2645149250 232.8306437320 298.0232239500 465.6612873750 698.491931In fact you're "losing" roughly 7%. Quote
MrNxDmX Posted April 11, 2007 Posted April 11, 2007 I've always wanted to learn the secret behind this. A normal person cannot understand those byte calculations. Thanks for sharing. Quote
Mr.Thunderbird Posted September 17, 2007 Posted September 17, 2007 Thanks N1K ;DI've always wondered about why my 4 GB Memory Stick only contains 3880MB (or something like that ) Quote
Guest snakecracker Posted March 25, 2009 Posted March 25, 2009 Now I know why I have less memory of my hard drives lolThanks N1K Quote
Jatin Beniwal Posted March 30, 2009 Posted March 30, 2009 This is the not only reason. Space also wasted when creating partitions and also it depend on the size of clusters used in Fat & Ntfs file system as some space is used by these storing formats. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.