mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
disable fuse debug
This commit is contained in:
@@ -46,7 +46,7 @@ public class DhfsFuse extends FuseStubFS {
|
|||||||
var uid = new UnixSystem().getUid();
|
var uid = new UnixSystem().getUid();
|
||||||
var gid = new UnixSystem().getGid();
|
var gid = new UnixSystem().getGid();
|
||||||
|
|
||||||
mount(Paths.get(root), false, true,
|
mount(Paths.get(root), false, false,
|
||||||
new String[]{"-o", "direct_io", "-o", "uid=" + uid, "-o", "gid=" + gid});
|
new String[]{"-o", "direct_io", "-o", "uid=" + uid, "-o", "gid=" + gid});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user