-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan directories only #9
Comments
Hello, Why not |
Hello, thank you for answering. Regarding the crash, I found the followings with my damaged image. I use fatcat v1.0.6.
or:
The recovery gives:
in gdb: I hope that this helps you to fix. Anyway, this program is lifesaving! Thanks for it. |
Besides -x mode (-x
<directory>
: extract all files to a directory) I suggest implementing a very similar scan functionality (the switch might be -X or something).In this mode the program would walk through the entries similarly, but instead of extracting all the files, it would
[directory]
).I think recovering the full directory-tree can be very useful in cases when only some of the directories contain important files. Also, with my damaged image, the extracting crashed in some folders, which prevented me to get the whole directory-tree in one stage.
The text was updated successfully, but these errors were encountered: