Click to See Complete Forum and Search --> : Console CD Burner WITHOUT ISO!


Gaxus
10-05-2003, 05:16 AM
How can I burn cds from the console, without having to create an iso? Something like an all-in-one console version of xcdroast would be ideal...

rdeschene2
10-05-2003, 05:46 AM
I don't think there's any way around making an iso file if you're burning data files (i.e. not wav files), however, you can pipe the output of mkisofs to cdrecord so you don't have to do this in two steps.

Something like:

mkisofs -R /media/cdrecorder | cdrecord -v fs=10m speed=2

which is probably similar to the command xcdroast uses when you click on "burn on the fly".