>I have the following "Problem". I have a single file as the output of a
>pipe that i wan't to burn on a cdr.
>
>Is there a way to circumvent writting that file into a directory and then
>"mkisofs"ing that directory?
>
>A way of directly piping that file into mkisofs like
>
>mkisofs --one_file_from_stdin --filename=file --filesize=681574400 <...>
I assume the piped file is not an ISO9660 image already and what you want is to
create an ISO9660 image containing a single file? (your "example" above won't
fit on a standard 650M CD ...)
It is possible to pipe any data to cdrecord - doesn't have to be an ISO9660
image - the data could be a tar archive - of course, the CD will not
mountable as a file system, but you can use tar to extract data from
the raw device as you can with any other media.
To answer your question directly - no it can't be done - however, disks are
"cheap", so buying space to fit 650M of data would probably be the best bet ...
James Pearson
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]