Skip to content

Konstantin-sudo/OS2_Simple-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

University project within the curse Operating Systems 2

Simple File System (FS)

  • FS that works with one partition and multiple clients
  • Using bit vector for allocation and indexed sequential file organization (2 levels)
  • Realized functions within FS:  mounting a file system, formatting a new file system, creating files(opening files), reading and writing into files, etc
  • Used C++ language to build the solution

Releases

No releases published

Packages

No packages published

Languages