From owner-freebsd-questions@FreeBSD.ORG Mon Jun 9 09:57:57 2003 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 7942837B401 for ; Mon, 9 Jun 2003 09:57:57 -0700 (PDT) Received: from smtp-out.comcast.net (smtp-out.comcast.net [24.153.64.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id B511B43F93 for ; Mon, 9 Jun 2003 09:57:56 -0700 (PDT) (envelope-from msmith@code-fu.com) Received: from code-fu.com (pcp711254pcs.alxndr01.va.comcast.net [68.50.72.20]) by mtaout03.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HG8006Y84EQNE@mtaout03.icomcast.net> for questions@freebsd.org; Mon, 09 Jun 2003 12:56:50 -0400 (EDT) Date: Mon, 09 Jun 2003 12:56:49 -0400 From: "Michael A. Smith" To: questions@freebsd.org Message-id: <3EE4BC51.8080201@code-fu.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425 Subject: 2 filesystem problems: blst_radix_free and bad inode number X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2003 16:57:57 -0000 I've got an AMD Duron-700 running FreeBSD 4.8-RC. It's got a Promise IDE RAID card and two identical 40GB Maxtor drives (less than six months old) -- mirrored. No floppy, no CD-ROM, no other IDE drives. The machine is a headless Samba fileserver in my office. A few days ago, it became unreachable by SSH (filesharing still worked). I had to power-cycle it to get it down and plugged into a monitor and keyboard. It's having two problems when booting: 1) if I try to boot normally (multiuser), it panics when loading the root filesystem, then reboots (again and again...): panic: blst_radix_free: freeing free block 2) If I boot single-user, it mounts the root filesystem. When I try to fsck the various filesystems (/, /var, /tmp, /usr) I get this error when fscking /dev/ar0s1g (/usr): fsck: bad inode number 132352 to setinodebuf All the other filesystems come up clean. I don't know if the problems are related. I disassembled the array and booted from one of the mirrored drives alone -- same error -- then I reassambled the array. Any ideas on how to solve one or both of these problems? Thanks! Michael A. Smith