ls/ll works now

This commit is contained in:
Moritz Gmeiner 2025-07-31 01:14:28 +02:00
commit d36a717b11
5 changed files with 335 additions and 89 deletions

View file

@ -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();