Skip to content

A fuse implementation which uses json file as a source of file structure

License

Notifications You must be signed in to change notification settings

ASerkanGoktas/json2fuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json2fuse

A fuse file system which uses json file as a source of file structure. json2fuse works both ways. The changes you make to the json file will be visible in the file system, also, when you make changes in the file system, it will be exposed to the json file.

Dependencies

  • cJSON 1.7.14
  • Fuse library

Build

Cmake finds the dependencies if you have the dependencies installed.

Install

You can specify install directory by changing CMAKE_INSTALL_PREFIX

Run

Run by ./json2fuse .. fuse parameters .. filestructure.json

About

A fuse implementation which uses json file as a source of file structure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published