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/localI get the following error
fuse: device not found, try 'modprobe fuse' firstSo I did
modprobe fuseAnd 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