mos-docs

Create a Storage Pool

Storage pools are the foundation of all data storage in MOS.
They define how disks are grouped, how data is protected, and which filesystems are used.

Pools are required for:

If you want to use ZFS, please take a look at the following section: ZFS

Example:

image


Pool Configuration Fields

Name

Defines the name of the storage pool.

Best practice:

Examples:


Type

Defines how disks are organized within the pool.

Available pool types:

Each type serves a different use case and offers different levels of redundancy and flexibility.


Pool Types Explained

single

Uses a single disk without redundancy.

Characteristics:

Use cases:

Note: If the disk fails, data is lost. Backups are mandatory.


multi

Uses multiple disks combined into a RAID-based pool.

Characteristics:

Available RAID levels:


RAID Levels

raid0

Striping without redundancy

Use case:
Temporary or non-critical data


raid1

Mirroring

Use case:
Critical data, system pools, important shares


raid5

Parity-based protection

Use case:
General data storage, media libraries


mergerfs

Creates a pooled filesystem using multiple independent disks combined via mergerfs, optionally protected by SnapRAID.

Characteristics:

Requirements:

Use cases:

Filesystem recommendation:


nonraid

Uses multiple independent disks without traditional RAID.

Characteristics:

Important: The nonraid driver is not installed by default, after installing the driver you have to reboot.

Installation (via MOS Hub)

The NonRAID driver is not installed by default.

It must be installed as a plugin via the MOS Hub.

To install:

Use cases:


Devices

Select the physical disks that will be assigned to the pool.

Notes:

Always verify disk selection carefully.


Filesystem

Defines the filesystem used by the pool.

Available options:

Filesystem Recommendations

If you want to use ZFS, please take a look at the following section: ZFS


Advanced Options

Automount

Automatically mounts the pool during system startup.

Recommended: Enabled


Format

Formats the selected disks during pool creation.

Warning:
Enabling this option will permanently delete all data on the selected disks.


Encrypt

Enables disk encryption for the pool.

Notes:


Summary

Choosing the correct pool type and filesystem is essential for a stable and reliable system.

Quick recommendations:

Plan your pool layout carefully before creating pools.