From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 09:27:06 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 3AF5E16A4CE for ; Tue, 6 Jan 2004 09:27:06 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418B743D41 for ; Tue, 6 Jan 2004 09:27:05 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id C40AB4A9F51 for ; Tue, 6 Jan 2004 18:27:03 +0100 (CET) Received: from pouet.in.mat.cc (l02v-11-220.d2.club-internet.fr [213.44.170.220]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 3AD9F4A9DEE for ; Tue, 6 Jan 2004 18:27:03 +0100 (CET) Date: Tue, 06 Jan 2004 18:27:02 +0100 From: Mathieu Arnold To: questions@freebsd.org Message-ID: <116314781.1073413622@pouet.in.mat.cc> X-Mailer: Mulberry/3.1.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd 0.1 Subject: Adding a drive in vinum 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: Tue, 06 Jan 2004 17:27:06 -0000 Hi, A few months ago, I did : concat -n data -v /dev/ad2e which produced : drive vinumdrive0 device /dev/ad2 volume data plex name data.p0 org concat vol data sd name data.p0.s0 drive vinumdrive0 plex data.p0 len 241254455s driveoffset 265s plexoffset 0s Now, I've added a new drive to my box, and I want to grow the vinum concat plex. I know I should do some attach thing, but I can't decide what exactly I should put after that command. The new drive is ad3, with an ad3e partition ready to be added. Thanks for any hints :) -- Mathieu Arnold