-
Notifications
You must be signed in to change notification settings - Fork 62
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
#Help# E: magic num mismatch #8
Comments
Thanks for the sample file, this will help me improve my tool. The problem is that the volume does not contain a UbiFs filesystem, but a SquashFs filesystem. |
Thank you very much. I hope you can add the option you mentioned. BTW, do you have any advice to help me to solve this problem? |
Hi, |
it is because the '205108.ubi' file a ubifs block image, containing the squashfs volume, i first need to create an option to extract it before you can use unsquashfs on it. |
Yeah, there is a squashfs volume! |
Hi nlitsme and 12281001, |
is there any progress on this one? |
Hmm... I think what 12281001 meant is the following. |
I need to extract files from a ubi image.
I use command: python ubidump.py 205108.ubi -s save
but I got this result:
==> 205108.ubi <==
1 named volumes found, 2 physical volumes, blocksize=0x20000
== volume app ==
E: magic num mismatch
I had checked the ubi image, there were some "UBI#".
I don't know how to solve it? Could you help me?
205108.zip
The text was updated successfully, but these errors were encountered: