From owner-freebsd-questions@FreeBSD.ORG Fri Apr 28 18:37:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0EE3316A401 for ; Fri, 28 Apr 2006 18:37:50 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B05243D5D for ; Fri, 28 Apr 2006 18:37:45 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from vanquish.pgh.priv.collaborativefusion.com (vanquish.pgh.priv.collaborativefusion.com [192.168.2.61]) (AUTH: PLAIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Fri, 28 Apr 2006 14:37:44 -0400 id 00056405.445260F8.00008E56 Date: Fri, 28 Apr 2006 14:37:44 -0400 From: Bill Moran To: "Low Kian Seong" Message-Id: <20060428143744.6cbc52af.wmoran@collaborativefusion.com> In-Reply-To: References: Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How do you resize an existing partition / slice ? 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: Fri, 28 Apr 2006 18:37:50 -0000 On Fri, 28 Apr 2006 13:24:49 -0500 "Low Kian Seong" wrote: > Dear all, > > Like the subject shows, I would just like to know how do i resize an > existing partition or slice, ermm with minimum loss of data of course. man growfs However, this requires unused space at the _end_ of the partition, which is usually not the case with a root partition. If you're using some sort of volume manager, such as hardware RAID or Vinum, you may be able to do it anyway. -- Bill Moran Collaborative Fusion Inc.