cdrdao

records CDs in Disk-At-Once (DAO) mode

Install

All systems
curl cmd.cat/cdrdao.sh
Debian Debian
apt-get install cdrdao
Ubuntu
apt-get install cdrdao
Arch Arch Linux
pacman -S cdrdao
image/svg+xml Kali Linux
apt-get install cdrdao
CentOS
yum install cdrdao
Fedora
dnf install cdrdao
Windows (WSL2)
sudo apt-get update sudo apt-get install cdrdao
OS X
brew install cdrdao
Raspbian
apt-get install cdrdao

cdrdao

records CDs in Disk-At-Once (DAO) mode

cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents. Recording in disk-at-once mode writes the complete disc, i.e. lead-in, one or more tracks and lead-out, in a single step. The commonly used track-at-once (TAO) mode writes each track independently which requires link blocks between two tracks. You probably want to use this if you're copying a CD with multiple tracks, like most audio CDs. cdrdao can also handle the bin/cue format commonly used for VCDs or disks with subchannel data. If you just want to burn a normal data CD, you probably want wodim instead.