From owner-freebsd-questions Wed Oct 24 16: 6:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web.sitecontent.com (adsl-216-101-253-45.dsl.snfc21.pacbell.net [216.101.253.45]) by hub.freebsd.org (Postfix) with ESMTP id ADAFD37B401 for ; Wed, 24 Oct 2001 16:06:07 -0700 (PDT) Received: from there (localhost [127.0.0.1]) by web.sitecontent.com (8.11.6/8.11.5) with SMTP id f9ON5Us44267; Wed, 24 Oct 2001 16:05:31 -0700 (PDT) (envelope-from fallous@warped.com) Message-Id: <200110242305.f9ON5Us44267@web.sitecontent.com> Content-Type: text/plain; charset="koi8-r" From: fallous To: "Andrew Shahoff" , Subject: Re: Vinum troubles Date: Wed, 24 Oct 2001 16:05:30 -0700 X-Mailer: KMail [version 1.3] References: <000501c15ce6$a3f4d6d0$5355949f@portege3110> In-Reply-To: <000501c15ce6$a3f4d6d0$5355949f@portege3110> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG you need to man vinum and actually look at what you're doing regarding length. here's an example of my vinum.conf, which is 2 drives striped with no mirroring drive a device /dev/da1e drive b device /dev/da2e volume stripec plex org striped 512b sd length 17500m drive a sd length 17500m drive b On Wednesday 24 October 2001 04:50 pm, Andrew Shahoff wrote: > I have 3 HDD , > first one SCSI as system drive ( da0s1* ) and two 20GB IDE drives formates > as ad0s1h and ad2s1h ). I need mirror only IDE but > > vi mirror.conf > > drive a device /dev/ad0s1h > drive b device /dev/ad2s1h > > volume mirror setupstate > plex org concat > sd length 0 drive a > plex org concat > sd length 0 drive b > > #vinum > > > resetconfig > > create -v mirror.conf > > and ooooops... :( > > 1: drive a device /dev/ad0s1h > ** 1 : Invalid argument > 2: drive b device /dev/ad2s1h > ** 2 : Invalid argument > 3: > 4: volume mirror setupstate > 5: plex org concat > 6: sd length 0 drive a > 7: plex org concat > 8: sd length 0 drive b > 9: > 10: > 11: > 12: > 0 drives: > 1 volumes: > Volume mirror: Size: 0 bytes (0 MB) > State: up > Flags: > 2 plexes > Read policy: round robin > > 2 plexes: > Plex mirror.p0: Size: 0 bytes (0 MB) > Subdisks: 1 > State: up > Organization: concat > Part of volume mirror > > Plex mirror.p1: Size: 0 bytes (0 MB) > Subdisks: 1 > State: up > Organization: concat > Part of volume mirror > > > 2 subdisks: > Subdisk mirror.p0.s0: > Size: 0 bytes (0 MB) > State: up > Plex mirror.p0 at offset 0 (0 B) > Drive a (/dev/ad0s1h), no offset > > Subdisk mirror.p1.s0: > Size: 0 bytes (0 MB) > State: up > Plex mirror.p1 at offset 0 (0 B) > Drive b (/dev/ad2s1h), no offset > > > What is that ? > I can mount separate ad0s1h and ad2s1h to somewhere ( all work perfect ) > Help PLZ !!! :) > > With best regards > Andrew Shahoff > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message