Skip to content

simple fuseFS using mmap + list to manage files and data

Notifications You must be signed in to change notification settings

sprookie/MapFUSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • yum install fuse-devel
  • gcc -Wall fuse_mmap.c pkg-config fuse --cflags --libs -o fuse_mmap
  • mkdir /tmp/fuse
  • ./fuse_mmap /tmp/fuse

About

simple fuseFS using mmap + list to manage files and data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages