From owner-freebsd-stable@FreeBSD.ORG Tue Jul 17 21:29:31 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63E5316A400 for ; Tue, 17 Jul 2007 21:29:31 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail2.secureworks.net (mail2.secureworks.net [65.114.32.154]) by mx1.freebsd.org (Postfix) with ESMTP id 3E04913C471 for ; Tue, 17 Jul 2007 21:29:31 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from localhost (localhost [127.0.0.1]) by mail2.secureworks.net (Postfix) with ESMTP id 83243170DF; Tue, 17 Jul 2007 17:29:30 -0400 (EDT) X-Virus-Scanned: amavisd-new at secureworks.net Received: from mail2.secureworks.net ([127.0.0.1]) by localhost (mail2.secureworks.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2JIZU25JlkFR; Tue, 17 Jul 2007 17:29:30 -0400 (EDT) Received: from descartes.internal.secureworks.net (mole1.secureworks.net [63.239.86.3]) by mail2.secureworks.net (Postfix) with ESMTP id DBD23170C6; Tue, 17 Jul 2007 17:29:29 -0400 (EDT) Message-ID: <469D34B9.1050601@jellydonut.org> Date: Tue, 17 Jul 2007 17:29:29 -0400 From: Michael Proto User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.4) Gecko/20070615 Thunderbird/2.0.0.4 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: "RYAN M. vAN GINNEKEN" References: <22044647.5841184708350779.JavaMail.root@shoemasters.com> In-Reply-To: <22044647.5841184708350779.JavaMail.root@shoemasters.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: growing partition X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2007 21:29:31 -0000 RYAN M. vAN GINNEKEN wrote: > Hello i am trying to grow an existing partition which has become full. The system was originally install in a 80gig drive but has since been moved to a 300g drive. However Freebsd is still only showing 80g of space please help. > Check the man pages for and growfs(8) and (as a prerequsite) bsdlabel(8), they should supply the info needed to grow a partition on disk. -Proto