Hi,

On Wed, Oct 11, 2000 at 06:53:25PM +0000, mendes wrote:
> Mine is a parallel one and the speed is not enough: buffer underun all over 
> the place.

I have the IDE ZIP, and it's rate in average is 600KB/s. So i burn in 2x speed.

I *don't* want to make multisession.

If i have a splitted ISO on my ZIPs, i will able to burn it for example this way:

(for a in 0 1 2 3 4 5 6; do echo -e 'change ZIP now!\a' 1>&2; sleep 20; \
echo -n '...' 1>&2; mount /mnt/zip; cat /mnt/zip/foo.iso.${a}; umount /mnt/zip; \
echo 'done' 1>&2; done) | cdrecord -v -eject -data -

(hope this works, i wrote this from scratch)

I have set buffer to 20MB (i have about 1 minute to change the ZIP).

But i have no splitted ISO, but normal directories there. So my problem is how
to do ISO from stdin.

I'm dreaming about this:
(cat ...) | mkisofs --list-of-files-with-sizes "list.txt" | cdrecord -data -

So is there chance to do it this way, another way, or no way?

Thanks in advance.
-- 
Miroslav Lichvar
[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to