From owner-freebsd-questions Wed Jun 30 13:51:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ezln23.earthbroadcasting.com (ezln23.thedial.com [207.135.131.130]) by hub.freebsd.org (Postfix) with ESMTP id CFE68155AE for ; Wed, 30 Jun 1999 13:51:49 -0700 (PDT) (envelope-from chris@thedial.com) Received: from thedial.com (localhost.earthbroadcasting.com [127.0.0.1]) by ezln23.earthbroadcasting.com (8.9.3/8.9.3) with ESMTP id EAA03884; Thu, 1 Jul 1999 04:52:36 -0600 (MDT) (envelope-from chris@thedial.com) Message-ID: <377B4874.53CB0AB1@thedial.com> Date: Thu, 01 Jul 1999 04:52:36 -0600 From: Christopher Taylor X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Jorge Biquez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hard disk Corrupted? References: <3.0.6.32.19990630135226.00c47560@intranet.com.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jorge Biquez wrote: > Hello all. > > I just installed version 3.1 . It is running fine. > I had a problem with the no break connected to that machine and the machine > wents down when the energy fail. The system restarted without trouble and I > run a FSCK > This is what I receive as report: > ** Phase 1 - Check Blocks and Sizes > ** Phase 2 - Check Pathnames > ** Phase 3 - Check Connectivity > ** Phase 4 - Check Reference Counts > ** Phase 5 - Check Cyl groups > 80764 files, 612372 used, 2906576 free (35416 frags, 358895 blocks, 1.0% > fragmen > tation) > > ============================================================ > ***** FILE SYSTEM STILL DIRTY ***** > > ***** PLEASE RERUN FSCK ***** > ** /dev/rwd0s1e > ** Last Mounted on /var > ** Phase 1 - Check Blocks and Sizes > ** Phase 2 - Check Pathnames > ** Phase 3 - Check Connectivity > ** Phase 4 - Check Reference Counts > ** Phase 5 - Check Cyl groups > 381 files, 3211 used, 26540 free (52 frags, 3311 blocks, 0.2% fragmentation) > > ***** FILE SYSTEM STILL DIRTY ***** > > ***** PLEASE RERUN FSCK ***** > This is probably happening because you are running 'fsck' on a mounted file system. I recently found out that this is a very bad idea, after 'fsck' royally messed up my file system. Remeber to 'umount' the filesystem before running 'fsck'. --Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message