willem

Results 16 comments of willem

Ah, thanks, i will wrap os.symlink in an exception handler. And, btw, I noticed os.symlink is only missing on windows in python2

Can you post the commandline you used? And if you pass `--debug` ubidump will output a bit more info that might help to pinpoint what happened.

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. I'll have...

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...

Can you send me a copy of the file you are looking at?

I resolved the merge conflicts. and added a 'help' command.

I still have to implement support for ext4. I think this is why this fails.

please use cmake for this, see for example: https://stackoverflow.com/questions/48428647/how-to-use-cmake-to-install. Also don't hardcode for /bin, the target directory may depend on your OS and local directory setup.

I think the problem is that ext4 filesytem support is known to be broken.

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.