Skip to content
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages