Added FUSE support #55

Merged
Elara6331 merged 65 commits from yannickulrich/itd:fuse into master 2023-03-25 22:23:52 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit bfb21ea6a9 - Show all commits

View File

@ -492,6 +492,7 @@ func main() {
MountOptions: fuse.MountOptions{
// Set to true to see how the file system works.
Debug: false,
SingleThreaded: true,
},
})
if err != nil {