<quote who="Doug Stalker">

> 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.
> 
> (Using Debian, Installed Potato and dist-upgraded to woody, kernel 2.2.17)

In that case, apt-get install cdrecord. :)

When you're looking for software in debian, try using apt-cache search, for
instance:

  $ apt-cache search command line cd writing
  cdrecord - A command line CD/DVD writing tool
  hfsutils - Tools for reading and writing Macintosh volumes.

(From a potato machine.)

To make an image of an existing CD, you can use dd, for instance:

  dd if=/dev/cdrom of=pants.iso bs=8388608

- Jeff

-- 
   "It's actually my new bandwidth conservation technique: compresion of    
                     al double leters." - Telsa Gwynne                      

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to