Skip to content

UPPERCASE-team-0/Third-I-v2.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.8%
  • Shell 4.5%
  • Makefile 2.7%