Skip to content
/ mfs Public

Simple filesystem for learning written in c++ (linux)

Notifications You must be signed in to change notification settings

ghostrgk/mfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minifs

simple filesystem for learning

notes

x86_64
mostly POSIX
fs++ can crash if it fails to initialize or detects file corruption

part 1: local app

uses fs library written in c++ (cmake target: fs++)

cmake target: local_app

usage: local_app path_to_ffile

part 2: client + daemon server

uses fs library written in c++ (cmake target: fs++)

cmake targets: client, simple_server

usage:

  • simple_server path_to_ffile
  • client address port

About

Simple filesystem for learning written in c++ (linux)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published