Ubuntu 18.04 - fuse: device not found

I'm trying to make SSHFS work in my Ubuntu 18.04 version (bionic).

I run the following command:

sudo sshfs -o idmap=user xxx.xxx.xxx.xxx:/path/to/remote /path/to/local

I get the following error

fuse: device not found, try 'modprobe fuse' first

So I did

modprobe fuse

And got the following:

modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.0-19041-Microsoft/modules.dep.bin'
modprobe: FATAL: Module fuse not found in directory /lib/modules/4.4.0-19041-Microsoft 

Any help?

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like