From owner-freebsd-questions Tue Sep 30 16:26:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA00161 for questions-outgoing; Tue, 30 Sep 1997 16:26:04 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA00147 for ; Tue, 30 Sep 1997 16:25:50 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id IAA12367; Wed, 1 Oct 1997 08:51:07 +0930 (CST) Message-ID: <19971001085107.28684@lemis.com> Date: Wed, 1 Oct 1997 08:51:07 +0930 From: Greg Lehey To: Alex Weeks Cc: "'questions@freebsd.org'" Subject: Re: file system full References: <01BCCDC7.5D07A7A0@cutthroat> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <01BCCDC7.5D07A7A0@cutthroat>; from Alex Weeks on Tue, Sep 30, 1997 at 05:36:16PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 30, 1997 at 05:36:16PM -0500, Alex Weeks wrote: > I am getting the following message on my console and in my daily log file. > > pid 988 (mail.local), uid 0 on /: file system full > > but, df returns the following: > > /dev/sd0a 50% > /dev/sd0s1f 11% > /dev/sd1 56% > procfs 100% It would be nice to see the complete output of df. For example, what 50% of / represents. I'd guess, though, that you're filling it up with temporary files during some cron job. Greg