[SOLVED] modprobe fuse - LXC

voarsh

Member
Nov 20, 2020
218
19
23
28
I wasn't able to run MergerFS because my LXC reports:
"fuse: device not found, try 'modprobe fuse' first"
modprobe: FATAL: Module fuse not found in directory /lib/modules/5.4.101-1-pve

https://askubuntu.com/questions/450570/modprobe-fuse-returns-module-fuse-not-found
apt-get install module-assistant

apt-get install fuse-source

cd /usr/src

m-a prepare

m-a a-i fuse

depmod -ae $(uname -r)
1616699471377.png


I guess the only solution is to install/update something on the host, and I'd rather not do that without some input here.
(FYI the image of my LXC is using: ubuntu-20.04-standard_20.04-1_amd64)
Thanks.
 
Last edited:
hi,

have you tried enabling the fuse feature for the container? Container -> Options -> FUSE
 
  • Like
Reactions: lectrician1
Hmm. I missed that. In any case, I installed MergerFS on Proxmox used, used an LXC to mount the folder and did Samba/NFS from it as a work around.
Thanks.