Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2003 15:22:31 -0700
From:      Brooks Davis <brooks@one-eyed-alien.net>
To:        Mark Nipper <nipsy@tamu.edu>
Cc:        freebsd-current@freebsd.org
Subject:   Re: twe driver, 1+ terabyte array, fdisk and disklabel
Message-ID:  <20030813222230.GA18044@Odin.AC.HMC.Edu>
In-Reply-To: <20030813215520.GH17627@ops.tamu.edu>
References:  <20030813215520.GH17627@ops.tamu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Aug 13, 2003 at 04:55:20PM -0500, Mark Nipper wrote:
> 	Haha.  There are only two ways I've found to make this
> work so far, and I'm not happy with either really.  One is
> simple.  Use RAID-10, and my disk array drops to 1T.  Fast, but
> not what I'm looking for.  The second is to use "create slice" in
> fdisk, and it puts the default number of 3.4 billion sectors in
> the field for the size of the slice I want to create.  When I hit
> enter, it actually only ends up using 2 billion some odd sectors,
> and then I can create a second slice of the remaining drive.  At
> that point, disklabel at least runs without dying right away, but
> then I have an approximately 1T slice followed by a 600 something
> gigabyte slice.  Again, not what I'm looking for.
>=20
> 	Any advice?  Are the disk tools just not 64 bit clean or
> something?  Or is this a kernel, device driver or fs layer
> problem?

I ran into this recently myself.  The main problem is with sysinstall,
but there are other problems after that.  Sysinstall should be able to
handle up to 2TB disks since that's what MBR partition tables support
according to Microsoft, but obviously it chokes earlier.  Soon we're
going to have to find a way to move to GPT parititions because 3.3TB
arrays will be feasiable by Q1 2004 (probably sooner) according to the
3Ware rep I spoke to recently.

My workaround was to split the array into a 2 disk RAID1 and a 6 disk
RAID5.  Sysinstall will install on the small mirror and then you can use
the RAID5 array raw.  On some other systems, I'm not going to be booting
=66rom the arrays so I'll use the entire array as a large RAID5 volume
without any partions.

-- Brooks

--=20
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/OromXY6L6fI4GtQRAm4PAJ0VBod4QacQm3d0UcfkVdq+7SudjACeOhLg
Nf7yk4GWKo1rfbBRyRhTY/U=
=Q6b7
-----END PGP SIGNATURE-----

--xHFwDpU9dbj6ez1V--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030813222230.GA18044>