Very simple file system realizing basic functions implemented in C.
-
Updated
Feb 20, 2021 - C
Very simple file system realizing basic functions implemented in C.
A simple file system checker for the Very Simple File System (VSFS), written in C. This tool reads a virtual file system image (vsfs.img), checks for errors in the superblock, inodes, bitmaps, and data blocks, and reports or fixes the problems.
Basic file system implementation using custom files as virtual discs
Crash-consistent metadata journaling for a simplified VSFS filesystem
To associate your repository with the vsfs topic, visit your repo's landing page and select "manage topics."