From owner-freebsd-fs@FreeBSD.ORG Sat Sep 25 04:48:38 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AC251065673 for ; Sat, 25 Sep 2010 04:48:38 +0000 (UTC) (envelope-from dean@fragfest.com.au) Received: from mail09.syd.optusnet.com.au (mail09.syd.optusnet.com.au [211.29.132.190]) by mx1.freebsd.org (Postfix) with ESMTP id A0BA88FC1C for ; Sat, 25 Sep 2010 04:48:37 +0000 (UTC) Received: from [172.29.0.132] (c122-106-145-234.carlnfd1.nsw.optusnet.com.au [122.106.145.234]) by mail09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id o8P4mXWV009975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 25 Sep 2010 14:48:35 +1000 Message-ID: <4C9D7F38.1020106@fragfest.com.au> Date: Sat, 25 Sep 2010 14:48:56 +1000 From: Dean Hamstead User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100917 Icedove/3.0.8 MIME-Version: 1.0 To: Josh Paetzel References: <4C9C7C32.3070909@fragfest.com.au> <201009241206.53828.josh@tcbug.org> In-Reply-To: <201009241206.53828.josh@tcbug.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: growfs on a large disk X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2010 04:48:38 -0000 > I've run growfs on raw partitions, it's the easiest way to use growfs, as you > don't need to worrk about expanding partitions or slices. :) > Not sure if you are running into a growfs limitation, you're certainly running > into the limits of UFS with those sizes. Have you considered ZFS? Ive used ZFS in the past, but without going off topic, i have found it wanting. And at this stage, i dont have a large number of disks (or tape) to shift the data off and reformat. > At this point you can't put a bsdlabel on, as your filesystem probably > encroaches on the area the label would need anyways. Similarly the fdisk > output is fairly meaningless, as you aren't using a fdisk partition. To > verify ls /dev/da0* should only show /dev/da0, if it shows slices that would > be bad. > > The man page for growfs mentions that some free space is needed in the first > cylinder group to resize. Perhaps that is the problem you are running in to. Could well be. The man page didnt provide me with the insights i needed, hence consulting this list. The error message that growfs gives isnt as helpful as it could be so im about to dive through the source and see what causes this message to appear. Is there a way to free space in that cylinder group? Dean