Skip to content

chenatu/simpleFs

 
 

Repository files navigation

This is a simple file system customized from the minix file system. This file system use a virtual network driver to represent the disk.
So the disk is just a file created by myself, to get it work, you should use the 'dd' command in the linux terminal to create a file named 'bigfile'
which should be larger than 200M. Because it is so large, I don't push it to my repository.

About

a simple file system on linux, inspired by minix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • C++ 0.2%