Other Help Topics :: Making an ISO image from a music CD



Hi:
Quote
mount: relocation error: mount: undefined symbol: blkid_known_fstype
That error is expected because audio CDs cannot be mounted like data CDs.

A simple way is to use cdrdao.
With cdrdao:
Code Sample
1. cdrdao read-cd
2. cdrdao write

Or, same as above, but with a single command:
Code Sample
1. cdrdao copy
cdrdao will prompt you to insert a CDR when it has finished reading the audio CD.

cdrdao is not in MyDSL currently.
Here is a self-compiled .uci version:
http://rapidshare.com/files/80613256/cdrdao.uci.html
Perhaps you might want to try it?

cdrdao manual: http://linux.die.net/man/1/cdrdao
There are other, possibly useful commands/options in the manual.


original here.