/Multiprocess-filesystem

💽 File system in user space. Synchronized using message queues.

Primary LanguageC++MIT LicenseMIT

Multiprocess-filesystem

📂 Implementation of multiprocess filesystem in user space with virtual disk.

build guide

  1. make a ./build/ folder
  2. cd to build folder
  3. run 'cmake ..'
  4. run 'make -j4'
  5. congrats, you have successfully built a library, apps and tests

launch guide

  1. cd to build folder
  2. build apps
  3. run ./manager to create virtual disk
  4. run ./client to check some use cases