Skip to content

acoto87/aba_fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

aba_fs

A file system written in C. This was an undergraduated college project and the implementation was in collaboration with Betty Lezcano and Alejandro Díaz (@alexandrosdiaz).

This implementation uses FUSE to implement a custom file system in user space without the need to modify the kernel of the operating system. It also includes a formatter that format and initialize the disk.

It support the following operations:

  • getattr
  • readdir
  • open
  • read
  • mkdir
  • mknod
  • rename
  • rmdir
  • truncate
  • unlink
  • write
  • chmod
  • chown
  • release
  • statfs
  • symlink
  • readlink

About

A file system written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published