mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
use direct io for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user