crotron
crotron
Sorry, I hadn't been paying attention to this and I missed this. I assumed Github would send me a notification when I got a reply, but I never got one....
I asked around, and it seems like this behavior is a feature of the attribute list. The exact problem seems to be that when the attribute list in one MFT...
Thanks for the reply. In my case, the whole disk was just a single partition (probably unwise in hindsight for such a large drive), so that should not be a...
I reran the code and it is reporting this before presenting me with the option selection menu: `INFO:root:MFT for partition at offset 0 is fragmented. Trying to merge 2 parts...`...
I'm currently running the software on the whole disk (in my case it is `/dev/sdf`).
When I initially formatted the drive, I used the GNOME Disks Utility in Ubuntu instead of the command line. I don't know the details of how it does this or...
Although it doesn't produce a progress bar, I found that adding tqdm to feed_all's main loop is still quite helpful. If the code cannot find anything for a while, it...
I would also like to add a use case that I'm currently working with. I have a bunch of code in various places that is doing more or less the...