From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: Input: growisofs -Z -dvd-compat /dev/scd0=FC3-i386-DVD.iso Output: :-( unable to open64("-dvd-compat",O_RDONLY): No such file or directory It seems that growisosfs interpretes -dvd-compat as filename to burn. Omitting -dvd-compat solves the problem. Version-Release number of selected component (if applicable): -5.21.4.10.8-2 How reproducible: Always Steps to Reproduce: 1.Start gowisofs with -dvd-compat option. 2. 3. Actual Results: :-( unable to open64("-dvd-compat",O_RDONLY): No such file or directory Expected Results: DVD is burned Additional info:
try: growisofs -dvd-compat -Z /dev/dvdwriter=FC3-i386-DVD.iso why do you want -dvd-compat anyway?? FC3 is not a DVD-Video!! -dvd-compat Provide maximum media compatibility with DVD-ROM/-Video. In write-once context (DVD+R and DVD-R) this results in unappend- able recording (closed disk). In DVD+RW context it instructs the logical unit to explicitly burn [otherwise optional] lead- out.
I agree, You are right (but I have a fixed shell script with this option). But the effects -dvd-compat has do not explain why growisofs has difficulties with this option by interpreting and using it as filename in this context.
if you read the manpage, the it clearly states that -Z has to be followed by [device=]iso-image ... so the script is wrong...
Accepted!