Skip to content

HiranmayaGundu/Unix-File-System-Using-FUSE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnixFileSystem

Implementation of Unix file system using FUSE (File System in User Space) library. The implementation ensures that the file system state is persistent across machine reboots or mount/unmount of file system.

File System Overview

image

Inode Structure

image

File Descriptor table

image

List of system calls implemented

  1. open / creat
  2. close
  3. pread
  4. pwrite
  5. lstat
  6. mkdir
  7. rmdir
  8. rm
  9. readdir
  10. mknod

About

Implementation of Unix file system using FUSE library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 99.3%
  • Other 0.7%