From owner-freebsd-questions@FreeBSD.ORG Fri Sep 10 13:06:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D995116A4CE for ; Fri, 10 Sep 2004 13:06:55 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A213F43D31 for ; Fri, 10 Sep 2004 13:06:55 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28411 invoked from network); 10 Sep 2004 13:06:55 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Sep 2004 13:06:55 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id E25B1E; Fri, 10 Sep 2004 09:06:54 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Aram Khalili References: <20040907155009.48813.qmail@web53909.mail.yahoo.com> From: Lowell Gilbert Date: 10 Sep 2004 09:06:54 -0400 In-Reply-To: <20040907155009.48813.qmail@web53909.mail.yahoo.com> Message-ID: <44y8jiuvbl.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: . and .. directories missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 13:06:56 -0000 Aram Khalili writes: > I'm having some trouble with FreeBSD on my T20 ThinkPad. There is a > problem with the hard disk that prevents me from booting into > multi-user mode. I'm not exactly sure what the problem is; fsck > reports many hundreds of errors on the /usr & /home partitions, claims > to fix those, but doesn't. If I run fsck back to back, the same errors > show up. When I reboot after fsck, it does attempt to boot (since > filesystems are marked clean) but panic, and fails to sync 1 buffer. > Not sure which one, but it's always 1 buffer. I'm also not entirely > sure what caused this problem to occur, but right before when it > occurred I was doing a massive portupgrade -rR of many things, and many > (but not all) of the disk problems seem to be in the /usr/ports tree. Make sure you're running fsck with the partition unmounted (or at *least* read-only, but preferably not mounted at all). If repeated runs of fsck continue to get the same errors, then you have very serious problems indeed.