-
Notifications
You must be signed in to change notification settings - Fork 39
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
Error extracting data from Windows/Parted Magic ISOs #23
Comments
Yeah, I see what you mean. The UDF support in pycdlib is the newest part and doesn't have nearly as much real world testing as the rest. In this case, the UDF filesystem is structured in a way I haven't seen before, and hence it doesn't understand it. Likely this will be fixed when I fix #19, but I'll leave this open just in case. |
So I git cloned the latest version of everything and I'm not getting that
|
By the way, this particular issue should be solved by 8afbab4 that I pushed last night. I have been (slowly) working on the overall UDF only support, and I have made some progress. Right now, I can open up the partition magic UDF ISO successfully. But I still can't write it back up or create new ones, and I need to write tests. So there's still a bunch of work to get this finished. |
I believe that this particular issue is now fixed in the latest release. At least, I can now extract data from the Partition Magic ISO without errors. I'm going to close this out. Please feel free to reopen if you find this still doesn't work for you. Thanks for the bug report. |
@amlamarra This is the second issue split out of #21
pycdlib-extract-files
can give an error on certain other ISOs. This is seen on Windows install ISOs for older versions (which are hard to find anymore) and for the latest free version of "Parted Magic" (pmagic_2013_08_01.iso), which you can get from here: https://www.majorgeeks.com/files/details/parted_magic.htmlThe error I get:
The text was updated successfully, but these errors were encountered: