Skip to content

Commit e58bcef

Browse files
akitaSummerimeoer
authored andcommitted
Fix: add fuse-t nobrowse
Signed-off-by: akitaSummer <akitasummer@outlook.com>
1 parent 627f55b commit e58bcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport/fusedev/fuse_t_session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ fn fuse_kern_mount(
408408

409409
let mut cmd = Command::new(FUSE_NFSSRV_PATH);
410410
cmd.arg("--noatime=true")
411-
.arg("--noatime=true")
411+
.arg("--dontbrowse=true")
412412
// .arg("-d")
413413
// .arg("-c")
414414
.args(["--volname", &format!("{}-{}", fsname, subtype)]);

0 commit comments

Comments
 (0)