Re: [newbie] Burning files to a cd from the console

2004-08-26 Thread Tom Brinkman
On Wednesday 25 August 2004 07:28 pm, Chris wrote: On Wednesday 25 August 2004 07:32 am, JoeHill wrote: Some aliases you can add to your .bashrc once you get the hang of it (these are courtesy of the great command line CD writing guru Mr. Tom Brinkman): alias bdcd='cdrecord -v -eject

Re: [newbie] Burning files to a cd from the console

2004-08-26 Thread Josenildo Marques
Em Qui, 2004-08-26 às 12:54, Tom Brinkman escreveu: On Wednesday 25 August 2004 07:28 pm, Chris wrote: On Wednesday 25 August 2004 07:32 am, JoeHill wrote: Some aliases you can add to your .bashrc once you get the hang of it (these are courtesy of the great command line CD writing guru

Re: [newbie] Burning files to a cd from the console

2004-08-26 Thread Eric Huff
Also, for anything but audio cd's an image must be made first, You can do it with a pipe (and not save to disk) if you want to: mkisofs -r $FILE_TO_BURN | cdrecord -v -eject fs=6m speed=4 dev=ATA:1,0,0 - Came in handy when i had filled my drive to where a 600 MB iso wouldn't fit... By the

Re: [newbie] Burning files to a cd from the console

2004-08-25 Thread JoeHill
On Tue, 24 Aug 2004 18:39:59 -0400 SiNiStEr Nation disseminated the following: I've installed Mandrake about week to two weeks ago and slowly learning the system. My question is I have several files that I have downloaded, and was wondering what's the process of burning these file to a cd? I

Re: [newbie] Burning files to a cd from the console

2004-08-25 Thread Chris
On Wednesday 25 August 2004 07:32 am, JoeHill wrote: Some aliases you can add to your .bashrc once you get the hang of it (these are courtesy of the great command line CD writing guru Mr. Tom Brinkman): alias bdcd='cdrecord -v -eject driveropts=burnfree speed=24 dev=1,0,0 -data' alias

Re: [newbie] Burning files to a cd from the console

2004-08-24 Thread Todd Slater
On Tue, Aug 24, 2004 at 06:39:59PM -0400, SiNiStEr Nation wrote: I've installed Mandrake about week to two weeks ago and slowly learning the system. My question is I have several files that I have downloaded, and was wondering what's the process of burning these file to a cd? I know I could

Re: [newbie] Burning files to a cd from the console

2004-08-24 Thread Thereidos
W licie z ro, 25-08-2004, godz. 00:59, Todd Slater pisze: On Tue, Aug 24, 2004 at 06:39:59PM -0400, SiNiStEr Nation wrote: I've installed Mandrake about week to two weeks ago and slowly learning the system. My question is I have several files that I have downloaded, and was wondering

Re: [newbie] Burning files to a cd from the console

2004-08-24 Thread yankl
On Tuesday 24 August 2004 18:59, Todd Slater wrote: On Tue, Aug 24, 2004 at 06:39:59PM -0400, SiNiStEr Nation wrote: I've installed Mandrake about week to two weeks ago and slowly learning the system. My question is I have several files that I have downloaded, and was wondering what's the