From owner-freebsd-questions@FreeBSD.ORG Thu May 1 08:17:49 2003 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 BC4DF37B401 for ; Thu, 1 May 2003 08:17:49 -0700 (PDT) Received: from mailhub02.unibe.ch (mailhub02-skge0.unibe.ch [130.92.9.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0443D43FAF for ; Thu, 1 May 2003 08:17:49 -0700 (PDT) (envelope-from roth@iam.unibe.ch) Received: from localhost (localhost [127.0.0.1]) by mailhub02.unibe.ch (Postfix) with ESMTP id 57A7B764FC for ; Thu, 1 May 2003 17:17:48 +0200 (MEST) Received: from mailhub02.unibe.ch ([127.0.0.1]) by localhost (mailhub02 [127.0.0.1:10024]) (amavisd-new) with LMTP id 04132-01-63 for ; Thu, 1 May 2003 17:17:47 +0200 (MEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub02.unibe.ch (Postfix) with ESMTP id C06CB764EB for ; Thu, 1 May 2003 17:17:47 +0200 (MEST) Received: from speedy.unibe.ch (speedy [130.92.64.35]) by asterix.unibe.ch (8.11.6+Sun/8.11.6) with ESMTP id h41FHlK17972 for ; Thu, 1 May 2003 17:17:47 +0200 (MET DST) Received: (from roth@localhost) by speedy.unibe.ch (8.11.6+Sun/8.10.2) id h41FHlj14495 for freebsd-questions@freebsd.org; Thu, 1 May 2003 17:17:47 +0200 (MEST) Date: Thu, 1 May 2003 17:17:47 +0200 From: Tobias Roth To: freebsd-questions@freebsd.org Message-ID: <20030501151746.GB13925@speedy.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: SunOS speedy 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-80 X-Virus-checked: by University of Berne Subject: add subdisk in vinum concat 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: Thu, 01 May 2003 15:17:50 -0000 Hi I was just wondering if it's possible to add another subdisk to my vinum concat without losing the existing data, and if so, how. Here is my vinum.conf: drive 9GBSCSI device /dev/da0s2 drive 16GBATA device /dev/ad0 drive 30GBATA device /dev/ad2 volume storage plex org concat sd length 0 drive 9GBSCSI sd length 0 drive 16GBATA sd length 0 drive 30GBATA It looks like I can simply add a new disk. The problem I see is the newfs'ing. All the docs I found say to newfs the whole storage, not individual subdisks. Which, of course, would make me lose my data. Thanks for any help, t.