Date: Sun, 12 Jun 2005 12:12:27 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> To: wojtek@tensor.3miasto.net (Wojciech Puchar) Cc: freebsd-questions@freebsd.org, "D. Goss" <lists@dylangoss.com> Subject: Re: 36.4GB drive formats out to 32.8GB? what am I missing please Message-ID: <200506121612.j5CGCRuC007030@clunix.cl.msu.edu> In-Reply-To: <Pine.NEB.4.62.0506121419200.21@chylonia.3miasto.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > I have always seen drives format out at less but the thing that threw me was > > that 36.4 was listed as "formatted capacity" - by IBM (not Seagate). This > > helps though. Somehow this reminds me of the # of hotdogs in a pack vs. # of > > buns. > > todays drives are always factory formatted and it's always "formatted > capacity". in microsoft world "formatting" and "making filesystem" is > commonly referred as one job which is total nonsense. "Formatting" is not the same as building a filesystem on the drive. So, after it is "formatted" at the factory, it is still necessary to make slices and divide the slices in to partitions and newfs the partitions to make file systems. SOme people use a generic work format to mean those things. It is not quite accurate, but that is what was meant. In addition to that filesystem building, manufacturer's "formatted" capacity is given in decimal so a Gigabyte is 1,000,000,000 bytes whereas system utilities use the power of two numbering for giga which is 2^30 or 1,073,741,824 so there will be less GigaBytes. Then the system, by default reserves 8% of the filesystem for system overfill. So, those will completely account for differences. ////jerry > > > > >> 2) formatting itself takes some space for superblocks etc > >> > > > > Figured, but not much, right? > > > >> 3) some psace is reserved (man newfs and tunefs for info) > >> > > > > Read those man pages and that helped a lot. I have read this before and it > > wasn't retained. 8% is the kind of loss I was looking for. > > > > Thanks for all the quick answers. > > > > d. > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506121612.j5CGCRuC007030>