From owner-freebsd-questions@FreeBSD.ORG Wed Aug 26 13:56:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E41BC106568F for ; Wed, 26 Aug 2009 13:56:30 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: from mail.gmx.com (unknown [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 3A2A78FC2F for ; Wed, 26 Aug 2009 13:56:30 +0000 (UTC) Received: (qmail invoked by alias); 26 Aug 2009 13:56:28 -0000 Received: from adsl-23.79.107.25.tellas.gr (EHLO [192.168.23.10]) [79.107.25.23] by mail.gmx.com (mp-eu004) with SMTP; 26 Aug 2009 15:56:28 +0200 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX1+yYZIgW4uyxXKU/dV3DDrImjhtgcudVfnGrD0CR1 Xjc/ous2yYRDAW Message-ID: <4A953EF3.5010305@gmx.com> Date: Wed, 26 Aug 2009 16:56:03 +0300 From: Nikos Vassiliadis User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: RW , jalmberg@identry.com References: <20090826142221.0807dc75@gumby.homeunix.com> In-Reply-To: <20090826142221.0807dc75@gumby.homeunix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6 Cc: freebsd-questions@freebsd.org Subject: Re: Can partitions span more than one drive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2009 13:56:31 -0000 RW wrote: > On Wed, 26 Aug 2009 08:45:47 -0400 > John Almberg wrote: > > >> Question: is it possible to just expand my existing /backup >> partition to encompass both the current drive and the new drive? I'm >> guessing not, since Chapter 8 in "Absolute FreeBSD" says that a >> partition is part of a slice, > > You can join 2 partitions into 1 with gconcat. OTOH that would wipe any > existing data as you would need to put a new filesystem on the combined > partition. No, you can always use growfs to expand the filesystem. But of course, the usual warnings apply, read carefully the growfs manual... Nikos