From owner-freebsd-stable@freebsd.org Fri Jul 24 13:25:06 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FDC09A9FA5 for ; Fri, 24 Jul 2015 13:25:06 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCCED10ED for ; Fri, 24 Jul 2015 13:25:05 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t6ODP4bX094851 for ; Fri, 24 Jul 2015 06:25:10 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <55B1FC6C.8080301@freebsd.org> References: <55B17B7A.4080402@gmail.com> <20150723234805.GK84931@FreeBSD.org> <55B18488.9060602@sorbs.net> <20150724004026.GA1370@lonesome.com> <20150724004343.GM84931@FreeBSD.org> <20150724065814.GB11640@beast.freibergnet.de>, <55B1FC6C.8080301@freebsd.org> From: "Chris H" Subject: Re: 10.2-Beta i386..what's wrong..? Date: Fri, 24 Jul 2015 06:25:10 -0700 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <777eeb0c2ccba4a2278525ad83b562bf@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 13:25:06 -0000 On Fri, 24 Jul 2015 09:50:52 +0100 Matthew Seaman wrote > On 07/24/15 07:58, Holm Tiffe wrote: > > ..interrestingly people here seem to focus my problem to ZFS.. but my > > problem was to build an raid over 4 disks on my old i386 machine and that > > failed with 2 different approaches. > > > > I'm accepting that ZFS is a too big thing for the i386 architecture > > and I possibly should leave it alone on that machine. > > > > But my 2nd try with gvinum failed also ...why? > > I've had success using a combination of gstripe and gmirror to create a > RAID10 over 4 drives: > > % gstripe status > Name Status Components > stripe/st0 UP mirror/gm2 > mirror/gm1 > % gmirror status > Name Status Components > mirror/gm2 COMPLETE da0 (ACTIVE) > da1 (ACTIVE) > mirror/gm1 COMPLETE da2 (ACTIVE) > da3 (ACTIVE) > > This is a separate data area though -- system boots from some different > drives. I can't remember if it is possible to boot from a gstripe. While it hasn't been since around the beginning of 8. I can confirm it's possible to boot from a gstripe(8). --Chris > > Cheers, > > Matthew