From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 06:36:35 2004 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 09C6B16A4CE for ; Tue, 10 Feb 2004 06:36:35 -0800 (PST) Received: from gateway.home.ricin.net (cp464173-a.dbsch1.nb.home.nl [212.204.145.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id C372743D1D for ; Tue, 10 Feb 2004 06:36:34 -0800 (PST) (envelope-from danny@ricin.com) Received: from workstation.home.ricin.net (workstation.home.ricin.net [172.16.32.66]) by gateway.home.ricin.net (Postfix) with ESMTP id 6807E24D09 for ; Tue, 10 Feb 2004 15:36:33 +0100 (CET) From: Danny Pansters To: freebsd-questions@freebsd.org Date: Tue, 10 Feb 2004 15:36:33 +0100 User-Agent: KMail/1.6 References: <20040210123328.E75523@enterprise.another.com.au> <20040210073154.GB75928@users.munk.nu> <20040210201000.K78751@enterprise.another.com.au> In-Reply-To: <20040210201000.K78751@enterprise.another.com.au> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200402101535.13696.> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Newbie Upgrading 4.8 - 5.2, filesystem full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 14:36:35 -0000 On Tuesday 10 February 2004 10:10, Richard Beyer wrote: > Thanks Jez, > > Here's my df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1a 126M 106M 9.4M 92% / > /dev/ad0s1f 252M 9.6M 222M 4% /tmp > /dev/ad0s1g 72G 2.7G 64G 4% /usr > /dev/ad0s1e 252M 51M 181M 22% /var > procfs 4.0K 4.0K 0B 100% /proc > > > It's an 80Gig HDD and I was using the sysinstall | upgrade | all | include > ports I run 5.2.1-REL. Here are some differences: 4.x: kernel and modules reside in /kernel and /modules, there's a /standl around 5.x: kernel and modules reside in /boot/kernel, there's a /rescue replacing the old /stand (sysinstall in /usr/sbin now) So, if you delete old 4.x kernel(s) and modules and nuke /stand if you don't want it anymore you should probably be able to free some space. 5.x also uses somewhat more space in / but the difference isn't that much: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 253678 54124 179260 23% / most of this is in /boot: %du /boot 18 /boot/defaults 16586 /boot/kernel 1732 /boot/modules <-- appears that the nvidia module sits here, weird.. 16602 /boot/kernel.old 35816 /boot HTH, Dan