-
Fedora splits development packages, so when tup requires FUSE to bootstrap, it fails even though the fuse package is installed. ./bootstrap-nofuse.sh does not seem to work; the correct workaround is t…
-
Hi,
is this supported?
I talked with you earlier about Jellyfin not being to able to see updates on the file systems created using rar2fs.
I checked now and it says that only certain file system…
-
Hi,
My toml file:
```toml
[package]
name = "crazyfuse"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.19", features = ["cargo"] }
env_logger = "0.11.5"
fuser =…
-
The "nonempty" option has been removed from libfuse, see https://github.com/libfuse/libfuse/commit/0bef21e8543dda7f02b5f4cb3008a7292d249842.
```
$ pcloudcc -u abcd@example.com
pCloud console clie…
-
Hello,
As of 2015-12-22, libfuse has moved to https://github.com/libfuse/, this breaks the fuse recipe, the new url is:
`https://github.com/libfuse/libfuse/releases/download/fuse_2_9_4/fuse-$PKG_VER…
-
Could you add a license to buse.h? It's in a somewhat ambiguous state right now.
I feel like the LGPL would be the best choice for this project, libfuse uses it as well: https://github.com/libfuse…
-
These bindings use libfuse version 2.9. Libfuse 3.0.0 was released in 2016, and has been continually improved with regular releases. Thus it would be great to update these bindings to instead use th…
-
I am unable to install this on apple silicon.
I tried installing MacFuse via brew, but that didn't work, so I installed it from the github release and did all of the security stuff. Then I tried…
-
The build fails with a "file in wrong format" message on ld step with the libfuse, it seems to be the first error:
```
#52 1189.3 make: Entering directory '/home/node/xen-orchestra/node_modules/fuse…
-
OS: CentOS 7
The default fuse module is libfuse.so.2.9.2, so I download and make the libfuse.so.2.9.7.
And I place the libfuse.so.2.9.7 in /home/haiqwa/lib.
I have added the path of the libfuse.so…