I have more coasters than I can shake a stick at.
I am trying to use burncd to burn a cd with a small *.iso file and a
number of audio tracks. (but I want no gaps between the audio tracks.)
The standard:
burncd -f /dev/acd0c data file1 audio file2 file3 fixate
works (as far as I can tell, but I didn't label this stack of coasters)
but since the audio tracks are a lecture, I prefer to not have gaps
between the audio tracks. I can't get the command line right. The
resulting cd can't be mounted or played.
Here are some of my attempts:
$ burncd -f /dev/acd0c -s 4 -d -n audio *.raw data data.iso fixate
but the cd cannot be mounted.
$ burncd -f /dev/acd0c -s 8 -d -p data data.iso audio *.raw fixate
Can't be played or mounted.
$ burncd -f /dev/acd0c -s 8 -d data data.iso audio *.raw fixate
won't mount or play
Thanks.