All Products
Search
Document Center

Object Storage Service:Install ossfs 2.0 on Linux

Last Updated:May 27, 2026

Install ossfs 2.0 on Alibaba Cloud Linux, CentOS/Rocky Linux, or Ubuntu.

Procedure

Alibaba Cloud Linux

  1. Download the package for your system architecture.

    • x86_64 architecture: sudo wget https://gosspublic.alicdn.com/ossfs/ossfs2_2.0.7_linux_x86_64.rpm

    • aarch64 architecture: sudo wget https://gosspublic.alicdn.com/ossfs/ossfs2_2.0.7_linux_aarch64.rpm

  2. Install ossfs 2.0 for your system architecture.

    • x86_64 architecture: sudo yum install ossfs2_2.0.7_linux_x86_64.rpm -y

    • aarch64 architecture: sudo yum install ossfs2_2.0.7_linux_aarch64.rpm -y

  3. Verify the installation.

    ossfs2 --version
    Note

    ossfs2 is installed at /usr/local/bin/ossfs2. If your PATH is customized, use the absolute path /usr/local/bin/ossfs2 to run ossfs2.

CentOS/Rocky Linux

  1. Download the package.

    sudo wget https://gosspublic.alicdn.com/ossfs/ossfs2_2.0.7_linux_x86_64.rpm
  2. Install ossfs 2.0.

    sudo yum install ossfs2_2.0.7_linux_x86_64.rpm -y
  3. Verify the installation.

    ossfs2 --version
    Note

    ossfs2 is installed at /usr/local/bin/ossfs2. If your PATH is customized, use the absolute path /usr/local/bin/ossfs2 to run ossfs2.

Ubuntu

  1. Download the package.

    sudo wget https://gosspublic.alicdn.com/ossfs/ossfs2_2.0.7_linux_x86_64.deb
  2. Install ossfs 2.0.

    sudo dpkg -i ossfs2_2.0.7_linux_x86_64.deb
  3. Verify the installation.

    ossfs2 --version
    Note

    ossfs2 is installed at /usr/local/bin/ossfs2. If your PATH is customized, use the absolute path /usr/local/bin/ossfs2 to run ossfs2.

What to do next

After installation, configure the OSS bucket and access credentials in the configuration file. Configure ossfs 2.0.