From owner-freebsd-questions@FreeBSD.ORG Mon Sep 7 12:41:55 2009 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 463D4106566B for ; Mon, 7 Sep 2009 12:41:55 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id EF0BB8FC15 for ; Mon, 7 Sep 2009 12:41:54 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 260977E853; Mon, 7 Sep 2009 04:42:05 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Mon, 7 Sep 2009 14:41:49 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA3; KDE/4.2.4; i386; ; ) References: <25314145.post@talk.nabble.com> <200909061238.32832.mel.flynn+fbsd.questions@mailing.thruhere.net> <25324178.post@talk.nabble.com> In-Reply-To: <25324178.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909071441.49763.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: jaymax Subject: Re: Inconsistency in root partition size 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: Mon, 07 Sep 2009 12:41:55 -0000 On Monday 07 September 2009 04:24:07 jaymax wrote: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 507630 503694 -36674 108% / > > Don't know if the above can show anything It is of course entirely possible at this point, that the disk *is* full. Could you show: du -sxh / from single user mode, without anything mounted? That would ensure that the offending file is not hiding behind a mountpoint. Like: /usr/hiding_here. -- Mel