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 authored and imeoer committed Jan 26, 2024
1 parent 627f55b commit e58bcef
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 e58bcef

Please sign in to comment.