Skip to main content

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