Bug 145932 - growisofs does not understand command options
Summary: growisofs does not understand command options
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dvd+rw-tools
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-24 07:29 UTC by Joachim Backes
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-01-24 12:46:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.