Skip to content
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

ext2dump.exe failed to extract system.img.ext4 #11

Open
weijen6 opened this issue Feb 2, 2021 · 5 comments
Open

ext2dump.exe failed to extract system.img.ext4 #11

weijen6 opened this issue Feb 2, 2021 · 5 comments

Comments

@weijen6
Copy link

weijen6 commented Feb 2, 2021

https://samfrew.com/download/GALAXY__Note3__/nO5r/TPL/N9005XXSGBRI2/N9005TPLGBRJ1/

@nlitsme
Copy link
Owner

nlitsme commented Feb 2, 2021

it will work with ext2rd.

problem is that ext2dump is quite old, I just kept it around for historical reasons.
now deleted from the repository to avoid confusion.

@nlitsme nlitsme closed this as completed Feb 2, 2021
@weijen6
Copy link
Author

weijen6 commented Feb 2, 2021

ext2rd dump failed. what should i do?
C:\extfstools>ext2rd.exe system.img.ext4 ./:testdir
sparse: v00000001 h:001c c:000c b:00001000 nblk:00090000 ncnk:00000fea, cksum:00000000
end of sparse: 90000000
4074 entries in sparse map
first: 0-1000: copy from 28
last: 8b18a000-90000000: fill with 00000000
EXCEPTION - did you specify -B for a block device?
ERROR (2)No such file or directory: appending testdir/./VODB/lib/libMyScript2D.so

@nlitsme
Copy link
Owner

nlitsme commented Feb 3, 2021

ext2rd will now create directories on windows.

But there still seems to be another problem, you will get 'blocknr too large' during extraction.
also, if you look at the output of 'ext2rd -d system.img' you will notices at some point you get invalid data.

I am looking into this.

@nlitsme nlitsme reopened this Feb 3, 2021
@nlitsme
Copy link
Owner

nlitsme commented Feb 3, 2021

I think the problem is in this ext4fs feature, which is not yet supported by ext2rd:

  • Flexible block group metadata location (EXT4_FEATURE_INCOMPAT_FLEX_BG)

@nlitsme
Copy link
Owner

nlitsme commented Feb 3, 2021

Note that I will not solve this right away, it may be a while before I have time to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants