I have a development server and one of its tasks is pushing backups to s3. I am using fuse to mount my s3 bucket as a local filesystem. Fuse was running fine until I recently rebooted the server. Now I get the error:
fuse: device not found, try 'modprobe fuse' first
I can't "try 'modprobe fuse'" because one doesn't have access to the kernel inside a container.
Again, it was working before the reboot, so surely whatever settings are required on the hardware node are in place. I have searched high and low, but can't find an incantation to do it: How do I re-enable fuse?