1) Yes, that's how it works right now. I'll try to find a solution.
2) Unfortunately Joliet is extension to ISO9660 so there's no way to have Joliet but w/o ISO9660.
Hello,
I have tested the latest build and it works as advertised
.
Having the name collision removed ( and all processes closed) the adding of the files to the tree took about 20 sec.
However I have two problems when removing the name collision callback
1) If a file already exists on the disc and I want to update it, the new file is not added to the disc ( similar to the NAME_COLLISION_SKIP_NEW) I would like to be able to add the new file to the disc and replace the old one (NAME_COLLISION_REPLACE_OLD)
2)
http://www.rocketdivision.com/forum/viewtopic.php?t=541Since I will add files having different Joliet names but the same ISO name there will be file missing from the tree.
Is there a way to create a joliet tree, without the ISO tree?
Many thanks for your help
anton (staff) wrote:
So I've found the source of the troubles. When using large folders (with a lot of content) cross-checking the names takes a lot of time. In the latest StarBurn (5.12.2) name collision detection could be disabled. When passing files from file system and using Joliet that could be done more or less safely - no overlapped names. You could give this stuff a try (check BuildImage sample on how to do it).
P.S. Impacts only slow machines.