From owner-freebsd-current@FreeBSD.ORG Tue Apr 15 14:25:06 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E317937B404 for ; Tue, 15 Apr 2003 14:25:06 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4889E43F93 for ; Tue, 15 Apr 2003 14:25:05 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h3FLP4PR017516; Tue, 15 Apr 2003 14:25:04 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h3FLP4X1017515; Tue, 15 Apr 2003 14:25:04 -0700 (PDT) Date: Tue, 15 Apr 2003 14:25:04 -0700 From: Steve Kargl To: Poul-Henning Kamp Message-ID: <20030415212504.GA17123@troutmask.apl.washington.edu> References: <55218.1050439220@wcom.com> <30054.1050441106@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30054.1050441106@critter.freebsd.dk> User-Agent: Mutt/1.4i cc: FreeBSD-current@freebsd.org Subject: Re: Kernel memory leak? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 21:25:07 -0000 On Tue, Apr 15, 2003 at 11:11:46PM +0200, Poul-Henning Kamp wrote: > In message <55218.1050439220@wcom.com>, "Ian Freislich" writes: > > ># There must be a better way to do this > > I suggest instead you search for valid superblocks, they have a > well-defined magic word you could look for. > > I even belive I have seen reports of a tool that does it automatically, > but have no references at hand. > ports/sysutils/ffsrecov -- Steve