Subject: Re: disklabeling a 5 TB partition!?
To: Geert Hendrickx <ghen@NetBSD.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: current-users
Date: 08/07/2006 21:07:46
--nmemrqcdn5VTmUEE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Aug 04, 2006 at 01:42:15PM +0200, Geert Hendrickx wrote:
> On Fri, Aug 04, 2006 at 01:22:51PM +0200, Markus W Kilbinger wrote:
> > Hmm, any variant of newfs I tried to create a ffs on /dev/rraid0d failed
> > complaining about exceeding the above mentioned maxinum disklabel size
> > (1666108800). Ayn way to circumvent this (kernels internal opinion about
> > the maximun disk size)?
>=20
> Try "newfs -O2" to create an FFSv2 filesystem.  FFSv2 supports filesystems
> bigger than 1TB whereas FFSv1 does not. =20

Actualy, v1 does support systems above 1 TB (or it should, assuming we=20
don't have sign errors).

The issue is that you can only support 2^31 fragments. So 1 TB is only the=
=20
limit for a 512-byte-frag FFS. If you say went with a 32k/4k file system,=
=20
you could get to 8 TB.

FFSv2 is a good recommendation; we should just recommend it for the right=
=20
reason. :-)

Take care,

Bill

--nmemrqcdn5VTmUEE
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (NetBSD)

iD8DBQFE2A4SWz+3JHUci9cRAjvCAJ0STtdLZ9McAP5JIeCD11erLuORWgCfY1Ay
bLgObmxv8NE9rLrx0i5N93Y=
=zzxs
-----END PGP SIGNATURE-----

--nmemrqcdn5VTmUEE--