-
```
What steps will reproduce the problem?
1. fsmount mem:// ram
2. Try to copy a file from another folder into the ram folder
cp ~/Documents/samplefile.txt ram
Now the MemoryFS tries to read from th…
-
```
What steps will reproduce the problem?
1. fsmount mem:// ram
2. Try to copy a file from another folder into the ram folder
cp ~/Documents/samplefile.txt ram
Now the MemoryFS tries to read from th…
-
Some file modify times cannot be represented well by python's float, and the rounding that occurs is sometimes high enough to cause rsync to believe that a file has changed.
For example, I have a n…
-
What if a CKAN Catalog can be mounted as a filesystem (NFS, Samba, etc.)? And then you can have pseudo-directories for groups and organizations?
Won't it make it easier for data publishers and consum…
-
### Exceptions from init and destroy
According to the [libfuse docs](https://libfuse.github.io/doxygen/structfuse__operations.html#a3a1f9562a38871caaf4fc2de7ea5b470), the return value of the init fun…
-
fusepy is currently a dependency of ratarmount. I was wondering if a switch to e.g. regular fuse-python is possible or planned?
fusepy has not been touched for years now, and there are still plenty…
-
Hi there, I'm interested in making my own clown of tag-based command line interfaces, such as [TMSU](https://tmsu.org/), and I think I could achieve something similar in Python with python-fuse plus S…
-
Right now we support Python2.6+ and Python3 works, but there may be places where it is rough around the edges or is broken. With a proper test suite (#80) we can make sure Python3 is working properly.…
-
```
What steps will reproduce the problem?
1. fsmount mem:// ram
2. Try to copy a file from another folder into the ram folder
cp ~/Documents/samplefile.txt ram
Now the MemoryFS tries to read from th…
-
```
Fuse deals with UTF-8 paths. Since those paths arrive from C code, at least in
fuse3, they should be encoded to unicode strings before arriving at user code.
I can provide a patch for this if my…