Read contents of an linux image, created with dd #73
Unanswered
AlexSchoenfeld
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, I guess you should try make it in two steps, like tar.gz |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I managed to open the first part of the BIN file like this:
using ArchiveFile archiveFile = new ArchiveFile(stream, SevenZipFormat.Mbr);
But now I can't find a solution to open the 0.img (that's the only file entry).
Is there a SevenZipFormat for an linux ext file system?
7-zip itself can read the file just fine and is showing "Linux" as filesystem
Beta Was this translation helpful? Give feedback.
All reactions