On Thu, 18 Oct 2001, Doug Stalker wrote: > I've just moved a SCSI CD burner and a DDS3 tape drive out of a windows > system into a linux system to allow network backups. The tape drive works > beautifully using mt and tar, but I don't have any CD recording software > installed at the moment. Can anyone recommend any good command line CD > burning software? I need to be able to both copy CDs and create CDs from > files on the hard-drive.
cdrecord. It's all you need. Well, once you've used mkisofs to make your ISO images. :-) Copying CD's is as easy as using dd to make an image, and cdrecord to write it. Cryptic, no? Check out the cd-writing HOWTO. Describes it all. DaZZa -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
