Bug 145932

Summary: growisofs does not understand command options
Product: [Fedora] Fedora Reporter: Joachim Backes <joachim.backes>
Component: dvd+rw-toolsAssignee: Harald Hoyer <harald>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-24 12:46:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joachim Backes 2005-01-24 07:29:16 UTC
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:

Comment 1 Harald Hoyer 2005-01-24 12:46:19 UTC
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.


Comment 2 Joachim Backes 2005-01-24 14:24:57 UTC
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.

Comment 3 Harald Hoyer 2005-01-24 14:35:13 UTC
if you read the manpage, the it clearly states that -Z has to be
followed by [device=]iso-image ... so the script is wrong...

Comment 4 Joachim Backes 2005-01-24 14:37:01 UTC
Accepted!