From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 19:05:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB2616A4E0 for ; Wed, 11 Aug 2004 19:05:32 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2082843D4C for ; Wed, 11 Aug 2004 19:05:23 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 18828 invoked by uid 1002); 11 Aug 2004 19:06:28 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 2.188858 secs); 11 Aug 2004 19:06:28 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 11 Aug 2004 19:06:25 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Wed, 11 Aug 2004 15:06:25 -0400 (EDT) Message-ID: <1479.209.167.16.15.1092251185.squirrel@209.167.16.15> In-Reply-To: <1282.209.167.16.15.1092248592.squirrel@209.167.16.15> References: <1282.209.167.16.15.1092248592.squirrel@209.167.16.15> Date: Wed, 11 Aug 2004 15:06:25 -0400 (EDT) From: "Steve Bertrand" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: Vinum clarification X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 19:05:33 -0000 > I am wanting to set up a vinum configuration so that I have a spanned > volume containing a large partition on one drive, and a second entire > disk. I am a little confused whether I need to build a striped or > concat volume. > > The usable size on one disk is different from the usable size on the > other disk. From what I gather from the man pages and some howto's > found on the 'net, does this look like a reasonable config, or should > I use type stripe instead? I found the answer myself, in the handbook under the following table: Table 17-1. Vinum Plex Organizations where it states that stripe requires equal size disks and will not allow later additions to the volume, where concat is the exact opposite, and is exactly what I need. Steve > > drive d1 device /dev/ad1s1e > drive d2 device /dev/ad2e > volume span > plex org concat > sd length 40000m drive d1 > plex org concat > sd length 118000m drive d2 > > Unfortunately, I am not in a position to try this on a test network, > so this will be done on a hot production box. I understand that it > will wipe out data, but in this instance, both areas to be used are > currently empty. > > Tks for any advice. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >