/mrfs

Primary LanguageC++

Memory resident file system

Operating System (Guidelines: Prof. Indranil Sengupta )

The API contains the following functions:

  1. Create, dump and load MRFS.
  2. Copy files between PC and MRFS.
  3. Create, edit, delete, copy, move, open, read, write, close files in MRFS.
  4. Change information of inode of a file in MRFS.
  5. Change current working directory in MRFS.

Refer to this document for full detail.