From owner-freebsd-questions@FreeBSD.ORG Sat Jul 9 14:51:48 2005 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 8DD0216A41F for ; Sat, 9 Jul 2005 14:51:48 +0000 (GMT) (envelope-from ean@hedron.org) Received: from prosporo.hedron.org (hedron.org [66.11.182.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FBBE43D45 for ; Sat, 9 Jul 2005 14:51:48 +0000 (GMT) (envelope-from ean@hedron.org) Received: from localhost.hedron.org (localhost.hedron.org [127.0.0.1]) by prosporo.hedron.org (Postfix) with ESMTP id 6CD5AC139 for ; Sat, 9 Jul 2005 10:52:21 -0400 (EDT) From: Ean Kingston To: freebsd-questions@freebsd.org Date: Sat, 9 Jul 2005 10:52:20 -0400 User-Agent: KMail/1.8 References: <42BC91DC000499ED@mssazhh-int.msg.bluewin.ch> In-Reply-To: <42BC91DC000499ED@mssazhh-int.msg.bluewin.ch> X-Face: W{mkf[fd1042ubL1FZ(CABIMzn~rdu<:SW\^LF_RB' Subject: Re: adding unused disk space for FreeBSD 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: Sat, 09 Jul 2005 14:51:48 -0000 On July 9, 2005 09:04 am, carlo.matteotti@bluewin.ch wrote: > Hi all, > I have a FreeBSD slice (/dev/ad4s3) on which my FreeBSD system lives and > some unused free diskspace (resulting from deletion of another OS (no names > > :-))) on the harddisk. I'd like to use this free diskspace with FreeBSD. > > I was unable to figure out how to do that using 'fdisk and friends'. You can do it on the command line with fdisk, bsdlabel, and newfs. It is a bit easier to explain using sysinstall so, here is the sysinstall way: #/stand/sysinstall Configure->Fdisk->(select the disk)->(select the unused slice)->T(to change type to FreeBSD)->W(to save the changes)... Label->choose the disk and start creating partitions->be sure to make the new slices for newfs -- Ean Kingston E-Mail: ean AT hedron DOT org URL: http://www.hedron.org/ I am currently looking for work. If you need competent system/network administration please feel free to contact me directly.