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)
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.
"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)
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: