ls/ll works now

This commit is contained in:
Moritz Gmeiner 2025-07-31 01:14:28 +02:00
commit 7f6c304709
5 changed files with 334 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();