Andrea Lazzarotto
Andrea Lazzarotto
> why can the tree command only output to stdout? Well, to be honest, the `tree` command had the basic purpose of being useful during debugging and testing the tree...
Yes, the `tree` command is useful although currently it's not very versatile. I consider this issue **valid** and I will make it better in the next updates. Actually, most of...
BTW, if anyone is interested the `locate` command has been added in ba4ebf6.
> No hundreds of separate tentative "partitions" I think there is a little misunderstanding here. What other tools do is this: - find a boot sector and related partition boundaries...
It's not so easy: if you put everything in one bin, you might encounter multiple files with the same id. Then you have to decide what parts to keep.
That's not how the reconstruction work, the identifiers must be unique.
``` Write command ("help" for details): > restore 312 5 INFO:root:Restoring #5 Root ``` Did you run `tree` or any other command on 312 after `merge` but before `restore`? If...
Never mind. I found an issue with the `merge`, however I checked that merging generates another problem in which file names get screwed in some cases (due to a double...
Please try this one. There could still be issues if you run `merge` after having rebuilt a partition, for instance you could incur into useless files left in `LostFiles`. I...
Woops! 😅 OK done, thanks.