geom debugging tools ?

Luigi Rizzo rizzo at iet.unipi.it
Thu Mar 26 03:55:52 PDT 2009


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.


More information about the freebsd-geom mailing list