From owner-freebsd-fs@FreeBSD.ORG Wed Aug 9 23:18:06 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 367A516A4DA for ; Wed, 9 Aug 2006 23:18:06 +0000 (UTC) (envelope-from geetakhetan@hotmail.com) Received: from bay0-omc1-s4.bay0.hotmail.com (bay0-omc1-s4.bay0.hotmail.com [65.54.246.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D7B43D49 for ; Wed, 9 Aug 2006 23:18:05 +0000 (GMT) (envelope-from geetakhetan@hotmail.com) Received: from hotmail.com ([64.4.51.35]) by bay0-omc1-s4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 9 Aug 2006 16:18:05 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 9 Aug 2006 16:18:05 -0700 Message-ID: Received: from 64.4.51.220 by by107fd.bay107.hotmail.msn.com with HTTP; Wed, 09 Aug 2006 23:18:01 GMT X-Originating-IP: [65.219.128.225] X-Originating-Email: [geetakhetan@hotmail.com] X-Sender: geetakhetan@hotmail.com From: "Geeta Khetan" To: freebsd-fs@freebsd.org Date: Wed, 09 Aug 2006 16:18:01 -0700 X-OriginalArrivalTime: 09 Aug 2006 23:18:05.0284 (UTC) FILETIME=[1150CA40:01C6BC0A] X-Mailman-Approved-At: Thu, 10 Aug 2006 00:07:51 +0000 MIME-Version: 1.0 Content-Type: text/plain; format="flowed" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: bitmap of filesystem 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: Wed, 09 Aug 2006 23:18:06 -0000 Is there a global bitmap that keeps track of busy/free blocks over the entire file system ? Is there a API or command i can use for that map? Thanks