Skip to content

lvonengel/File-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File System

This project consisted of creating a file system in a mini OS.

  • Makefile
  • README.md - This README
  • helpers - Helper code implementing access to bitmaps and blocks
  • nufs.c - The main file of the file system driver
  • test.pl - Tests to exercise the file system

Running the tests

To install an additional package to run the provided tests:

$ sudo apt-get install libtest-simple-perl

Then using make test will run the provided tests.

About

Implements a custom user space file system using the Filesystem in Userspace framework. The file system mounts a 1MB disk image and provides core file operations by simulating how data is stored and managed at a low level.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors