From owner-freebsd-questions Sun Apr 9 10:54:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hellasnet.gr (mail.hellasnet.gr [212.54.192.3]) by hub.freebsd.org (Postfix) with ESMTP id 6885037B50D for ; Sun, 9 Apr 2000 10:54:21 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (ppp2.patr.hellasnet.gr [212.54.197.17]) by mail.hellasnet.gr (8.9.1/8.9.1) with SMTP id TAA21765 for ; Sun, 9 Apr 2000 19:53:06 +0200 (GMT) Received: (qmail 14874 invoked by uid 1001); 7 Apr 2000 11:09:11 -0000 Date: 7 Apr 2000 11:09:11 -0000 Message-ID: <20000407110911.14873.qmail@hades.hell.gr> From: "Giorgos Keramidas" To: 992C396651@stud.alakhawayn.ma Subject: Re: need help Cc: questions@freebsd.org In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [moved to -questions, does not belong to -hackers] [message format recovered] > From: Mourad Lakhdar <992C396651@stud.alakhawayn.ma> > > hi : > > when loading the kernel , i have the following error : > ************************************************** > the following file system had an unnexpected inconsistency: > /dev/rwd0s1e(/var) > > > file system failed help! > >try to enter the full path shell or -------- > ************************************************* > > how to resolve this problem , to enter the freebsd interface, and > complete the kernel load You need to manually run fsck on the /dev/rwd0s1e filesystem, because there were errors that fsck could not correct automatically. At the ...enter the full path for your shell or /bin/sh: press ENTER. You'll be shown the prompt of sh(1). Then run fsck on the filesystem that's broken: # /sbin/fsck -y Note that the manpage of fsck warns about -y: -y Assume a yes response to all questions asked by fsck; this should be used with great caution as this is a free license to continue after essentially unlimited trouble has been encountered. Ciao, Giorgos Keramidas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message