Download, Installation and Activation

Object Mount supports the Linux operating system, and can run inside Docker and other virtual environments such as Hyper-V and Virtualbox.

Object Mount offers a "Scripted Installer" which does not require root privileges to install. We also offer distributions that can be installed using popular Linux package managers. All of our releases are available on GitHub.

Downloading and installing

Download and Install Instructions

Licenses and activation

For licensing, please schedule a discovery call.

Activating your license

If you have registered, you can activate your license by running the following command and following the interactive steps:

$
cuno creds activate
$
cuno creds activate

Testing your installation

You should now be able to run Object Mount from the command line, which you can test out by running the following command:

$
cuno version
$
cuno version

To test that Object Mount is fully working before connecting your own object storage, you can use it to browse publicly available data. In the following example, we use Object Mount to browse space telescope data hosted on the stpubdata Amazon S3 bucket:

$
cuno run sh -c "ls s3://stpubdata/"
galex hst jwst k2 kepler panstarrs tess
$
cuno run sh -c "ls s3://stpubdata/"
galex hst jwst k2 kepler panstarrs tess
$
cuno run sh -c "ls s3://stpubdata/tess/public/*"
's3://stpubdata/tess/public/ffi':
s0001 s0005 s0009 s0013 s0017 s0021 s0025 s0029 ... [truncated]
's3://stpubdata/tess/public/mast':
tess-s0001-1-1-cube.fits tess-s0012-1-4-cube.fits tess-s0023-2-3-cube.fits ... [truncated]
... [truncated]
$
cuno run sh -c "ls s3://stpubdata/tess/public/*"
's3://stpubdata/tess/public/ffi':
s0001 s0005 s0009 s0013 s0017 s0021 s0025 s0029 ... [truncated]
's3://stpubdata/tess/public/mast':
tess-s0001-1-1-cube.fits tess-s0012-1-4-cube.fits tess-s0023-2-3-cube.fits ... [truncated]
... [truncated]

Note that cuno run is a way to run a single command within a Object Mount context. Most of the time, and for interactive usage, we recommend starting a "wrapped" shell using the command cuno - see the Loading Object Mount section of this guide for more information, or the equivalent section from the full user guide for extra detail.

Previous
Core Concepts