"Ekkehard Kraemer" <[EMAIL PROTECTED]> writes:

> Can I use growisofs to supply my own stream of data without an ISO FS being
> created?

The -Z option can take a special x=y parameter which means write y (any
arbitrary pre-mastered image) to device x.  You may be able to use standard
input as y like this:

  gzip -c /dev/hdaX | growisofs -Z /dev/dvd=/dev/stdin

I suspect it may fail due to being unable to determine the size of the input
stream.  It's worth a try, though.

Derrell


_______________________________________________
Dvdrtools-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/dvdrtools-users

Reply via email to