>To: Matthias Schniedermeyer <[EMAIL PROTECTED]>
>>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 ...
I am sure I already posted this:
1) create a named pipe xxx
2) xterm #1: start: star -c ... tsize=1200000 f=xxx
3) xterm #2: start (TAO mode !!!) cdrecord -eject ... xxx
Then change CD's as needed and after that tell star that a new tape
has been mounted on "xxx".
You will get a number of CD's that contain complete and correct tar
archives. If you don't have hard links, you may even extract them
in any order.
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]