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:
Code
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.
Comments