From owner-freebsd-questions@FreeBSD.ORG Fri Jun 25 14:49:02 2010 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 50B9F106564A for ; Fri, 25 Jun 2010 14:49:02 +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 14C448FC14 for ; Fri, 25 Jun 2010 14:49:01 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 25 Jun 2010 10:49:01 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.8-GA) with ESMTP id LTE94793; Fri, 25 Jun 2010 10:48:42 -0400 (EDT) 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 smtp01.lnh.mail.rcn.net with ESMTP; 25 Jun 2010 10:48:42 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19492.49609.97272.875526@jerusalem.litteratus.org> Date: Fri, 25 Jun 2010 10:48:41 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <20100625142538.GD88325@gizmo.acns.msu.edu> References: <20100625142538.GD88325@gizmo.acns.msu.edu> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Subject: Re: partition / is full 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: Fri, 25 Jun 2010 14:49:02 -0000 Jerry McAllister writes: > > Tool "df" showed me that the partition / has 102% of the occupied space > > (102% Capacity). Added a file? rc.conf --> clear_tmp_enable="YES" but > > nothing that could not (although it has been emptied tmp). Personally, I > > think that you need to remove the old kernel (I did freebsd-update fetch and > > install), but I do not know how. Perhaps the reason is quite different - I'm > > just guessing. Do you know how to fix it? > > That could fill up your root (/) partition. Getting rid of obsolete kernels > could help. Try: du -x / | sort -nr | head -n 30 and then figure out whether each of those directories is the correct size. Robert Huff