Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/repalash/verysimplefilesystem

A Very Simple FileSystem developed as the project for OS course.
https://github.com/repalash/verysimplefilesystem

Last synced: 1 day ago
JSON representation

A Very Simple FileSystem developed as the project for OS course.

Awesome Lists containing this project

README

        

Very Simple File System
=======================

A Very Simple FileSystem developed as the project for OS course.
It creates a virtual filesystem on a file, and has methods to read and write on a data block, and read and write from a file.
I used Inodes and Bitmaps to keep track of free data blocks and implement the file system.
The inode for a file has the file metadata and upto 15 pointers to data blocks.