Re: cdrecord image

2003-02-25 Thread csj
One Mon, 24 Feb 2003 13:32:45 -0800, Curtis Vaughan wrote: > > Well, just issuing a command like: > cdrecord -dev=0,0,0 -v - cdimage.iso > > starts the processes up and eventually gets to to: > Waiting for reader process to fill input buffer ... > > And it just sits there like that forever. > >

Re: cdrecord image

2003-02-24 Thread Michael Heironimus
On Mon, Feb 24, 2003 at 01:32:45PM -0800, Curtis Vaughan wrote: > Well, just issuing a command like: > cdrecord -dev=0,0,0 -v - cdimage.iso That's because you have the "-" in there that tells cdrecord to try to read an image from standard input as the first track or session. Since you're trying to

Re: cdrecord image

2003-02-24 Thread Curtis Vaughan
Well, just issuing a command like: cdrecord -dev=0,0,0 -v - cdimage.iso starts the processes up and eventually gets to to: Waiting for reader process to fill input buffer ... And it just sits there like that forever. Now, I'm assuming when you say to issue the command: mkisofs -R -J -o cdimage.iso

Re: cdrecord image

2003-02-21 Thread Rob Weir
On Thu, Feb 20, 2003 at 11:09:20AM +1100, Michael Wardle wrote: > On Thursday, February 20, 2003 10:07, Curtis Vaughan wrote: > > In order to write files to a burner I issue the following command: > > mkisofs -R -J /directory/with/files | cdrecord dev=0,0,0 -v - > > > > However, I can't figure out

Re: cdrecord image

2003-02-19 Thread Michael Wardle
On Thursday, February 20, 2003 10:07, Curtis Vaughan wrote: > In order to write files to a burner I issue the following command: > mkisofs -R -J /directory/with/files | cdrecord dev=0,0,0 -v - > > However, I can't figure out how to issue the command to write an *iso > image to a writable CD. Can an

Re: cdrecord image

2003-02-19 Thread Michael Heironimus
On Wed, Feb 19, 2003 at 03:07:47PM -0800, Curtis Vaughan wrote: > In order to write files to a burner I issue the following command: > mkisofs -R -J /directory/with/files | cdrecord dev=0,0,0 -v - > > However, I can't figure out how to issue the command to write an *iso > image to a writable CD.