'modprobe: FATAL: Module fuse not found in directory
I am trying to mount a remote dir onto my local machine using sshfs. My local is running Ubuntu 20.04. When I try:
sudo modprobe fuse
I get:
modprobe: FATAL: Module fuse not found in directory /lib/modules/5.4.162-1-pve
Fuse (2.9.9-3) is installed on my local machine. The /lib path does not hold a modules/ directory.
How can I make modprobe to work ?
EDIT: The remote machine is a LXC (linux container). That explains why modprobe does not work. Closing question here.
Solution 1:[1]
The remote machine is a Linux container. That explains why the modprobe
command is not working.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Chen Li |