ViToTiV, сейчас посмотрел страницу автора:
Нажмите
Issues
The only known major issue that hasn't (or cannot) be resolved is that if you create a disc image with the following directory structure:
<dir name="dira">
<dir name="subdir1a">
<dir name="subdiraa"/>
<dir name="subdirab"/>
<dir name="subdirac"/>
</dir>
<dir name="subdir1b"/>
<dir name="subdir1c"/>
</dir>
<dir name="dirb">
<dir name="subdir2a"/>
<dir name="subdir2b"/>
<dir name="subdir2c">
<dir name="subdirba"/>
<dir name="subdirbb"/>
<dir name="subdirbc"/>
</dir>
</dir>
<dir name="dirc">
<dir name="subdir3a"/>
<dir name="subdir3b"/>
<dir name="subdir3c"/>
</dir>
On Windows, browsing the subdirectories in dirb and dirc will not list the contents for some reason and trying to access it in a command prompt leads to a permission denied or similar error message. Disc image tools such as CDmage will display the contents of the aforementioned subdirectories without issue and the issue persists on disc images created with BuildCD suggesting it is likely an operating system related issue and not an ISO generator issue.
This can be avoided by minimizing identically named directories but its best to test your generated disc image before considering it ready for release.
Это оно и есть?