http://wiki.linuxquestions.org/wiki/Burning_a_CDROM_from_a_bin/cue_file
To burn a bin/cue (or bin/toc), use the 'cdrdao' command. Make sure that both the bin and cue files are in your current directory (you see them when typing ls) when you invoke this command.
Type man cdrdao to see all options. Also see the section below on 'common options for cdrdao'.
cdrdao will turn on burnproof/burnfree automagically if it is available on your CD recorder.
Assuming you set up ide-scsi setup for your 2.4 (or less) kernel as described in IDE_CD_Writer, you could now invoke cdrdao as follows:
cdrdao write --device 0,0,0 --driver generic-mmc --speed 16 NameOfCUEOrTOCFile
cdrdao write --device ATAPI:0,0,0 --driver generic-mmc --speed 16 NameOfCUEOrTOCFile
The simplest form of TOC file is for an audio CD where each track is to be created from a .wav file. This has the format
CD_DA TRACK AUDIO FILE track01.wav 0 TRACK AUDIO FILE track02.wav 0 ...
See also here for a simple script to generate such a file. http://wiki.linuxquestions.org/wiki/Bash_tips#Creating_an_audio_CD_from_.mp3_files
To mount a BIN/CUE or IMG/CUE file you can use the 'cdemu' kernel module.
documented on: 2004.04.08