Click to See Complete Forum and Search --> : X-CD-Roast


cyberhwk
09-08-2002, 10:06 PM
Does anyone know how to burn useing an iso and X-CD-Roast?

mdwatts
09-09-2002, 06:57 AM
Select Create CD, Write Tracks, in the Image Information Add the iso image, Accept Track Layout and the Write Tracks.

cyberhwk
09-11-2002, 11:07 PM
it wont let me add an iso to image information
the error i get is
no tracks selected

fancypiper
09-11-2002, 11:36 PM
Did you configure it for a default place to put isos? Put it there and try again or select the thingy to tell it to ask.

cdrecord is easier (the command line tool that all gui cd burners front for) than finding gui clicks...

info cdrecord
man cdrecord

cyberhwk
09-12-2002, 12:18 AM
I'm not sure how to do that. I don't like this gui at all but I don't know how to run the commandline burner. is there any other burners I could use.
for instance is there a way I could burn from an iso with koncd?

liquidfx13
09-12-2002, 01:40 AM
there are several.......Eroaster and Gnome-Toaster are two that come to mind off the top of my head.

windoze killa
09-12-2002, 06:38 AM
How did you create the ISO? And did you set it up as non-root? I insatlled it the other day and it worked great once I allowed users to burn.You should run it as root first to set it up.

mdwatts
09-12-2002, 09:48 AM
I just create a cdimage directory within my home directory and then set that as the default image location in XCDRoast.

bwkaz
09-12-2002, 10:48 AM
I just:

cdrecord dev=0,0,0 speed=24 driveropts=burnproof -eject file.isoIf you don't have a Sanyo Burnproof drive (you can check with cdrecord dev=0,0,0 -prcap | grep BURN), then get rid of the driveropts=burnproof option. If you don't want it to eject after finishing, get rid of -eject. And if you have a different speed drive or media, substitute appropriately.

fancypiper
09-12-2002, 11:00 AM
Or, if you don't happen to be in the same directory as the iso file,
cdrecord dev=0,0,0 speed=24 driveropts=burnproof -eject /path/to/the/file.iso.