Skip to content

jobala/tinyFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyFS: A Little File System

TinyFS is a little filesystem with no big plans.

Setup

  1. Run mkdir /tmp/tiny
  2. Run sudo addgroup <username> fuse

Running

  1. To start tinyFS run make run in this project's root dir
  2. To interact with tinyFS, open another terminal and perform file operations on /tmp/tiny ie stat /tmp/tiny

Resources

Supported

  • stat
  • ls
  • mkdir
  • rmdir
  • create
  • read
  • write
  • unlink