Link to home
Start Free TrialLog in
Avatar of srusk
srusk

asked on

How much actual disk space after formatting?

I am trying to figure out how much disk space is available after formatting, is there a set formula I can use to figure this out.  

example:  In Windows although I have a 250GB hard drive, Windows only reports 232GB

How much actual usable space will be on a hard drive array of 1.7TB?  
(using a scsi drive cage 14 drives 146.8GB each -  what will I have as usable disk space?  How do I calculate to include the hot swappable spare and parity of the raid5?
ASKER CERTIFIED SOLUTION
Avatar of Bartender_1
Bartender_1
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
See here for actual performance differences etc, of RAID (all different levels are described.)

Hope this helps!

:o)

Bartender_1
This may help explain it as well.
http://www.computerbits.com/archive/1996/1200/hdmgmt.html

Has to do with how the drive is prepped for use...
Avatar of srusk
srusk

ASKER

reply back to bartender 1.
On your 4:20pm comment, is there a link/url that I am missing?  I am definitely interested in how the RAID comes into play with the sizing and if there is any limitations to Microsoft windows in sizing drives.

If I add up what I should have I come up with 1.7 TB, but I am looking for a formula that will give me how much of that 1.7 TB I will actual be able to use.

HP said I should allow 1 - 1.5 GB per drive for the RIS overhead with no OS on these drives (the OS is on mirrored drives separate from this drive cage).  If OS is on the drive that is reported as unusable space.

They also said the more drives I have in the array the more drive space I'll lose but no one seems to know what formula or calculation that is based on.
Sorry about that. Here's the "missing link"... (~LOL~ Let's see how much fun the googlers have with that one.....)

http://www.acnc.com/04_01_05.html

Hope this helps!

:o)

Bartender_1
Also, here is a link about different file systems.

http://www.serverwatch.com/tutorials/article.php/2239651

This will provide a better understanding on common file systems.

Hope this helps!

:o)

Bartender_1
Avatar of srusk

ASKER

Bartender 1 and sirbounty -

I thank you both for responding.  I have also found out some other information...I've included it to help wrap this up.

Posted by timothy on Wed Oct 08, '03 12:26 AM
from the fudging-the-numbers dept.
mrklin writes "James Wiebe of wiebetech.com has written a clear example of how hard drive capacity is calculated http://www.wiebetech.com/mediawp.html  (PDF file) by hard drive manufacturers (base 10) and OS (base 2). He failed to name how the capacity should be described (http://physics.nist.gov/cuu/Units/binary.html), though."
---------
A hard drive maker will market his drive as 200 GB, but it is not *true* GB because in his definition, 200 GB = 200 x 10^9 Bytes = 200,000,000,000 Bytes. He has used Base10.

But computers read space using Base2 (2^10 = 1024).
200 GB = (200 x 1024 x 1024 x 1024) Bytes = 214,748,364,800 Bytes

The difference between using Base2 (the computer's method) and Base10 (the marketer's method) is:
214,748,364,800 - 200,000,000,000 = 14,748,364,800 Bytes

Convert Bytes back to GB, and you get:
14,748,364,800 Bytes / 1024 = 14,402,700 KB = 14065 MB = 13.74 GB,

So you are LOSING 13.74 GB of space just because of DRIVE MARKETING (yes they think they can cheat you by using base 10 instead of 2, thinking that no one will know the difference).

So - if I understood all the reading I've done my 146.8 GB drive should come out as:  

146.8 = 146,800,000,000 bytes
Unfortunatley, in order to figoure out how many REAL gigabytes that its, you must first find out how many kilobytes that is.
Divide 146.8 billion by 1024 (NOT 1000!!!) and you get 143359375kilobytes
Divide that by 1024 and you have 139999.3896484375
Divide that number by 1024 again to find out how many gigs there are: 136.71815395355224609375

/ssr