I *hate* it when utilities change their command-line arguments between versions. Hate, hate, hate. Things with icky command-line arguments, I *always* script. So, rather than typing cdrecord -dev=0,0,0 speed=8 foo.iso
I just type burn foo.iso
.
So, of course, after upgrading to Fedora, burn
doesn’t work any more.
Much experimentation later, it seems that the dev has moved elsewhere and requires -dev=ATA:1,0,0
and several other new command line arguments.