From owner-freebsd-questions Wed Aug 25 8: 7:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vax1.baker.ie (VAX1.baker.IE [194.125.50.91]) by hub.freebsd.org (Postfix) with SMTP id 229AB14D94 for ; Wed, 25 Aug 1999 08:07:35 -0700 (PDT) (envelope-from cillian@baker.ie) Received: from baker.ie ([194.125.50.55]) by vax1.baker.ie with ESMTP; Wed, 25 Aug 1999 16:10:00 +0100 Message-ID: <37C402C3.F5E0366@baker.ie> Date: Wed, 25 Aug 1999 15:50:43 +0100 From: Cillian Sharkey X-Mailer: Mozilla 4.6 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: biozz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: References: <000b01beeef4$a812fc40$854ae6c3@ntvplus.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I HAVE DAMAGED HDD in /usr area > FSCK can not resolve problem and CLEAN FILE SYSTEM into CLEAN BIT > that's why i can not boot machine, and mount File System > Data on /usr needed by me, and I need only to boot onse or twice to > save it in another place > I need too CLEAN IT MANUALY -how to make it ? Normally fsck will fix any dirty filesystems at boot time, but if it fails it will drop you into single user mode. Press return when it asks what shell to run (/bin/sh is default) Then just type 'fsck /usr' and if it cleans it ok, type 'mount /usr' That should fix the problem. Either you had a really _bad_ crash or your /etc/fstab is not quite right.. (You should also make sure to use soft-updates) Cillian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message