Fix to "fuse: device not found, try 'modprobe fuse' first" for ssh

To fix the error: "fuse: device not found, try 'modprobe fuse' first", do the following on the command line:

modprobe fuse

Then retry your sshfs command.

View this page on GitHub.
Posted .

3 comments

  1. anonymous

    FATAL: Module fuse not found.

  2. anonymous

    @"FATAL: Module fuse not found."

    install the correct kernel-module-fuse rpm. alternatively, install the libfuse2 and fuse-utils packages.

  3. anonymous

    worked like a charm! thanks

Leave a Reply