From owner-freebsd-questions@FreeBSD.ORG Sun Feb 13 17:02:46 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 597F1106566C for ; Sun, 13 Feb 2011 17:02:46 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id E31EC8FC1C for ; Sun, 13 Feb 2011 17:02:45 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 13 Feb 2011 12:02:44 -0500 Received: from mx04.lnh.mail.rcn.net (mx04.lnh.mail.rcn.net [207.172.157.54]) by mr17.lnh.mail.rcn.net (MOS 4.1.9-GA) with ESMTP id ASQ67704; Sun, 13 Feb 2011 12:01:45 -0500 Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp04.lnh.mail.rcn.net with ESMTP; 13 Feb 2011 12:01:45 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19800.3705.156052.864114@jerusalem.litteratus.org> Date: Sun, 13 Feb 2011 12:01:45 -0500 To: Rem Roberti In-Reply-To: <4D580C00.6060902@comcast.net> References: <4D580C00.6060902@comcast.net> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) Cc: FreeBSD Subject: Stuck 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: Sun, 13 Feb 2011 17:02:46 -0000 Rem Roberti writes: > This is a new one for me. I decided to do a manual update on my > 8.1 box, starting with csup. Buildworld went fine, as did > buildkernel. However, when I tried to install the new kernel > installkernel choked with an error message telling me that it > could not proceed because the root partition was full. What! I > did a df and sure enough the root partition was overloaded. When > I installed the system I used sysinstalls recommended sizes for > the root partion, which is around 10G. Anyway, when I rebooted, > the system rebooted into single user mode, and that is presently > where I stand. I have no idea how to proceed at this point, and > would appreciate any help in fixing this. Of course, I smell a > newbie type error in all of this, but haven't quite figured out > where I went wrong. Start with this: du -x / | sort -nr | head -n 30 This will give you the largest directories; if any of them don't look right - investigate further. (For comparison: the root directory on this machine is 2 gbytes, of which I use 1.1. 10 gbytes is a lot of space.) Respectfully, Robert Huff