Introduction

Brief Introduction

Mapfs Pro Excels at...

Mapfs not suitable for...

Consistency

Limits

POSIX Compatible

Block Storage VS. Object Storage

File system based on Object Storage

 

Supported Operation Systems

Currently, Mapfs Professional Edition (Mapfs Pro) only support Linux.

 

Supported Linux distributions

Any Linux distributions with GLIBC >= 2.28;

x86_64

See more...

 

Install mapfs

$ rpm -ivh <folder>/mapfs-<version>.x86_64.rpm

OR

$ dnf install <folder>/mapfs-<version>.x86_64.rpm

OR

$ dpkg -i <folder>/mapfs_<version>.deb

After installation, such files/folders are created:

  • /usr/bin/mapfs -> /opt/mapfs/mapfs
  • /opt/mapfs [Directory]
    • mapfs
    • 3rdPartyNotices.txt
    • EndUserLicenseAgreement
    • libfuse3.so
    • libfuse3.so.3 -> libfuse3.so

Verify mapfs is installed:

$ mapfs

 

Remove mapfs

$ rpm -e mapfs

OR

$ dnf remove mapfs -y

OR

$ dpkg -r mapfs