From owner-freebsd-fs@FreeBSD.ORG Thu Jul 12 11:37:38 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F65316A485 for ; Thu, 12 Jul 2007 11:37:38 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.layeredtech.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id 04DF913C448 for ; Thu, 12 Jul 2007 11:37:37 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.local (209-163-168-124.static.twtelecom.net [209.163.168.124]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l6CBba5x048098; Thu, 12 Jul 2007 06:37:37 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <46961281.2000607@freebsd.org> Date: Thu, 12 Jul 2007 06:37:37 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Pramod Srinivasan References: <7FA0C743C38E5340BFC2873488FA1E8E1D9453@emailcorp3.jnpr.net> In-Reply-To: <7FA0C743C38E5340BFC2873488FA1E8E1D9453@emailcorp3.jnpr.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: freebsd-fs@freebsd.org Subject: Re: ffs_blkfree: freeing free block X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 11:37:38 -0000 Pramod Srinivasan wrote: > Hi Folks, > > I am hitting an issue with FS mostly happens during unmount (there was > heavy FS activity before unmount). I saw couple of open issues in the > gnat system which resembled what I am facing, is this known issue in > FreeBSD 6.1? Any suggestions that can help me isolate this issue? > > Any help greatly appreciated. > > Thanks, > Pramod > > o 2004/10/07 kern/72424 panic: ffs_blkfree: freeing free block in > ffs/ffs_alloc.c:1750 > o 2007/04/17 kern/111766 [panic] "panic: ffs_blkfree: freeing free > block" during disk activity > > Logs: > > bad block 1879705254, ino 134428 > pid 2753 (umount), uid 0 inumber 134428 on /mnt/var: bad block > bad block -2044978536, ino 134428 You should do three things: - Check your disk for errors - fsck the partition - Update to 6-STABLE After doing the above, please give feedback on your findings.. Eric