No description
2c7956c739
Yes, it is a bit strange how fusepy reverses these parameters when calling into the Operations object, but they are indeed reversed. This patch fixes the example to work correctly when symlinking or linking in the passthrough. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
passthrough.py | ||
README.md | ||
requirements.txt |
python-fuse-sample
This repo contains a very simple FUSE filesystem example in Python. It's the code from a post I wrote a while back:
https://www.stavros.io/posts/python-fuse-filesystem/
If you see anything needing improvement or have any feedback, please open an issue.