Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 23:21:25 -0400
From:      Glenn Sieb <ges+lists@wingfoot.org>
To:        Chris Hickey <kickeyhickey@gmail.com>
Cc:        questions@FreeBSD.org
Subject:   Re: HELP
Message-ID:  <4AB2FCB5.8020401@wingfoot.org>
In-Reply-To: <46756ac80909171529h167fdf07nc60e32bb3ca862dd@mail.gmail.com>
References:  <46756ac80909171529h167fdf07nc60e32bb3ca862dd@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Hickey said the following on 9/17/09 6:29 PM:
> A friend installed this program and I don't know how to use it. Everything
> was fine until the power went out and when it booted back up it said
> "/dev/amrd0s1d: unexpected soft update inconsistency: run fsck manually .
> the following file system had an inconsistency: ufs: /dev/amrd0s1d (/var)
> Enter full pathname of shell or RETURN for /bin/sh.
>
> If you could give me a step by step of what to do that would be awesome. I
> tried sending this to your bug department and they told me to talk to you.
>
>
>   

When you see the "Enter full pathname of shell.." just hit the
Enter/Return key on your keyboard.

At the command prompt, type:

fsck -y /var

(If there is more than one file system that needs fixing, you can put
that on the command line as well:)

fsck -y /var /usr etc.etc.etc.

Wait until it's done. Once you get the command prompt back (it looks
like #), type <CTRL><D> to log out, which should complete the boot process.

Good luck,
--Glenn





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