9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard <ru@ohio.river.org>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] caching/overlay/union filesystem
Date: Tue,  1 Aug 2000 13:15:28 -0700	[thread overview]
Message-ID: <200008012015.NAA28249@ohio.river.org> (raw)
In-Reply-To: <200008011306.JAA16082@cse.psu.edu>

rob pike writes:
>	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...
>
>This is the essence of what BSD calls union directories.

and what Linux calls the Overlay File System, which hasnt been updated
for 2 years.
http://home.att.net/~artnaseef/ovlfs/ovlfs.html

Russ Cox writes:

>If you had such a thing, you could try out
>new wrap updates by doing
>
>	gunzip < /tmp/new.9gz >/tmp/new.9
>	archfs /tmp/new.9
>	stitch -b /tmp/new.9 /

another applications: many of us working at home get most of 
our software off of CDs.  it is wasteful to  back up this
stuff because one can install it again from CD very easily and
the CD's are even replaceable in case one loses one.

and yet most of us have made small changes and additions to this stuff.
most of those changes and additions can be restricted to one's home
directory or /etc and thus be kept separate from the stuff from CD, but
some changes have to go into eg /usr/lib/terminfo/ (excuse the Unixiness
of this example).

by keeping the "underlying" filesystem "pristine" (like it was right
after installing from the CD) and by keeping all local changes in an
overlay filesystem, one can back up just the local changes.  this makes
backup archives much much smaller, often letting you get by with backing
up onto zip drives or CDRWs or even to the Internet rather than to tape
(saving the cost of a tape drive).


      parent reply	other threads:[~2000-08-01 20:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-01 13:06 [9fans] Installing the updates rob pike
2000-08-01 13:10 ` Lucio De Re
2000-08-01 20:15 ` Richard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200008012015.NAA28249@ohio.river.org \
    --to=ru@ohio.river.org \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).