fuse-friends / fuse-native

Multithreaded FUSE bindings for Node JS.
203 stars 29 forks source link

fuse: device not found on WSL2 #9

Open mjp0 opened 4 years ago

mjp0 commented 4 years ago

I'm testing fuse-native on Ubuntu running on WSL2. I've Fuse installed and fuse-native is-configured says true. Despite that, fuse.mount() crashes the script with fuse: device not found, try 'modprobe fuse' first error. WSL2 doesn't seem to be able to do modprobe so that doesn't help.

Any idea what to try to fix this?

zkochan commented 3 years ago

I have the same issue. Is there a workaround for this?