A distributed file system

  • Authors:
  • C. V. Ravi

  • Affiliations:
  • -

  • Venue:
  • ACM '75 Proceedings of the 1975 annual conference
  • Year:
  • 1975

Quantified Score

Hi-index 0.00

Visualization

Abstract

The design of a file system for a multiprocessor interactive computer system is described. The architecture of the computer system is such that direct access to a resource allocated to a process is not allowed to any other process. Thus, sharing of files can only be done by transmission of copies. The file system is functionally distributed so that different functions run on different processors and some functions are implemented in firmware. Also, there are no global file directories. The construction of a one process file system that is extensible and very modular is detailed, and facilities for file sharing among processes are then presented.