On Wednesday 11 April 2001 10:26, Vidiot wrote:
> >I did load it. This will be the first time I create a cd from Linux.
> >Anyway, the command I expect that I should use is:
> > cdrecord -v -dev=0,5,0 -speed=2 <iso image file>
> >
> >Does this look correct to you?
>
> No.  Here is the line I have in a script that I use.
>
> /usr/bin/cdrecord -v speed=6 dev=0,3,0 -eject -data $1
>
> Your dev info will probably differ, as well as your speed.
>
> MB

You don't need the data option (but it won't do any harm).  From "man 
cdrecord":

              If  neither  -data  nor -audio have been specified,
              cdrecord defaults to -audio for all filenames  that
              end  in  .au  or  .wav  and  to -data for all other
              files.

Here's the command I use to burn image files:

cdrecord -v -eject speed=4 dev=0,1,0 /path/to/image

Your "speed" and "dev" options may be different from mine.  If you 
don't know what to use for "dev", run "cdrecord -scanbus".

To run cdrecord you need to be root, or you need to change 
ownership/permissions on some of your /dev files.

-- 
Larry Grover, PhD
Assoc Prof of Physiology
Marshall Univ Sch of Med



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to