[Debburn-devel] internal file-list corrupted

Rafał Pietrak rafal at ztk-rp.eu
Wed Oct 23 08:14:40 UTC 2013


I can reproduce a bug that triggers the "genisoimage: Error: 
'test/A/test' and 'test/B/test' have the same Rock Ridge name 'test'" an 
exits:

$ mkdir test/{A,B}
$ echo 'test 1' > test/A/test
$ echo 'test 2' > test/B/test
$ find test -type f > file.list
$ genisoimage  -R -path-list file.list -o test.iso # ERROR
$ genisoimage  -path-list file.list -o test.iso # OK, but does not 
create sub-dirs
$ genisoimage -o test.iso test # OK, but no sub-dirs
$ genisoimage -R -o test.iso test # works OK, sub-dirs {A,B} present

version from a package of current debian-wheezy:
$ genisoimage -v
genisoimage 1.1.11 (Linux)


I hope this helps.

-R



More information about the Debburn-devel mailing list