๐๏ธ 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:
- Shares
- Docker storage
- LXC containers
- Virtual machines
- Media and backup data
If you want to use ZFS, please take a look at the following section: ZFS
Example:

โ๏ธ Pool Configuration Fieldsโ
๐ท๏ธ Nameโ
Defines the name of the storage pool.
Best practice:
- โ Use short, descriptive names
- โ Avoid spaces and special characters
Examples:
maindatamediabackup
๐ Typeโ
Defines how disks are organized within the pool.
Available pool types:
singlemultimergerfsnonraid(requires additional driver)
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:
- One disk per pool
- Maximum usable capacity
- No data protection
Use cases:
- Appdata
- Cache
- Downloads
- Media with external backups
If the disk fails, data is lost. Backups are mandatory.
multiโ
Uses multiple disks combined into a RAID-based pool.
Characteristics:
- Multiple disks
- Data protection depending on RAID level
- Managed as a single pool
Available RAID levels:
raid0raid1
๐ RAID Levelsโ
raid0โ
Striping without redundancy
- Maximum performance and capacity
- No fault tolerance
Use case:
Temporary or non-critical data
raid1โ
Mirroring
- Data is mirrored across disks
- High data safety
- Reduced usable capacity
Use case:
Critical data, system pools, important shares
๐งฉ mergerfsโ
Creates a pooled filesystem using multiple independent disks combined via mergerfs, optionally protected by SnapRAID.
Characteristics:
- Disks remain independent
- Flexible expansion
- Parity handled separately via SnapRAID
Requirements:
- One or more data disks
- Optional SnapRAID parity disk
Use cases:
- Media storage
- Large data pools with mixed disk sizes
- Home server and NAS setups
Filesystem recommendation:
xfsfor data disks
Full Policy Referenceโ
For a complete description of all available mergerfs policies, their behavior, and when to use each one, see the official mergerfs documentation:
๐ mergerfs โ Policy Descriptions
nonraidโ
Uses multiple independent disks without traditional RAID.
Characteristics:
- Each disk has its own filesystem
- Optional parity disk
- Flexible and simple disk management
The nonraid driver is not installed by default. After installing the driver you have to reboot. For installation instructions, refer to the MOS Hub documentation.
It must be installed as a plugin via the MOS Hub.
To install:
- Open MOS Hub
- Search for NonRAID Driver
- Select the desired release
-
Click Install
-
Reboot the server
Use cases:
- Simple parity-based storage
- Easy disk replacement
- Home server setups
๐ฅ๏ธ Devicesโ
Select the physical disks that will be assigned to the pool.
- Selected disks may be formatted
- Existing data can be lost if formatting is enabled
Always verify disk selection carefully.
๐ฆ Filesystemโ
Defines the filesystem used by the pool.
Available options:
xfsext4btrfsvfat
Filesystem Recommendationsโ
- xfs โ Recommended default for most pools
- ext4 โ Simple and compatible, but less scalable
- btrfs โ Required for advanced features like snapshots
- vfat โ Only for removable or temporary storage
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.
Enabling this option will permanently delete all data on the selected disks.
๐ Encryptโ
Enables disk encryption for the pool.
- Increases data security
- Slight performance overhead
- Encryption key must be stored securely
๐ Skip Size check (Mergerfs + SnapRAID only)โ
Warning: This option requires 5 clicks to enable. This is intentional to ensure you understand the implications.
When enabled, MOS will skip the size validation check when creating a Mergerfs pool with SnapRAID. This allows you to use disks with different sizes, but may lead to unexpected behavior if not configured correctly.
- Only available for Mergerfs pools with SnapRAID
- Not available for nonraid pools
- Requires 5 clicks to enable (intentional safety measure)
- May cause issues if disks have significantly different sizes
- Use only if you understand the risks
โ ๏ธ Usage Warningโ
Note: The translation for this feature is not yet finalized in the current MOS 0.4.8-beta release. The UI labels may still be in German and will be updated in a future release.
The Usage Warning feature allows you to receive notifications when a storage pool reaches certain capacity thresholds. This helps you proactively manage storage space and avoid unexpected issues.
How It Worksโ
- The system checks pool usage every 10 minutes
- When the pool reaches your configured threshold, you will receive a warning or alarm notification
- Two threshold levels are available: Warning and Alarm
Configurationโ
To configure Usage Warning for a pool:
- Navigate to Pools
- Select the pool you want to monitor
- Click the three dots (โขโขโข) menu
- Select Usage Warning
- Configure the thresholds:
- Warning: Percentage threshold for warning notifications
- Alarm: Percentage threshold for alarm notifications
Location of the Usage Warning option in the pool menu
Usage Warning configuration dialog
Threshold Recommendationsโ
- Warning (70%): Receive a warning when the pool reaches this level
- Alarm (90%): Receive an alarm when the pool reaches this critical level
Best Practicesโ
- Set Warning at a level that gives you enough time to respond (e.g., 70%)
- Set Alarm at a critical level that requires immediate action (e.g., 90%)
- Consider your storage growth rate when setting thresholds
- Monitor notifications and take action before reaching the Alarm level
๐ Pool Actionsโ
Each pool in the Pools list has an action menu (โขโขโข) with the following options:
| Action | Description |
|---|---|
| Unmount Pool | Unmounts the pool without deleting it. The pool data remains intact and can be remounted later |
| Delete pool | Permanently removes the pool and its configuration. Data on the disks is NOT deleted |
| Spin Up Pool | Wakes up all disks in the pool from sleep/standby mode |
| Spin Down Pool | Puts all disks in the pool into sleep/standby mode to save power and reduce noise |
| Usage Alerts | Configure warning and alarm thresholds for pool capacity (see Usage Warning) |
Use Spin Down Pool for pools that are not frequently accessed (e.g., backup pools) to reduce power consumption and disk wear. Use Spin Up Pool before accessing the pool to wake the disks.
Spinning down disks frequently can reduce their lifespan. Only use spin down for pools that are accessed infrequently (e.g., once per day or less).
๐งน Btrfs Operations & Schedulesโ
When a pool is formatted with btrfs, MOS provides additional maintenance operations that help keep the filesystem healthy and performant.
These operations are only available for btrfs pools and can be scheduled to run automatically.
Where to Findโ
The Btrfs operations and schedules are accessible from the pool list:
- Navigate to Pools
- Click the three dots (โขโขโข) menu on a btrfs pool
- Select Btrfs Operations or Btrfs Schedules
Accessing the Btrfs options from the pool menu
๐ Btrfs Operationsโ
The Btrfs Operations dialog shows the available maintenance tasks for the selected pool.

