Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt

Use this file to discover all available pages before exploring further.

FUSE Setup

FUSE mode mounts virtual filesystems as real directories, allowing any tool (not just MIRAGE commands) to access mounted data.

Install FUSE

sudo apt-get install fuse3 libfuse3-dev

Allow User Mounts

Edit /etc/fuse.conf and uncomment user_allow_other:
sudo sed -i 's/#user_allow_other/user_allow_other/' /etc/fuse.conf

Verify

fusermount3 --version