From owner-freebsd-geom@FreeBSD.ORG Thu Mar 26 11:30:02 2009 Return-Path: Delivered-To: geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E4F11065673 for ; Thu, 26 Mar 2009 11:30:02 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.9.129]) by mx1.freebsd.org (Postfix) with ESMTP id 24F0C8FC24 for ; Thu, 26 Mar 2009 11:30:01 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 554A7730A1; Thu, 26 Mar 2009 12:34:59 +0100 (CET) Date: Thu, 26 Mar 2009 12:34:59 +0100 From: Luigi Rizzo To: Poul-Henning Kamp Message-ID: <20090326113459.GA50106@onelab2.iet.unipi.it> References: <20090326110048.GA48516@onelab2.iet.unipi.it> <8425.1238066250@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8425.1238066250@critter.freebsd.dk> User-Agent: Mutt/1.4.2.3i Cc: geom@freebsd.org Subject: Re: geom debugging tools ? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 11:30:03 -0000 On Thu, Mar 26, 2009 at 11:17:30AM +0000, Poul-Henning Kamp wrote: > In message <20090326110048.GA48516@onelab2.iet.unipi.it>, Luigi Rizzo writes: > >do we have a tool that can list all active geoms, providers > >and consumers ? > > > >"geom list" does part of the job, but I don't > >know how to get the list of available classes. > > sysctl -b kern.geom.confxml wonderful, thanks