Burning windows .bin/.cue files in linux

To burn .bin/.cue file pairs in linux you can use the following command:

cdrdao write --device 0,4,0 --speed 16 --eject foo.cue

You will need to change the above arguments such as device, speed and .cue filename

Make sure the filenames are correct, if you view the .cue file you can see the .bin filename it is looking for.

Last updated: 06/05/2005