Date: Wed, 24 Nov 2004 10:10:27 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: FreeBSD Questions <freebsd.questions@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: ffs_clusteralloc Message-ID: <20041124161027.GC95873@dan.emsphone.com> In-Reply-To: <138bced704112323133d942afc@mail.gmail.com> References: <138bced704112323133d942afc@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Nov 24), FreeBSD Questions said: > I have a 5.2 box which I use as a general purpose server in my house. > It has been a very good box up to now. I noticed that it wasn't > responding last night so I took a look at it and there was a message > which read: "panic: ffs_clusteralloc: map mismatch". > > Not thinking much of it other than "Oh an error, oh well <reboot>". > I rebooted it. Now it refuses to boot. As soon as the login prompt > appears I receive the same panic and the machine reboots. Chances are your filesystem has an error in it that's not caught by the preliminary fsck, the system boots normally, the background fsck kicks off, the kernel hits the corrupt block and panics, and repeats the loop. Try booting into single-user and run fsck -p, then reboot again and see if the problem's gone. -- Dan Nelson dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041124161027.GC95873>