| stupid_idiot  
 
 
 
 
 Group: Members
 Posts: 344
 Joined: Oct. 2006
 | 
|  | Posted: Jan. 02 2008,02:59 |  |  Hi:
 That error is expected because audio CDs cannot be mounted like data CDs.| Quote |  | mount: relocation error: mount: undefined symbol: blkid_known_fstype | 
 
 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:
 cdrdao will prompt you to insert a CDR when it has finished reading the audio CD.| Code Sample |  | 1. cdrdao copy | 
 
 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.
 |