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.

Optional: Package Installer

If you prefer a full installer for use with package managers, refer to the Debian (Debian, Ubuntu, etc.) or Red Hat installation instructions.

Follow the steps below to install and configure Object Mount for glibc platforms.

Step 1. Download the Install Script

Download the latest scripted installer.

Be sure to download the correct script file for your specific chip architecture:

Chip TypeScripted Installer Filename (Example)
AMD x64cuno-mne-amd64-glibc-installer.run
Intel x86cuno-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):

$
sh cuno-mne-amd64-glibc-installer.run
$
sh cuno-mne-amd64-glibc-installer.run

2b. To install Object Mount to be used by all users system-wide, add sudo to the front of the command:

$
sudo sh cuno-mne-amd64-glibc-installer.run
$
sudo sh cuno-mne-amd64-glibc-installer.run

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_LICENSE to one of trial | 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 MethodLocation (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.

Previous
Installation Guides
Next
musl