From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 17:19:58 2008 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 862A51065673 for ; Fri, 14 Mar 2008 17:19:58 +0000 (UTC) (envelope-from akruijff@dds.nl) Received: from hpsmtp-eml11.kpnxchange.com (hpsmtp-eml11.kpnxchange.com [213.75.38.111]) by mx1.freebsd.org (Postfix) with ESMTP id 2B2D88FC24 for ; Fri, 14 Mar 2008 17:19:57 +0000 (UTC) (envelope-from akruijff@dds.nl) Received: from cpsmtp-eml104.kpnxchange.com ([213.75.84.104]) by hpsmtp-eml11.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 14 Mar 2008 18:07:53 +0100 Received: from ip51cc8423.speed.planet.nl ([81.204.132.35]) by cpsmtp-eml104.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 14 Mar 2008 18:07:53 +0100 Received: from Alex1.kruijff.org (localhost [127.0.0.1]) by ip51cc8423.speed.planet.nl (8.14.2/8.14.2) with ESMTP id m2EH7nNX002097; Fri, 14 Mar 2008 18:07:49 +0100 (CET) (envelope-from akruijff@dds.nl) Received: (from akruijff@localhost) by Alex1.kruijff.org (8.14.2/8.14.2/Submit) id m2EH7mho002096; Fri, 14 Mar 2008 18:07:48 +0100 (CET) (envelope-from akruijff@dds.nl) X-Authentication-Warning: Alex1.kruijff.org: akruijff set sender to akruijff@dds.nl using -f Date: Fri, 14 Mar 2008 18:07:47 +0100 From: Alex de Kruijff To: Jerry McAllister Message-ID: <20080314170746.GA1076@Alex1.kruijff.org> References: <20080313220748.63be20bf.ghirai@ghirai.com> <18393.35674.442789.638417@jerusalem.litteratus.org> <20080313223657.2be87400.ghirai@ghirai.com> <20080313211629.GB13059@gizmo.acns.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080313211629.GB13059@gizmo.acns.msu.edu> User-Agent: Mutt/1.4.2.3i X-OriginalArrivalTime: 14 Mar 2008 17:07:53.0195 (UTC) FILETIME=[F0B53BB0:01C885F5] Cc: Ghirai , freebsd-questions@freebsd.org Subject: Re: Low space on / X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: akruijff@dds.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:19:58 -0000 On Thu, Mar 13, 2008 at 05:16:29PM -0400, Jerry McAllister wrote: > On Thu, Mar 13, 2008 at 10:36:57PM +0200, Ghirai wrote: > > > On Thu, 13 Mar 2008 16:15:22 -0400 > > Robert Huff wrote: > > > > > > > > Ghirai writes: > > > > > > > Can't remember exactly since when, or how, but atm. i see this: > > > > > > > > Filesystem Size Used Avail Capacity Mounted on > > > > /dev/ad6s3a 496M 454M 1.8M 100% / > > > > > > Start with /tmp. > > > Also: > > > > > > du -x / | sort -nr | head -n 25 > > > > > > > > > > Here's the output (removed a couple other < 100KiB ): > > > > 986K /bin > > 512B /dev > > 366K /etc/rc.d > > 270K /lib/geom > > 250K /etc/mail > > 170K /libexec > > 138K /etc/ssh > > 137M / > > 121M /boot > > 118K /etc/periodic > > 116K /etc/defaults > > 112M /boot/kernel > > > > /tmp is ~2MiB. > > try doing a df -k to see what file systems are really > there and what they have in them. > Then go in to root (/) and do ls -laF > That may provide some clues. > This seams to be be a partial account of /. Try 'du -x / | grep \[\ 0-9\]*M' instead or 'du -shx /.[^.]* /*'. You can safely remove /boot/kernel/*.symbols -- Alex