Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 478 Bytes

File metadata and controls

26 lines (16 loc) · 478 Bytes

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