glibc Scripted Installer
Many Linux distributions use the GNU Project’s C standard library: 🌐 glibc.
This includes: Debian, Ubuntu, RedHat and their derivatives.
Storj’s Object Mount glibc scripted installer (a .run file) is compatible with all such Linux distributions.
This installer shell script allows you to install Object Mount (for the current user) without needing root privileges — no sudo required.
Follow the steps below to install and configure Object Mount for glibc platforms.
Step 1. Download the Install Script
Download the latest scripted installer.
- Note: If you do not have a download link, reach out to your 🌐 Storj Representative.
Be sure to download the correct script file for your specific chip architecture:
| Chip Type | Scripted Installer Filename (Example) |
|---|---|
| AMD x64 | cuno-mne-amd64-glibc-installer.run |
| Intel x86 | cuno-mne-x86_64-glibc-installer.run |
- Note: ARM-based processors are not supported at this time.
Step 2. Install & Activate Object Mount
- Note: If you do not yet have a license key, you can install Object Mount for Linux in a fully-featured Free Trial mode. Reach out to your 🌐 Storj Representative for more details.
2a. To install Object Mount for use only by the current user, run the following command from a terminal window (select your processor type):
2b. To install Object Mount to be used by all users system-wide, add sudo to the front of the command:
2c. The installation process will prompt you to read and agree to the Object Mount end-user license agreement (EULA).
- Note: You can automate this step by setting the environment variable
CUNO_INSTALL_ACCEPT_EULA="yes". (This is equivalent to accepting the EULA).
2d. The installation process will then prompt you to activate Object Mount.
- Press 1 to activate a free trial:
- This will activate a fully-featured 14-day free trial.
- Press 2 if you already have a license key:
- Paste your license key or enter a full path to a license key file.
- Note: You can automate this step by setting the environment variable
CUNO_INSTALL_LICENSEto one oftrial | none | <your license key> | <full path to your license key file>.
Installation Locations: Scripted Installers
When Object Mount is installed via a Scripted Installer (e.g.: glibc or musl), components are installed to different locations depending on whether it was installed by a root, or by a non-root user.
| Install Method | Location (CUNO_ROOT) | Symlinks created in |
|---|---|---|
| Non-Root User | ~/.local/opt/cuno/ | ~/.local/bin/ |
~/.local/lib/x86_64-linux-gnu | ||
~/.local/share/man/ | ||
Root User (sudo) | /opt/cuno/ | /usr/bin/ |
/usr/lib/ | ||
/usr/share/man/ |
Next Steps
Once Object Mount is installed, proceed to the Linux User Guide article: Validate Functionality & Access Object Storage to ensure you can access both public and private Object Storage buckets.

