From owner-freebsd-stable Fri May 19 6:29:37 2000 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 4E3EA37BE49 for ; Fri, 19 May 2000 06:29:35 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from synge.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 19 May 2000 14:29:34 +0100 (BST) Date: Fri, 19 May 2000 14:29:32 +0100 From: David Malone To: Mark Powell Cc: freebsd-stable@freebsd.org Subject: Re: 4.0S fsck doesn't clean the fs Message-ID: <20000519142932.A14416@synge.maths.tcd.ie> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from M.S.Powell@salford.ac.uk on Fri, May 19, 2000 at 12:32:02PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 19, 2000 at 12:32:02PM +0100, Mark Powell wrote: > I've noticed on all our 4.0S machines, cvsupped as recently as last week, > that "fsck -y" cleans the fs, but the kernel still refuses to mount it > claiming it is not clean. Hitting reset and letting the machine come back > gets the kernel to accept that it is indeed clean. This is Any ideas? > Cheers. You may still have block devices left in /dev, if you upgraded from an older version of FreeBSD. Check with "find /dev -type b -print" and replace them using /dev/MAKEDEV. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message