Skip to content

ShravanAYG/fuse-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FUSE filesystem test

This is a test project for my upcomming project on fuse file system

Building

mkdir build
cd build
cmake ..
make

Running

Create a mount point directory and mount the fs there

mkdir mount
./my_fs mount

Unmounting

fusermount -u /full/path/to/mount

About

A FUSE filesystem for acessing files in memmory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published