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

udf format support #43

Open
cppdev-123 opened this issue Sep 21, 2019 · 1 comment
Open

udf format support #43

cppdev-123 opened this issue Sep 21, 2019 · 1 comment

Comments

@cppdev-123
Copy link

I'm trying to extract a windows image and then compress it again to iso file

the problem is that the the extractor detects that the compression format is cab and extracts some garbage after consuming too much of the disk io speed

so I change the format to Iso but now it extracts a one file named README.txt which contains :
""This disc contains a "UDF" file system and requires an operating system
that supports the ISO-13346 "UDF" file system specification.""

I opened the iso file with 7-zip and found that the format is udf and it is able to extract it , thus I assumed that this library lacks support for udf files

@getnamo
Copy link
Owner

getnamo commented Sep 21, 2019

Seems similar issue to https://sourceforge.net/p/sevenzip/discussion/45797/thread/43e9ad6d/. Since we use com port for the operations I wonder if we don't have the same limitations. https://sourceforge.net/p/sevenzip/discussion/45797/thread/21f213e2/ is a more recent discussion. It seems UDF 2.5 might be supported but it's not guaranteed. If anyone knows the steps to add udf support, make a pull request and I'll happily merge it.

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

No branches or pull requests

2 participants