From owner-freebsd-stable@FreeBSD.ORG Wed Jul 9 01:59:53 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 991FB37B401 for ; Wed, 9 Jul 2003 01:59:53 -0700 (PDT) Received: from host185.dolanmedia.com (host185.dolanmedia.com [209.98.197.185]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E8C843F75 for ; Wed, 9 Jul 2003 01:59:52 -0700 (PDT) (envelope-from greg.panula@dolaninformation.com) Received: (qmail 87569 invoked by uid 0); 9 Jul 2003 08:59:52 -0000 Received: from greg.panula@dolaninformation.com by proxy by uid 82 with qmail-scanner-1.16 ( Clear:. Processed in 1.749013 secs); 09 Jul 2003 08:59:52 -0000 X-Qmail-Scanner-Mail-From: greg.panula@dolaninformation.com via proxy X-Qmail-Scanner-Rcpt-To: embohoh@yahoo.com,freebsd-stable@freebsd.org X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.749013 secs) Received: from unknown (HELO mail.dolanmedia.com) (10.1.1.23) by host185.dolanmedia.com with SMTP; 9 Jul 2003 08:59:49 -0000 Received: from dolaninformation.com (10.1.1.135) by mail.dolanmedia.com (Worldmail 1.3.167); 9 Jul 2003 03:59:49 -0500 Sender: pang@FreeBSD.ORG Message-ID: <3F0BD985.F6DFF5B9@dolaninformation.com> Date: Wed, 09 Jul 2003 03:59:49 -0500 From: Greg Panula Organization: Dolan Information Center Inc X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: bodo ah References: <20030709082956.61490.qmail@web42004.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: /var error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: greg.panula@dolaninformation.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 08:59:53 -0000 bodo ah wrote: > > Hello there, > > I have some problem with my filesystem. > > #df -h > ... > /dev/da0s1e 288M 265M -208.0K 100% /var > ... > #du -h /var > .. > 19M /var > .. > > Does anybody has an idea what Im supposed to do? > you might try dropping into single user mode and then unmounting the volume and running fsck against it. kill 1 umount /var fsck /var 200 some odd megs is a fair amount to go missing. good luck.