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

Re: Oddness piping mkisofs into recent cdrecord versions



I've had the same problem and if you use tsize=`mkisofs -print-size -quiet file.iso`s as one of the flags then it should work..
Make note that the 's' after the tsize cmd is correct, check the man page for this flag..

eg: mkisofs file.iso | cdrecord -data tsize=`mkisofs -print-size -quiet file.iso`s -

craig.

On 12/18/06, Joerg Schilling < Joerg.Schilling@fokus.fraunhofer.de> wrote:
Bill Davidsen < davidsen@tmr.com> wrote:

> I have a system with a Pioneer DVR-104 drive, revision 1.40 firmware.
> When I try to pipe an ISO into the cdrecord program, it complains that
> it needs tsize= option to do the burn. Piping the same data stream into
> growisofs works fine on the same hardware and O/S, but requires that I
> use a DVD, when a CD would be adequate at times.

cdrecord writes in session at one mode, growifofs writes in packet mode or
similar.

Jörg

--
EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de                 (uni)
       schilling@fokus.fraunhofer.de     (work) Blog: http://schily.blogspot.com/
URL:   http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily


--
To UNSUBSCRIBE, email to cdwrite-REQUEST@other.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@other.debian.org



Reply to: