From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 11:43:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1154437B42A for ; Tue, 3 Jun 2003 11:43:13 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A40B43FB1 for ; Tue, 3 Jun 2003 11:43:12 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h53IgiOg020642; Tue, 3 Jun 2003 14:42:44 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h53IghFg020641; Tue, 3 Jun 2003 14:42:43 -0400 (EDT) From: Jerry McAllister Message-Id: <200306031842.h53IghFg020641@clunix.cl.msu.edu> To: davidd@datasphereweb.com (David Daugherty) Date: Tue, 3 Jun 2003 14:42:43 -0400 (EDT) In-Reply-To: <40407D2F1E422A49B03C3437FEB986450103F426@RED-MSG-23.redmond.corp.microsoft.com> from "David Daugherty" at Jun 03, 2003 11:07:36 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: / is filling up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 18:43:13 -0000 > > My / partition is getting pretty full, 92%. Usually the culprit is something > I'm not rotating in /var/log, but that's not the case this time. Does anyone > have any suggestions to find out where this is? I'm guessing it's probably > something using ls and sort but I'll be damned if I can put something > together that helps this problem. What have you tried? Usually I use successive runs of du(1) to track down overfilling culprits. Are you familiar with that? CD to your root (/) run du -sk * cd in to any suspiciously large directories and do another du, etc. By the way, I think it is good practice to make a separate file system for things like /var/log /var/spool and others that can fill up suddenly when you aren't looking. That way they won't trash the root file system and bring the system down (so easily). ////jerry > > David Daugherty >