Skip to content

Implementation of a filesystem in C. Superblock, inodes, diskblocks, files.

Notifications You must be signed in to change notification settings

varunkumare99/FileSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileSystem reference The following are implemented as part of the filesystem.

  • Superblock ( info about all the inodes and disk blocks present in the file system)

    • read
    • write
  • Inodes ( info about files, each file is mapped to one inode)

    • read
    • write
  • Block ( blocks store the actual data in files)

    • read
    • write
  • File

    • create
    • resize
    • read
    • write

About

Implementation of a filesystem in C. Superblock, inodes, diskblocks, files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published