Description
Hey, Avi! Long time no see!
Hope this issue finds you well, ha!
I'm facing an issue while trying to run the example with iso images I've created with genisoimage
, the error is fully stated in the subject.
Could you please tell me, how to diagnose the problem, what extra info could I provide you with?
Let's start with the command
genisoimage -f -J -r -volid "xxx_xxxx2_1743003235_src" --publisher "YYYYY YY" --iso-level=4 --joliet-long -o theFile.iso workDir
and isoinfo
CD-ROM is in ISO 9660 format
System id: LINUX
Volume id: xxx_xxxx2_1743003235_src
Volume set id:
Publisher id: YYYYY YY
Data preparer id:
Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
Copyright File id:
Abstract File id:
Bibliographic File id:
Volume set size is: 1
Volume set sequence number is: 1
Logical block size is: 2048
Volume size is: 6486
CD-ROM uses ISO 9660:1999 relaxed format
Joliet with UCS level 3 found.
SUSP signatures version 1 found
Rock Ridge signatures version 1 found
Rock Ridge id 'RRIP_1991A'
I'm guessing, it's due to --iso-level=4 --joliet-long
, but I'm unable to change the way those images are created...
Interesting to mention, that if I comment out the following lines, everything just works! I've checked the content served and it all seems legit.
I thought, I could implement and contribute joliet support someday, but now I just need a quick local solution...
What are the implications of commenting out that check? Might I lose or unable to read any data from the image?
Thanks in advance!