Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Please or Register to create posts and topics.

Using FUSE in Debian LXC containers

(This may be old hat to the Unix grognards out there, but...)

I was having trouble getting FUSE filesystems to mount (in my case, IPFS) in an LXC container, although the package seemed to install okay. Turns out something goes a mite glitchy when creating the FUSE device, and a quick:

sudo mknod /dev/fuse c 10 229

Clears the problem right up.

Hope this helps anyone else having this particular issue.

Alistair

 

will and lancem have reacted to this post.
willlancem