implemented read
This commit is contained in:
parent
e1d458a384
commit
2b01b9ff0e
6 changed files with 149 additions and 23 deletions
|
|
@ -30,9 +30,11 @@ fn main() -> anyhow::Result<()> {
|
|||
})
|
||||
.unwrap();
|
||||
|
||||
let _handle = fuser::spawn_mount2(fat_fuse, mountpoint, &options)?;
|
||||
let handle = fuser::spawn_mount2(fat_fuse, mountpoint, &options)?;
|
||||
|
||||
rx.recv().unwrap();
|
||||
|
||||
handle.join();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue