From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 22:39:39 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 48DD816A4BF for ; Wed, 10 Sep 2003 22:39:39 -0700 (PDT) Received: from glaurung.gpcc.itd.umich.edu (glaurung.gpcc.itd.umich.edu [141.211.2.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D83743FF7 for ; Wed, 10 Sep 2003 22:39:38 -0700 (PDT) (envelope-from mmckinst@umich.edu) Received: from tetris.gpcc.itd.umich.edu (tetris.gpcc.itd.umich.edu [141.211.2.208])ESMTP id BAA03672 for ; Thu, 11 Sep 2003 01:39:37 -0400 (EDT) Received: from localhost (mmckinst@localhost)BAA02892 for ; Thu, 11 Sep 2003 01:39:37 -0400 (EDT) Precedence: first-class Date: Thu, 11 Sep 2003 01:39:37 -0400 (EDT) From: Mark McKinstry X-X-Sender: mmckinst@tetris.gpcc.itd.umich.edu To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: vinum and growfs on 5.1R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 05:39:39 -0000 I'm trying to concatenate two disk using vinum on FreeBSD 5.1-RELEASE and want to make sure I am doing everything correctly. I have two drives, a 30 gig and a 40 gig. I have vinum setup and running on the 40 gig right now. I would like to copy information from the 30 gig to the 40 gig, Then concatenate the 30 gig to the 40 gig and use growfs to have one 70 gig "drive." I know that on 5.0R growfs would not work with a vinum volume. I found a bug report (1) saying it was fixed but am unsure if this means it was included in 5.1R. Assuming growfs will work all I should have to do is change the drive's label using bsdlabel, make a new config file for the new drive, read it in, set the state as up, start the plex, unmount the filesystem, use growfs, the remount. Correct? 1. http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/51138 Thanks, Mark