~/airstore/. This page covers how to mount, unmount, and troubleshoot common issues.
Cloud mode (default)
If you’re using Airstore Cloud, mounting is simple:How mounting works
Airstore uses FUSE (Filesystem in Userspace) to present a virtual filesystem:- You mount to a directory (e.g.,
~/airstore) - File reads go through the FUSE layer
- FUSE forwards requests to the Airstore gateway
- Gateway fetches data from connected services
- Content is returned as file data
Filesystem structure
When mounted, Airstore exposes your source views and tools:Mount options
| Option | Description |
|---|---|
--verbose, -v | Enable verbose logging for debugging |
Unmounting
PressCtrl+C in the terminal where mount is running to gracefully unmount:
Ctrl+C again to force exit.
You can also unmount using system commands:
Troubleshooting
Mount fails with “FUSE not found” Re-run the install script, which handles FUSE installation:fuse group:
Local mode
For self-hosted deployments or development, you can run Airstore in local mode with your own MCP servers. See the Local Deployment Guide for details.Related
- Source Views - Create views of your data
- Tools - Run MCP tools as executables
- CLI Reference - Full command documentation