ls/ll works now
This commit is contained in:
parent
bdcda26d77
commit
7f6c304709
5 changed files with 334 additions and 89 deletions
|
|
@ -30,7 +30,7 @@ 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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue