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

Re: How Do I Burn CDs?



1. I didn't know about: /etc/default/cdrecord,
2. I meant to run mkisofs for you, then to remove the image, not just to
get dev
3. I like to dynamically get dev as it might change.

cheers,

Fred Ollinger (follinge@sas.upenn.edu)
CCN sysadmin

On Mon, 3 Mar 2003, Paul Cupis wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Monday 03 Mar 2003 18:34, Fred K Ollinger wrote:
> > Why not use cdrecord? It's not hard.
> >
> > Make a cdimage from a folder:
> >
> > mkisofs -r -J -o myfolder.iso myfolder
> >
> > Get your dev numbers:
> >
> > cdrecord -scanbus
> >
> > For me, this gives me 0,0,0. Here's the output:
> >
> > scsibus0:
> >         0,0,0     0) 'ATAPI   ' 'CD-R/RW 20X10   ' 'H.KF' Removable
> > CD-ROM 0,1,0     1) *
> >         0,2,0     2) *
> >         0,3,0     3) *
> >         0,4,0     4) *
> >         0,5,0     5) *
> >         0,6,0     6) *
> >         0,7,0     7)
> >
> > Now do the burn:
> >
> > cdrecord -dev=0,0,0 -data myfolder.iso
> >
> > You can make a wrapper script that knows your numbers and burns it
> > all in one easy go.
>
> A wrapper script? Why not just set the default device to use in
> /etc/default/cdrecord, per the maintaners suggestion?
>
> Paul Cupis
> - --
> paul@cupis.co.uk
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (GNU/Linux)
>
> iD8DBQE+Y7dZIzuKV+SHX/kRAtwCAJ9o/YLP/k56QNpzJ0uwd71alxqpxQCeIqUh
> +RIL6S7qrVkX0iC3mQTp8JA=
> =t+O9
> -----END PGP SIGNATURE-----
>
>
> --
> To UNSUBSCRIBE, email to debian-kde-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>



Reply to: