Skip to content

miebach/python-fuse-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-fuse-sample

A simple FUSE filesystem example in Python.

Fork of https://github.com/skorokithakis/python-fuse-sample

usage

python passthrough.py root mountpoint

Example:

mkdir myfiles
touch myfiles/file1
touch myfules/file2
mkdir mymountpoint
python passthrough.py myfiles mymountpoint

The directory myfiles is now mounted at mymountpoint.

About

A sample FUSE filesystem in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%