Btrfs Operations dialog
๐ Scrubโ
A scrub reads all data and metadata on a btrfs filesystem and verifies it against known checksums.
If corrupted data is found and a valid mirrored or RAID copy exists, btrfs can automatically repair the affected blocks.
What it does:
- Detects silent data corruption (bit rot)
- Repairs corrupted blocks when redundant copies are available
- Reports errors that cannot be repaired automatically
Advantages:
- โ Ensures long-term data integrity
- โ Can repair corruption automatically on mirrored/RAID1 pools
- โ Runs online without unmounting the pool
Disadvantages:
- โ Causes additional disk I/O during the scrub
- โ On single-disk pools without redundancy, corruption can only be detected but not repaired
Scrub is especially valuable on multi + raid1 btrfs pools, where corrupted data can be repaired automatically from the mirror.
โ๏ธ Balanceโ
A balance reorganizes data across the disks in a btrfs pool.
It redistributes data chunks to reclaim unused space, reduce fragmentation, and enforce RAID profiles evenly across all devices.
A balance is only available for multi-device pools (at least 2 disks). On single-disk btrfs pools, the balance operation is not available because there are no additional devices to redistribute data across.
What it does:
- Reclaims allocated but unused space
- Reduces file fragmentation
- Redistributes data evenly across all disks in multi-device pools
Advantages:
- โ Can free up space that is allocated but not actually used
- โ Improves read performance by reducing fragmentation
- โ Keeps data evenly distributed across disks
Disadvantages:
- โ Causes significant disk I/O and can take a long time on large pools
- โ Temporarily increases wear on the disks
- โ Running it too frequently offers little benefit while adding unnecessary load
๐ Schedulesโ
Both Scrub and Balance can be enabled as scheduled tasks in MOS.
When enabled, MOS will run the selected operation automatically at the configured interval.
Btrfs Schedules overview

Btrfs Schedules configuration options
Should you enable schedules?
| Operation | Schedule recommended? | Reason |
|---|---|---|
| Scrub | โ Yes | Regularly verifies data integrity and repairs silent corruption early |
| Balance | โ ๏ธ Optional | Only needed when space allocation issues or fragmentation occur; not required on a regular basis |
Best practices:
- โ Enable a regular Scrub schedule (e.g., monthly) to detect and repair corruption early
- โ ๏ธ Only enable a Balance schedule if you experience unallocated space issues or high fragmentation
- ๐ Schedule maintenance during low-activity periods (e.g., nightly) to minimize impact on performance
- ๐ Monitor the results of each run in the MOS task history
A balance operation can generate heavy I/O load. Avoid running it during peak usage hours or on pools with active workloads.
โ Summaryโ
Choosing the correct pool type and filesystem is essential for a stable and reliable system.
Quick recommendations:
single + xfsโ Appdata, cache, downloadsmulti + raid1โ Critical datamergerfs + SnapRAIDโ Media storagemergerfs + nonraidโ Flexible parity-based storage (driver required)
Plan your pool layout carefully before creating pools.
Parts of this documentation were created with the assistance of AI tools. All AI-generated content has undergone review, but it may still contain inaccuracies, omissions, or outdated information.