From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 01:08:23 2003 Return-Path: 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 4DF5E16A4CE for ; Thu, 4 Dec 2003 01:08:23 -0800 (PST) Received: from m00.ca.astound.net (m00.ca.astound.net [64.85.239.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5F243F75 for ; Thu, 4 Dec 2003 01:08:22 -0800 (PST) (envelope-from rchopra@cal.berkeley.edu) Received: from cal.berkeley.edu (astound-66-234-212-148.ca.astound.net [66.234.212.148]) by m00.ca.astound.net (8.12.10/8.12.10) with ESMTP id hB496sq8001151 for ; Thu, 4 Dec 2003 01:06:54 -0800 Message-ID: <3FCEF97C.2020401@cal.berkeley.edu> Date: Thu, 04 Dec 2003 01:08:12 -0800 From: Rishi Chopra User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: growfs says 'we are not growing' ?!?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:08:23 -0000 Trying to enlarge a partition (/usr) on a slice (da0s1) with plenty of space: # fdisk The data for partition 1 is: sysid 165 (0xa5), (FreeBSD/NetBSD/386BSD) start 63, size 1171861362 (572197 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1 end: cyl 1023/ head 254/ sector 63 # df -h: Filesystem Size Used Avail Capacity Mounted on /dev/da0s1a 193M 80M 98M 45% / /devfa 1.0K 1.0K 98M 0% /dev /dev/da0s1d 193M 5.9M 172M 3% /var /dev/da0s1e 1.9G 670M 1.1G 37% /usr But when I try: # umount /usr # growfs /dev/da0s1e I get: growfs: we are not growing (1048576 -> 0) What am I missing? The /stand/sysinstall program had some problems with a large /usr partition as well; when I tried installing the system giving /usr all the remaining space on my disk, the installation would choke during the fetch and install from ftp. How can I take advantage of the remaning free space on my disk?