Skip to content

Commit

Permalink
Fix: add fuse-t nobrowse
Browse files Browse the repository at this point in the history
Signed-off-by: akitaSummer <[email protected]>
  • Loading branch information
akitaSummer committed Dec 20, 2023
1 parent be90837 commit 48c3280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/fusedev/fuse_t_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ fn fuse_kern_mount(

let mut cmd = Command::new(FUSE_NFSSRV_PATH);
cmd.arg("--noatime=true")
.arg("--noatime=true")
.arg("--dontbrowse=true")
// .arg("-d")
// .arg("-c")
.args(["--volname", &format!("{}-{}", fsname, subtype)]);
Expand Down

0 comments on commit 48c3280

Please sign in to comment.