From owner-freebsd-geom@FreeBSD.ORG Tue May 29 14:29:07 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEAF716A400 for ; Tue, 29 May 2007 14:29:07 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.freebsd.org (Postfix) with ESMTP id 8709813C43E for ; Tue, 29 May 2007 14:29:07 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 6041145696; Tue, 29 May 2007 16:29:05 +0200 (CEST) Received: from localhost (154.81.datacomsa.pl [195.34.81.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 030C045684; Tue, 29 May 2007 16:28:58 +0200 (CEST) Date: Tue, 29 May 2007 16:28:39 +0200 From: Pawel Jakub Dawidek To: Giancarlo Rubio Message-ID: <20070529142839.GA50663@garage.freebsd.pl> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-geom@freebsd.org Subject: Re: Problem with gstripe X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 14:29:08 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 29, 2007 at 10:56:02AM -0300, Giancarlo Rubio wrote: > Hi all: >=20 > I'm using gstripe to create a raid 0, freebsd 6.2, and have a problem. >=20 > My disk's > ad1: DMA limited to UDMA33, controller found non-ATA66 cable > ad1: 190782MB at ata0-slave UDMA33 > ad4: 381554MB at ata2-master SATA150 > ad6: 381553MB at ata3-master SATA150 >=20 > My strip >=20 > gstripe list gs > Geom name: gs > State: UP > Status: Total=3D3, Online=3D3 > Type: MANUAL > Stripesize: 4096 > ID: 1880939807 > Providers: > 1. Name: stripe/gs > Mediasize: 600148942848 (559G) > Sectorsize: 512 > Mode: r1w1e1 > Consumers: > 1. Name: ad1 > Mediasize: 200049647616 (186G) > Sectorsize: 512 > Mode: r1w1e2 > Number: 0 > 2. Name: ad6 > Mediasize: 400087375360 (373G) > Sectorsize: 512 > Mode: r1w1e2 > Number: 1 > 3. Name: ad4s1g > Mediasize: 392643118080 (366G) > Sectorsize: 512 > Mode: r1w1e2 > Number: 2 >=20 > If you look the strip show 559G. 559G is only ad1 and ad6 not ad4s1g. Interesting coincidence... It's actually 3 * , ie. 3*186GB. If you want to use entire space, then use gconcat(8). --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGXDiWForvXbEpPzQRApDTAKC8uhB6Iiuhd/f68grQLDMSfP89IgCfTHmM t0bo+6wg4mXzYlDb/pRLfNw= =8HZq -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy--