Jump to content

Remote File Sharing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Isto Ylisirkka (talk | contribs) at 20:15, 26 November 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Remote File System (RFS) was a file access protocol developed by AT&T in the 1980s. It was first delivered with UNIX System V Release 3. Compared to NFS it was superior on purely logical grounds, a true network file system which preserved UNIX semantics across the network. Unlike NFS the RFS daemon maintains state to keep track of how many times a file has been opened, if any process has locked the file, etc.

  • Preserves UNIX semantics. (File locking, etc)
  • Allows mounting of devices across the network (e.g /dev/cdrom)
  • Transparent access to files. Users needn't know where a file is located.