Re: Wodim: How to read from stdin?

2010-01-04 Thread Greg Wooledge
On Sun, Jan 03, 2010 at 08:39:37AM +0100, Til Schubbe wrote: > Computer A has the burner inside, but not enough free diskspace to > cache the image, which is on computer B... But meanwhile I think > about putting the burner into A. Or you could mount the filesystem from B onto A, using NFS or Samb

Re: Wodim: How to read from stdin?

2010-01-03 Thread Bill Davidsen
Joerg Schilling wrote: Bill Davidsen wrote: This is a limitation of cdrecord and programs derived from it. The growisofs program knows how to do this for DVD but can not do it for CD (one of my problems). In your case you can know the size of the image in advance because you have it. In f

Re: Wodim: How to read from stdin?

2010-01-03 Thread Joerg Schilling
"Thomas Schmitt" wrote: > Bill Davidsen: > > In my case I have a data stream of 400-500MB which I wish to burn to CD, but > > because I can't know the size in advance and don't wish to save it for > > reasons I won't detail, I am forced to use growisofs and DVD for these > > little data sets. > >

Re: Wodim: How to read from stdin?

2010-01-03 Thread Joerg Schilling
Til Schubbe wrote: > > In fact, I wonder why you don't just burn > > it direct. > > Computer A has the burner inside, but not enough free diskspace to > cache the image, which is on computer B... But meanwhile I think > about putting the burner into A. One solution for this problem is the RSCS

Re: Wodim: How to read from stdin?

2010-01-03 Thread Joerg Schilling
Bill Davidsen wrote: > This is a limitation of cdrecord and programs derived from it. The > growisofs program knows how to do this for DVD but can not do it for CD > (one of my problems). In your case you can know the size of the image in > advance because you have it. In fact, I wonder why yo

Re: Wodim: How to read from stdin?

2010-01-03 Thread Thomas Schmitt
Hi, me: > > Just like options -sao -isosize with crskin. (The size is > > announced somewhere between block 16 and 31. So this is no black > > magic.) Til Schubbe: > Which means that cdrskin doesn't need to read the image as a whole > from stdin when starting, but gets it while burning (with a

Re: Wodim: How to read from stdin?

2010-01-02 Thread Til Schubbe
* On 02.01. Bill Davidsen muttered: > Til Schubbe wrote: > > My goal is to burn a DVD with an existing image over the network. > > Therefore I asked for reading from stdin. > In fact, I wonder why you don't just burn > it direct. Computer A has the burner inside, but not enough free diskspace

Re: Wodim: How to read from stdin?

2010-01-02 Thread Bill Davidsen
Til Schubbe wrote: * On 02.01. Thomas Schmitt muttered: | So it seems you need a different burn program. Seems so. Joerg Schilling wrote: Please note that software that allows to write media without knowing the size in advance is not writing in SAO mode. In principle: yes. B

Re: Wodim: How to read from stdin?

2010-01-02 Thread Joerg Schilling
"Thomas Schmitt" wrote: > Joerg Schilling wrote: > > Please note that software that allows to write media without knowing the > > size in advance is not writing in SAO mode. > > In principle: yes. > > But cdrskin can combine options -sao and -isosize > and thus can burn ISO images which it receiv

Re: Wodim: How to read from stdin?

2010-01-02 Thread Til Schubbe
Hi, * On 02.01. Thomas Schmitt muttered: > > My goal is to burn a DVD with an existing image over the network. > > Therefore I asked for reading from stdin. > That should not keep you from trying Andy Polyakov's growisofs or > one of my libburn based programs. Ok. > Just like options -sao -is

Re: Wodim: How to read from stdin?

2010-01-02 Thread Thomas Schmitt
Hi, > My goal is to burn a DVD with an existing image over the network. > Therefore I asked for reading from stdin. In that case you may use wodim with option tsize=. E.g. size=$(ls -l /dvdbuffer/fertig.iso | \ awk '{print $5}') cat /dvdbuffer/fertig.iso | \ ssh "wodim -v dev=0,0,

Re: Wodim: How to read from stdin?

2010-01-02 Thread Til Schubbe
* On 02.01. Thomas Schmitt muttered: | So it seems you need a different burn program. Seems so. > Joerg Schilling wrote: > > Please note that software that allows to write media without knowing the > > size in advance is not writing in SAO mode. > > In principle: yes. > > But cdrskin can combi

Re: Wodim: How to read from stdin?

2010-01-02 Thread Til Schubbe
* On 02.01. Joerg Schilling muttered: > First a question: Why do you like to use defective and illegal > software like wodim? > [...] I do not intend to do so. I never digged into CD-writing in depth, so your info is appreciated. I'm running Debian Lenny and have to trust those people to imple

Re: Wodim: How to read from stdin?

2010-01-02 Thread Joerg Schilling
Norbert Preining wrote: > On Sa, 02 Jan 2010, Joerg Schilling wrote: > > First a question: Why do you like to use defective and illegal software > > like wodim? > > Please stop calling anything "illegal" without a legal proof of it. > Please go to court and find clarification once and for all, ot

Re: Wodim: How to read from stdin?

2010-01-02 Thread Norbert Preining
On Sa, 02 Jan 2010, Joerg Schilling wrote: > > > First a question: Why do you like to use defective and illegal software > > > like wodim? > > > > Please stop calling anything "illegal" without a legal proof of it. > > Please go to court and find clarification once and for all, otherwise > > you in

Re: Wodim: How to read from stdin?

2010-01-02 Thread Thomas Schmitt
Hi, Joerg Schilling wrote: > Please note that software that allows to write media without knowing the > size in advance is not writing in SAO mode. In principle: yes. But cdrskin can combine options -sao and -isosize and thus can burn ISO images which it receives from stdin to CD as SAO resp. to

Re: Wodim: How to read from stdin?

2010-01-02 Thread Norbert Preining
On Sa, 02 Jan 2010, Joerg Schilling wrote: > First a question: Why do you like to use defective and illegal software > like wodim? Please stop calling anything "illegal" without a legal proof of it. Please go to court and find clarification once and for all, otherwise you in turn can be sued for "

Re: Wodim: How to read from stdin?

2010-01-02 Thread Joerg Schilling
Til Schubbe wrote: > Hi, > > on 25 May 2007 Thomas Schmitt wrote: > > | I.e. this does not work: > | $ cat /dvdbuffer/fertig.iso | wodim -v dev=0,0,0 - > | ... > | wodim: Track 1 has unknown length. > > I'm getting the same errormessage. How can wodim read from stdin? First a question: Why

Re: Wodim: How to read from stdin?

2010-01-02 Thread Thomas Schmitt
Hi, Til Schube: > I'm getting the same errormessage. How can wodim read from stdin? I once wrote in http://lists.debian.org/cdwrite/2007/05/msg00097.html > > i do know that the following command works with > > a DVD+RW: > > $ wodim -v dev=0,0,0 /dvdbuffer/fertig.iso > > That's with version 1.1

Wodim: How to read from stdin?

2010-01-01 Thread Til Schubbe
Hi, on 25 May 2007 Thomas Schmitt wrote: | I.e. this does not work: | $ cat /dvdbuffer/fertig.iso | wodim -v dev=0,0,0 - | ... | wodim: Track 1 has unknown length. I'm getting the same errormessage. How can wodim read from stdin? TIA Til -- To UNSUBSCRIBE, email to cdwrite-requ...@othe