[luau] Duplicating Music CD

W. Wayne Liauh LiauhW001 at Hawaii.rr.com
Wed Nov 27 07:07:01 PST 2002


For a background info, I used the following script to do a "direct" 
(sorta) CD copying from /dev/cdrom (read-only CDROM) to /dev/scd0 (CD-RW):

#/bin/bash
mkdir /var/cd
cd /var/cd
cdda2wav -D /dev/cdrom -B -owav
cdrecord -v dev=0,0,0 -audio *.wav
rm -r /var/cd

For some reason, this script no longer works in RH 8.0.  OTOH, this is a 
very simplistic script and was very slow even when it worked.  (xcdroast 
doesn't do direct CD copying, thus the above script was written.)



W. Wayne Liauh wrote:

> Does anyone know how to duplicate music CDs in either Red Hat or 
> Mandrake/






More information about the LUAU mailing list