Skip to content

Second version of the Third-I File system, built with FUSE

Notifications You must be signed in to change notification settings

ndyashas/Third-I-v2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Third-I-v2.0

Simple implementation of file system on Linux using FUSE.

Usage

  • To download the code and start the file system
$ git clone https://github.com/yashasbharadwaj111/Third-I-v2.0
$ cd Third-I-v2.0
  • To run TIFS
$ make
  • Now the file system is mounted at Third-I-v2.0/mountPoint/ you can go into the directory and check for some of the FS functions.

  • No graceful method (yet) is used to unmount the FS at mountPoint thus , do the following to unmount the FS. Thus, use $ make stop to unmount TIFS. $ make format to unmount and format TIFS.

Contributions

  • Kind souls may send a Pull request with appropriate Bug fix/ New feature . Constructive contributions are appreciated

About

Second version of the Third-I File system, built with FUSE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published