Does a good tool exist to (read only) examine an lvm lv (or other arbitrary block device or file) containing a journaled ext filesystem and present a browsable interface of what was there, but has since been deleted, and let me copy things out, into a new directory restoredir.
I expect there are also orphaned filesystem objects with no direcotory context or file names, and the tool would have some way to "dump all orphans" to sequentially numbered files in /restoredir/
I would expect to launch a tool like this:
mkdir restoredir ; ./toolname /dev/vg_asdf/lv_example ./restoredir/
It would then NEVER MODIFY OR ATTEMPT TO MODIFY lv_example at all. and it would feel free to write to its heart's content into ./restoredir/
I expect there are also orphaned filesystem objects with no direcotory context or file names, and the tool would have some way to "dump all orphans" to sequentially numbered files in /restoredir/
I would expect to launch a tool like this:
mkdir restoredir ; ./toolname /dev/vg_asdf/lv_example ./restoredir/
It would then NEVER MODIFY OR ATTEMPT TO MODIFY lv_example at all. and it would feel free to write to its heart's content into ./restoredir/