Added FUSE support #55

Merged
Elara6331 merged 65 commits from yannickulrich/itd:fuse into master 2023-03-25 22:23:52 +00:00
Showing only changes of commit 9bbdc3bd52 - Show all commits

View File

@ -18,7 +18,6 @@ func startFUSE(ctx context.Context, dev *infinitime.Device) error {
Err(err).
Send()
return err
return err
}
yannickulrich marked this conversation as resolved Outdated

err is returned twice here

`err` is returned twice here

Oh, sorry, fixed now

Oh, sorry, fixed now
server, err := fs.Mount(k.String("fuse.mountpoint"), root, &fs.Options{