Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2009 12:00:48 +0100
From:      Luigi Rizzo <rizzo@iet.unipi.it>
To:        geom@freebsd.org
Subject:   geom debugging tools ?
Message-ID:  <20090326110048.GA48516@onelab2.iet.unipi.it>

next in thread | raw e-mail | index | archive | help
do we have a tool that can list all active geoms, providers
and consumers ?

"geom <class> list" does part of the job, but I don't
know how to get the list of available classes.

The following trick

ls /lib/geom | sed 's/geom_//;s/\.so//' | xargs -n 1 -J % geom % list

can only give a partial list of names.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090326110048.GA48516>