diff --git a/fuse/main.go b/fuse/main.go index 21c6497..18c8052 100644 --- a/fuse/main.go +++ b/fuse/main.go @@ -492,6 +492,7 @@ func main() { MountOptions: fuse.MountOptions{ // Set to true to see how the file system works. Debug: false, + SingleThreaded: true, }, }) if err != nil {