Bill Unruh wrote:
[..]
> >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
dev=ATA:1,0,0 is that related to the linux kernel or my hardware?
>
>
> >cdrecord: Bad Option: -iso.
> >Usage: cdrecord [options] track1...trackn
>
> >Use cdrecord -help
> >to get a list of valid options.
> Did you do that?
no cygwin hence no man or info, or help. I looked at the cdrecord web
page (Joerg Schilling), but couldn't navigate it easily...got fed up
and took a nap
using this gui front-end for cdrecord, then, the command to burn a boot
disc from iso is probably:
cdrecord dev=ATA:1,0,0 -r -dao -dummy foo.iso
I'll give it a whirl with -dummy first.
thanks,
Thufir Hawat