Re: [ILUG] disk to disk cd copying

From: Johno Sullivan (johno at domain tornado.ie)
Date: Thu 10 Feb 2000 - 13:52:17 GMT


On Thu, 10 Feb 2000, Niall wrote:

>Hmm . . CD to CD copying involves reading CD, making an ISO fs from it to
>stdout and piping that to a CD recording process. Presumably you're going
>to need at least as much free VM as the size of the CD plus some for
>overhead.

I doubt thats absolutely necessary.. I moved >4Gb of files from one disk
to another through std{in,out} with 128mb of swapspace..
tar cf - dir | (cd /newdir ; tar xf -)
I don't think it even used swap!

johno



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:05:24 GMT