Skip to content

A simple linux Filesystem using FUSE framework.

License

Notifications You must be signed in to change notification settings

dheshanm/fuse-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Filesystem using FUSE

This project contains a static read only filesystem that contains only 1 file in an otherwise empty directory. As seen in fntlnz's "Write a filesystem with FUSE" blog post.

Features

  1. Implements the following operation callbacks :
    • getattr
    • readattr
    • open
    • read
    • readdir

About

A simple linux Filesystem using FUSE framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.9%
  • CMake 35.1%