Re: Copy a CD with cdrecord and a single burner





--- Paul Smith <phhs80@xxxxxxxxx> wrote:

Dear All

Does somebody know how to copy a CD to another one
with only one
burner and using the command line, say, cdrecord?

Thanks in advance,

Paul

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-list


If the cd is a data cd, first unmount it either
through gnome-mount -u /dev/hdc or as root
# umount /media/NAMEOFVOLUME
then proceed to
# readcd dev=/dev/hdc f=anythingyouwant.iso
then burn with
# cdrecord -v -dao dev=/dev/hdc
driveropts=burnproof(*if your burner supports it)
-eject(*to eject when done) anythingyouwant.iso

if the cd is an audio cd,
# cdda2wav -vall dev=/dev/hdc -B
when that is done eject the cd and do
# cdrecord -v -dao dev=/dev/hdc -useinfo -audio
driveropts=burnproof -eject *.wav

and that should do it. Move along the parameters as
needed as your burner might not have burnproof
enabled.

-v - verify
-dao - disk at once
-useinfo - preserve gap size for audio tracks
-eject - to eject cd when burn is complete.

# man cdrecord
can help to better understand the process.

Regards,

Antonio

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Copy a CD with cdrecord and a single burner
    ... burner and using the command line, say, cdrecord? ... -eject(*to eject when done) anythingyouwant.iso ... Mail has the best spam protection around ...
    (Fedora)
  • using optical drives these days
    ... ago with my 8x cd burner. ... then learn how to use cdrecord. ... Portions 2002-2003 Ark Linux ... dvdrecord: ...
    (Fedora)
  • slowing cdrecord?
    ... I've got a brand new CD/DVD-RW burner and never really got it to work. ... cdrecord is able to write successfully an iso to a CD-RW. ... Someone suggested that I may try to burn at slower speeds, ... Using generic SCSI-3/mmc CD-R driver. ...
    (comp.os.linux.hardware)
  • Re: CD writing in future Linux (stirring up a hornets nest)
    ... to do things which would be helpful for any burner software. ... apps that depend on cdrecord. ... can't work like procps because the hardware varies too much. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Burning CD fails: OPC error
    ... and finally got the burner to work. ... I use cdrecord from the command line or xcdroast ... alias scsi_hostadapter ide-scsi ... speeds higher than 8X. ...
    (RedHat)