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.
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.
3 comments
FATAL: Module fuse not found.
@"FATAL: Module fuse not found."
install the correct kernel-module-fuse rpm. alternatively, install the libfuse2 and fuse-utils packages.
worked like a charm! thanks
Leave a Reply