Chris Lalancette
Chris Lalancette
So ISO9660 filenames have a lot restrictions, as you've found out. What might make more sense is for you to use one of the "facades"; see https://clalancette.github.io/pycdlib/example-using-facade.html for an example....
Sorry for the long delay here. In short, this may be possible, but it probably requires a substantial rewrite of the library. This library was really written around ISOs and...
I'm sorry it's been a month and no response on this. I'd very much prefer to fix this problem, rather than disabling UDF parsing. Is there any way you can...
So it's an interesting case. [Ecma-119](https://www.ecma-international.org/wp-content/uploads/ECMA-119_4th_edition_june_2019.pdf) (which is the same as ISO9660) says that the Volume Identifier field must be "d-characters". In Ecma-119 jargon, d-characters are the ASCII characters 0-9,...
Hm, that's interesting. I just downloaded Ultra ISO (the English version), and I'm trying to create an ISO with Chinese characters, but it won't let me do it. I always...
> didnt solve yet ? Sorry, I should have updated this. I tried to use UltraISO a few different times, but I was never able to convince it to accept...
Right, so the problem is that pycdlib only understands the UDF "Bridge" format, which basically combines an old-style ISO9660 structure with a new-style UDF structure. What you are trying is...
> Try mkudffs https://manpages.ubuntu.com/manpages/bionic/man8/mkudffs.8.html Fantastic, thanks for that. I'll take a look at it. This may take me some time to get done; my free time at the moment is...
Yeah, I've come around to agreeing that this library should include that support. I've been slowly working on it, but it is a rather large expansion of the UDF support,...
> Any update on the UDF support? I'm still working on it on this branch: https://github.com/clalancette/pycdlib/tree/udf-only . I've gotten it so that it opens more UDF disks without exceptions, but...