-
Notifications
You must be signed in to change notification settings - Fork 6
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
Disks with multiple volumes #16
Comments
I think it should be possible to make this work for multiple partitions. Here' s what I did manually for a large image of a hard disk:
Result:
So in this case my disk image contains 2 partitions:
The second partition starts at sector 718848 (byte offset 512*718848 = 368050176). To export the files from the second partition:
It should be pretty straightforward to automate this by some additional parsing of the disktype output, and then iterating over all partitions. I might give this a try myself ... |
Hi Johan. This would be a great addition! I wonder if Alex Nelson's disktype_to_dfxml might come in handy here. It's been on my list to add better handling of multi-partition disks in Brunnhilde as well, so I'd be interested in your approach. From a logistical perspective: I no longer have access to the CCA-Public account, so I would recommend forking the codebase and doing your development work there. If you'd want to merge changes back into the master, I could put you in touch with folks at the CCA who might be able to help with that (but I can't speak for them). |
There's also disktype_json, which spits out JSON instead of plain text files. That might make parsing/handling a bit easier. |
Disks with multiple volumes/partitions (see test images) may only have files exported from one volume, depending on what tsk_recover is able to do.
The text was updated successfully, but these errors were encountered: