Skip to content

jaredwelch1/FileSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filesystem

A fully working file system using software to function as a storage device in place of physical memory.

Features

  • Create, format, and mount a file system, including formatting the inode table and necessary structures

  • Can mount an existing file system (uses a file to represent cold storage of the filesystem.)

  • can unmount a file system and store its contents to a file to be preserved

  • create file (or directory)

  • move file

  • write to file

  • read from file

  • delete file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •