[Cumbria] Re: The Guy has a point

Schwuk cumbria at mailman.lug.org.uk
Thu Jan 16 19:46:01 2003


Mat Brunt wrote:
> The xmms through the shell I think I can work out (aren't man pages 
> wonderful!) but I'd certainly be interested in the CD burning bit.
> How does it work then please?

Seeinng as you are already using the man pages, check out the following 
commands:

   readcd (not sure if this has a man page, but --help works)
   cdrecord
   mkisofs

To find out what device your cd-r(w) is:

   cdrecord --scanbus

To make an iso image:

   readcd dev=0,0 f=cdimage.iso

To burn from an iso

   cdrecord dev=0,0 cdimage.iso

That should get you going...
-- 
Schwuk