What kinds of things would you want in the GNU OS?

Kenneth Almquist ka at june.cs.washington.edu
Tue May 30 18:51:29 AEST 1989


James Buster asks what kinds of things should be in th GNU kernel:

> Networking:	NFS? RFS? Something better?

Something better.  I would like to see a distributed file system along
the lines of the Sprite file system or the Apollo Domain file system.
The features I want are:

    1)	A single global name space.  A file should have the same name
	regardless of which system it is being accessed from.

    2)	The semantics of file operations should be the same regardless
	of whether the file is local or not.

    3)	If a file cannot be accessed because the system it is on is
	down or unreachable, the user should be notified quickly.

    4)	The ability to replicate file system that change infrequently,
	to increase availability.

Kenneth Almquist



More information about the Comp.unix.wizards mailing list