Subject: Feature bloat... Possible idea...
To: None <current-users@NetBSD.ORG>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 07/06/1996 01:03:42
Has anyone implemented a filesystem with copy-on-write semantics?  I'd like
to be able to, for instance, have a file which will be a link to another file,
until it gets written to, at which point, it becomes a new file, containing
whatever new data.  Is this monumentally stupid for a reason which will
become apparent before this message makes it back to me, and/or is it
implemented already?

-s