Skip to content

A User-Space File System implementation using the FUSE Library

Notifications You must be signed in to change notification settings

StevenMonty/File-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FUSE - File System in User Space

A simple index allocation based file system implemented at the user level using the FUSE library.

The File system has the following properties:

  1. The root directory “/” will only contain other subdirectories, and no regular files.
  2. The subdirectories will only contain regular files, and no subdirectories of their own.
  3. All files will be full access (i.e., chmod 0666), with permissions to be mainly ignored.
  4. Many file attributes such as creation and modification times will not be accurately stored.
  5. Files cannot be truncated.

All file system contents are contained in a disk image .disk.

About

A User-Space File System implementation using the FUSE Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages