From owner-freebsd-stable@FreeBSD.ORG Tue Jun 29 00:24:39 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C416016A4CE for ; Tue, 29 Jun 2004 00:24:39 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DAE743D2F for ; Tue, 29 Jun 2004 00:24:39 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 8E4D572DF2; Mon, 28 Jun 2004 17:24:39 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 88EF172DB5; Mon, 28 Jun 2004 17:24:39 -0700 (PDT) Date: Mon, 28 Jun 2004 17:24:39 -0700 (PDT) From: Doug White To: Vladimir Zhurov In-Reply-To: <40DEDCD2.3020606@uwo.ca> Message-ID: <20040628172309.D43333@carver.gumbysoft.com> References: <40DEDCD2.3020606@uwo.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: dscheck(#ar/2): negative b_blkno error on FreeBSD-4.10-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 00:24:39 -0000 On Sun, 27 Jun 2004, Vladimir Zhurov wrote: > Hello, > > Today's /var/log/messages and /var/log/dmesg.today got filled with: > > dmesg.today: > dscheck(#ar/2): negative b_blkno -1721888480 > > messages: > /kernel: dscheck(#ar/2): negative b_blkno -1721888480 I've seen this if the array or partition table is corrupted. The check is at the front of dscheck() in src/sys/kern/subr_diskslice.c. You might make sure your raid array is functioning normally and the fdisk table hasn't been spammed. > Does anyone know what is the reason for such error and whether it is > critical? It shouldn't happen -- you might go exploring with fdisk(8). -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org