From owner-freebsd-questions@FreeBSD.ORG Mon Sep 7 19:12:32 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 289701065670 for ; Mon, 7 Sep 2009 19:12:32 +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 EC7888FC0C for ; Mon, 7 Sep 2009 19:12:31 +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 BF9A77E854 for ; Mon, 7 Sep 2009 11:12:43 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Mon, 7 Sep 2009 21:12:13 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA4; KDE/4.2.4; i386; ; ) References: <25314145.post@talk.nabble.com> <20090907091442.f011d137.freebsd@edvax.de> <25334820.post@talk.nabble.com> In-Reply-To: <25334820.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909072112.14374.mel.flynn+fbsd.questions@mailing.thruhere.net> 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 19:12:32 -0000 On Monday 07 September 2009 20:54:51 jaymax wrote: > > mach_1# df -k > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad0s1a 507630 407384 59636 87% / > > devfs 1 1 0 100% /dev > > /dev/ad0s1e 505646 14212 450984 3% /tmp > > /dev/ad0s1f 36205990 25759138 7550374 77% /usr > > /dev/ad1s1e 74696394 9836586 58884098 14% /disk02 > > /dev/ad4s1d 376405390 252115006 94177954 73% /disk03 > > devfs 1 1 0 100% /usr/var/named/dev > > mach_1# cd / > > mach_1# du -xhc > > 43M total > > Do these look normal or average, compare total with df - k output of > /dev/ad0s1a > I don't quite know what next to do Did you do the du without anything mounted? Cause you have the df output with mounts. If you can't find the missing space, then I suggest making a backup of / with dump(8), booting from livefs and restoring the dump. The dump should not be in the 390M range, rather in the 40-50M range. -- Mel