go-fuse icon indicating copy to clipboard operation
go-fuse copied to clipboard

FUSE bindings for Go

Results 74 go-fuse issues
Sort by recently updated
recently updated
newest added

Otherwise, the Serve() and Unmount() calls will race calling loops.Add(1) and loops.Wait() and the outcome is undefined. Signed-off-by: Shayan Pooya

Hello up there. I've tried to run go-fuse tests and from time to time there is unionfs failure. It happens with both Go1.10 and Go1.11. My kernel is `Linux deco...

The benchmark script uses bashisms such as `>&`, so the shebang line should be changed to `#!/bin/bash`

If any call to `(fs.DirStream).Next` other than the first one returns an error, users reading the directory entries see an `EIO` instead of the returned error. Here is a gist...

When I compile and build this library for `GOARCH=386` `GOOS=linux` I get this panic on startup ``` panic: LARGEFILE (8000) overlaps with LARGEFILE (8000) goroutine 1 [running]: github.com/hanwen/go-fuse/v2/fuse.(*flagNames).set(0xd219000, 0x8000, {0x9cdc4c6,...

Fixes an issue that the `init()` func in splice.go panics if /dev is not yet mounted. This allows supporting go-based init binaries which set up all the filesystems on the...

How to solve this err ``` 2023/12/06 08:02:53 Unimplemented opcode POLL ```

When using `cp -Rp` to copy files into a loopbackfs dir, the `cp` command returned error like this. ``` -> % cp -Rp lib /Users/Shared/m cp: utimensat: /Users/Shared/m/lib/libunistring.dylib: No such...

README says about macOS ``` Go-FUSE works somewhat on OSX. Known limitations: - All of the limitations of OSXFUSE, including lack of support for NOTIFY. ... ``` Although it may...

This pull request implements support for FUSE-T, which eliminates the need to install kernel extensions on macOS. https://github.com/macos-fuse-t/fuse-t