Skip to content

udf format support #43

Open
Open
@cppdev-123

Description

@cppdev-123

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions