Basic file system implementation using custom files as virtual discs
-
Updated
Sep 9, 2020 - C
Basic file system implementation using custom files as virtual discs
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.
Crash-consistent metadata journaling for a simplified VSFS filesystem
Add a description, image, and links to the vsfs topic page so that developers can more easily learn about it.
To associate your repository with the vsfs topic, visit your repo's landing page and select "manage topics."