Skip to main content

📊 S.M.A.R.T.

S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) is a monitoring system built into storage devices (HDD, SSD, NVMe) that detects and reports various indicators of drive reliability. MOS integrates S.M.A.R.T. monitoring directly into the WebUI, allowing you to keep an eye on your drives' health without any additional tools.


⚙️ S.M.A.R.T. Settings

Navigate to Settings → Hardware → S.M.A.R.T. to configure the global S.M.A.R.T. monitoring settings.

MOS Settings

S.M.A.R.T. Settings

Temperature Limits

Define warning and critical temperature thresholds per drive type. MOS will send a notification when a threshold is exceeded.

Drive TypeWarning (default)Critical (default)
HDD45 °C55 °C
SSD55 °C70 °C
NVMe65 °C80 °C
warning

When the Critical temperature threshold is exceeded, MOS will send an urgent notification. Check your drive and system cooling immediately.

Default Monitored Attributes

These S.M.A.R.T. attributes are monitored by default for all drives. If any of these exceed their threshold, a notification is triggered.

IDAttributeDescription
5Reallocated SectorsNumber of sectors the drive has remapped due to read/write errors. Any value above 0 is a warning sign.
187Reported Uncorrectable ErrorsErrors that could not be corrected by the drive's ECC. Should always be 0.
198Offline Uncorrectable SectorsSectors found uncorrectable during offline scanning. Indicates physical damage.
199UDMA CRC ErrorsErrors during data transfer between drive and controller — often caused by a faulty cable or connector.
tip

Individual drives can override these defaults in their own S.M.A.R.T. configuration — see below.

Boot Check

When enabled, MOS automatically runs a S.M.A.R.T. check on all drives during system startup and sends a notification if any issues are detected.

Attribute Notification Cooldown

Defines the minimum time (in minutes) between repeated notifications for the same attribute. Default is 150 minutes.

This prevents notification spam if an attribute is continuously above its threshold.


🖥️ Per-Disk S.M.A.R.T. Info

You can view and configure S.M.A.R.T. settings for each individual drive directly from the Disks page.

Click the action menu on any disk and select SMART infos:

Disk Action Menu

The S.M.A.R.T. info panel shows:

Disk S.M.A.R.T. Info

Device Information

FieldDescription
DeviceThe system device path (e.g. /dev/nvme0n1)
ModelDrive model name
SerialDrive serial number
TypeDrive type (nvme, ssd, hdd)
StatusOverall S.M.A.R.T. health — PASSED or FAILED
TemperatureCurrent drive temperature in °C
Power On HoursTotal hours the drive has been powered on
Power Cycle CountNumber of times the drive has been powered on/off
Error CountTotal number of errors reported by the drive

Monitoring Configuration

Each drive can override the global S.M.A.R.T. defaults individually:

  • Temperature Warning / Critical — per-drive temperature thresholds
  • Monitored Attributes — enable or disable specific attributes per drive
  • Attribute Notification Cooldown — per-drive cooldown override

Click Save to apply the per-drive configuration.

Attributes Table

Shows all S.M.A.R.T. attributes reported by the drive with the following columns:

ColumnDescription
IDAttribute identifier
NameAttribute name
StatusCurrent status (ok, warning, critical)
ValueCurrent raw value
WorstWorst recorded value
ThresholdThreshold below which the drive is considered failing

info

Not all drives report all S.M.A.R.T. attributes. NVMe drives use a different attribute set than traditional HDDs and SSDs.


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.