hfuse
hfuse copied to clipboard
Haskell bindings for the FUSE library
Resolves #11 This PR adds a file handle parameter and directory handle parameters to `FuseOperation`. This is a API-breaking change. ## Summary - Added parameter `fh` to `fuseSynchronizeFile` - Added...
Nice library! I'm using it in a [small project](https://github.com/timbod7/secretfs). I'd like my filesystem to unmount itself under certain circumstances - any suggestions on how this can be done with the...
Question
Maybe this is obvious, but what is the extra `FilePath` argument e.g. in `fuseRead` for? The function gets an `fh` anyway, after all..
Nice to meet you. I'm studying this package by writing an "identity" filesystem whose callbacks just calls corresponding system calls. I've stumbled upon implementing `fuseSynchronizeFile`, whose type is `FuseOperations fh...
https://github.com/o-nly/httpfs/blob/master/haskell/fuse.hs#L92 any ideas to avoid hardcoding length number?
Hi I am trying to use HFuse for a hit-and-run-scenario: my application should mount the virtual FS, execute an external shell command (using `callCommand`) that uses that FS, unmount the...
This seems at least superficially non-trivial (since this package requires `unix` which won't compile on windows) https://github.com/dokan-dev/dokany/wiki/FUSE
Can you please upload it to stackage?