From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200008010542.BAA09040@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Installing the updates From: "Russ Cox" Date: Tue, 1 Aug 2000 01:42:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: f0376b5a-eac8-11e9-9e20-41e7f4b1d025 A user could have the distribution source on a CDROM and view it via a cache file server. This would store only the files that have changed - using copy on write. I suspose this could be extended to storing only the blocks that have changed, or even file diff(1) output, or wrap(8) file even... I'am not sure if this is interesting or hedious :-) I think it's interesting, at least until you start talking about saving individual blocks or diff output, at which point it gets complicated enough to perhaps qualify as hideous. Especially given that binaries don't change much.