Installing ObjectiveFS

Requirements

  1. A Linux or macOS machine with 1GB+ RAM
  2. An S3-compatible object store or Azure Blob Storage

Installation

ObjectiveFS binary will be installed at /sbin/mount.objectivefs

Shared filesystem for Redhat Linux: Red Hat

Step 1. Download ObjectiveFS rpm package
Step 2. Install:
     x86-64: yum install objectivefs-7.2-1.x86_64.rpm
     ARM64: yum install objectivefs-7.2-1.aarch64.rpm


Shared filesystem for CentOS Linux: CentOS

Step 1. Download ObjectiveFS rpm package
Step 2. Install:
     x86-64: yum install objectivefs-7.2-1.x86_64.rpm
     ARM64: yum install objectivefs-7.2-1.aarch64.rpm


Shared filesystem for Ubuntu Linux: Ubuntu

Step 1. Download ObjectiveFS deb package
Step 2. Install:
     x86-64: dpkg -i objectivefs_7.2_amd64.deb
     ARM64: dpkg -i objectivefs_7.2_arm64.deb


Shared filesystem for Debian Linux: Debian

Step 1. Download ObjectiveFS deb package
Step 2. Run update: apt-get update
Step 3. Install FUSE: apt-get install fuse
Step 4. Install:
     x86-64: dpkg -i objectivefs_7.2_amd64.deb
     ARM64: dpkg -i objectivefs_7.2_arm64.deb


Shared filesystem for SUSE Linux: SUSE

Step 1. Download ObjectiveFS rpm package
Step 2. Install: sudo zypper install objectivefs-7.2-1.x86_64.rpm
Step 2. Install:
     x86-64: zypper install objectivefs-7.2-1.x86_64.rpm
     ARM64: zypper install objectivefs-7.2-1.aarch64.rpm


Shared filesystem for Linux Other Linux

Step 1. Download ObjectiveFS rpm or deb package
Step 2. Install using the standard package installer, e.g. yum, dpkg, zypper


OFS macOS macOS

Step 1. Download ObjectiveFS macOS package
Step 2. See this doc for remaining steps


Next Step

Configure ObjectiveFS with your object store. Select the object store specific steps from Object Store Setup.