use direct io for now

This commit is contained in:
2024-06-14 18:41:46 +02:00
parent e12d6b7c54
commit 95dddb22e7

View File

@@ -38,7 +38,7 @@ public class DhfsFuse extends FuseStubFS {
Paths.get(root).toFile().mkdirs();
Log.info("Mounting with root " + root);
mount(Paths.get(root), false, true);
mount(Paths.get(root), false, true, new String[]{"-o", "direct_io"});
}
@Override