Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2007 23:10:24 +0200
From:      Ivan Voras <ivoras@fer.hr>
To:        freebsd-questions@freebsd.org
Subject:   Re: About file systems and formats
Message-ID:  <euha01$3ja$1@sea.gmane.org>
In-Reply-To: <340a29540703291325w1e81344bu5a42350b06241bce@mail.gmail.com>
References:  <340a29540703291325w1e81344bu5a42350b06241bce@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig396E779014CCCD7FB6DCFD0D
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Andrew Falanga wrote:
> Yesterday while working on a problem at work, a colleague and I were
> talking
> about the various file systems and something that I have always wondere=
d on
> is what are the various file systems doing when a format is being done.=
=20
> For
> example, at home, my PC has 2 80gb drives.  One for Windows and the oth=
er
> for FreeBSD.  It took Windows nearly an hour (give or take) to format t=
he
> 80gb drive.  On the other hand, it took FreeBSD little more than 3 - 5
> minutes to format its 80gb drive.

This is too slow for the FreeBSD case. By default, Windows will do a
full format - in effect, will write zeroes all over the drive, with the
intent of checking if the drive is capable of it. Unix format (newfs)
will only initialize file system structures - in effect, will write out
(initially empty) file tables to the drive. This takes about 5-10
seconds on 250 GB drives, so 3-5 minutes you got is way too much.
There's no way of making newfs to the "checking" phase; there are
separate utilities for that.

> my colleague and I because there such a speed difference in formatting
> things (once windows is installed) when choosing between a "Quick
> Format" or
> a "Full Format".

Yes, Quick format will just write the file tables (this is simplified,
but you'll get the picture) on Windows, too.


--------------enig396E779014CCCD7FB6DCFD0D
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGDCtAldnAQVacBcgRAnNrAKCUG0SduwOwOlmx4QxIg+M9XKScPwCg+FV/
8MNiRaqcI1ILSZmtqa87GPA=
=ued3
-----END PGP SIGNATURE-----

--------------enig396E779014CCCD7FB6DCFD0D--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?euha01$3ja$1>