Re: Copy a CD with cdrecord and a single burner

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Around 11:38pm on Friday, August 25, 2006 (UK time), Paul Smith scrawled:

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

Its a long time since I have done it, but this used to work.  Find the
bus, id, lun that make up the scsi address of your cd writer, enter:
	cdrecord -scanbus

To extract the data and toc from the cd, enter:
	cdrdao read-cd --read-raw --datafile foo.bin --device 1,0,0 --driver generic-mmc-raw foo.toc
where 1,0,0 are the bus, id and lun.

To write the extracted data to a cd, enter:
	cdrdao write --eject --speed 4 --device 1,0,0 --driver generic-mmc foo.toc

Steve

-- 

A:  Because it messes up the order in which people normally read text.
Q:  Why is top-posting a bad thing?

 23:53:58 up 7 days,  1:20,  1 user,  load average: 0.06, 0.03, 0.00

Attachment: pgp2OZOIYmBeG.pgp
Description: PGP signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux