Samuel's patch works for me. He tested it with -R so I thought I'd test it with -r too..
Before patching: [EMAIL PROTECTED]:/tmp$ mkdir -p 0/1/2/3/4/5/6/7/8 [EMAIL PROTECTED]:/tmp$ genisoimage -r -o test.iso 0/ I: -input-charset not specified, using utf-8 (detected in locale settings) genisoimage: Directories too deep for '0/1/2/3/4/5/6/7/8' (7) max is 6. After patching: [EMAIL PROTECTED]:/tmp$ mkdir -p 0/1/2/3/4/5/6/7/8 [EMAIL PROTECTED]:/tmp$ genisoimage -r -o test.iso 0/ I: -input-charset not specified, using utf-8 (detected in locale settings) Total translation table size: 0 Total rockridge attributes bytes: 2140 Total directory bytes: 18432 Path table size(bytes): 106 Max brk space used 0 184 extents written (0 MB) The resulting .iso mounts fine with mount -t iso9660 -oloop test.iso foo Thanks -- Andy Price -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

