Skip site navigation (1)Skip section navigation (2)
Date:      7 Apr 2000 11:09:11 -0000
From:      "Giorgos Keramidas" <keramida@diogenis.ceid.upatras.gr>
To:        992C396651@stud.alakhawayn.ma
Cc:        questions@freebsd.org
Subject:   Re: need help
Message-ID:  <20000407110911.14873.qmail@hades.hell.gr>
In-Reply-To: <Pine.SOL.3.96.1000407021747.20477E-100000@stud.alakhawayn.ma>

next in thread | previous in thread | raw e-mail | index | archive | help
[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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000407110911.14873.qmail>