#mknod -m 666 /dev/fuse c 10 229
#
(= no output)
is that good or bad?
krgds,
~R.
If it completes it will not have any output, go ahead and try to use fuse like you were before and see if it's erroring.
#mknod -m 666 /dev/fuse c 10 229
#
(= no output)
is that good or bad?
krgds,
~R.
This works for me. Thanks!To activate fuse in LXC container, it's necessary to create the corresponding dev node. With root:
Code:mknod -m 666 /dev/fuse c 10 229
how can i make it run on boot?
How is that working w. the latest PVE Ver. 7 and a Deb11 CT?Enable "FUSE" on Container options in GUI.
modprobe: FATAL: Module fuse not found in directory /lib/modules/5.11.22-4-pve
where do I get the mode and how do I load the host
Regards ,
Calin
lsmod|sort|less
man modprobe