View Single Post

   
  #4 (permalink)  
Old 01-18-2008, 06:16 AM
Bill Unruh
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso

"thufir.hawat@mail.com" <thufir.hawat@mail.com> writes:

>I'm using <http://demosten.com/cdrfe/> to burn disc one of FC3 from
>win2k. However, my syntax is off. How would I change the command
>line to just make a (test/"dummy") boot disc, please?


>/////////////////results///////////////////////////


>Command line: cdrecord dev=1,0,0 speed=56 -v -iso -dummy -tao -data
>"C:/Documents and Settings/Administrator/Desktop/New Folder
>(4)/FC3-i386-disc1.iso"


What makes you think that -iso is an option that cdrecord recognizes?
Especially since the only thing cdrecord will put on a data disk is an iso.
get rid of that -iso option. Also get rid of the -tao and replace with -dao
.. It makes no sense to record a data cd as track at once. There are not
tracks.
Finally, are you sure you have a scsi cd recorder? On most modern (2.6.x)
systems it is the ATA interface that is used.
dev=ATA:1,0,0



>cdrecord: Bad Option: -iso.
>Usage: cdrecord [options] track1...trackn


>Use cdrecord -help
>to get a list of valid options.

Did you do that?


>Use cdrecord blank=help
>to get a list of valid blanking options.


Reply With Quote