Project Design

Project Design

The project involves a file system, contained within an ordinary Linux file. The goal is to gain experience with operating system structures related to files: create and delete; open and close; read, write, and reposition; and get file attributes, set file attributes. Imagine that your file system will have 2 users, who don't like to trust each other all the time.

Importance of prerequisites:

After requirements comes architecture

Typical architectural components

Design in Construction