Date: Fri, 22 Oct 2004 15:00:39 -0400 From: Paul Mather <paul@gromit.dlib.vt.edu> To: freebsd-current@freebsd.org Subject: Re: ccd and gstripe on 5.3-RC Message-ID: <1098471638.31562.34.camel@zappa.Chelsea-Ct.Org> In-Reply-To: <20041022173922.C261616A4E1@hub.freebsd.org> References: <20041022173922.C261616A4E1@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 22 Oct 2004 18:58:25 +0200, Miguel Mendez <flynn@energyhq.es.eu.org> wrote: > I installed 5.3-RC1 yesterday. My main box has 2 9GB disks, which I > usually partition this way: > > da0:[512MB for / ][ 8.5GB ] > da1:[512MB for swap][ 8.5GB ] [[...]] > My question is, is gstripe supposed to work *only* with whole > disks? If that's the case, wouldn't it be interesting to make it be > able > to work with partitions as well? I can confirm that gstripe doesn't have to work only with whole disks. I am using gstripe on a 5.3-BETA7 system to stripe across two slices (ad0s2 and ad1s2 on two ATA drives; I am using geom_mirror across ad0s1 and ad1s1). Actually, I labelled the two stripes using glabel(1) and am in fact striping the two labelled providers (so I can freely move the disks around without breaking the stripe). I do recall some people reporting synchronisation problems using geom_mirror with SCSI providers (with Pawel providing various patches to fix things). It's possible the same problems affect geom_stripe devices. Cheers, Paul. -- e-mail: paul@gromit.dlib.vt.edu "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." --- Frank Vincent Zappa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1098471638.31562.34.camel>