# S.M.A.R.T / Information

Maintaining the health of your internal drive and staying updated with the latest firmware is crucial for data integrity. The IODD provides built-in tools to monitor these statuses directly on its display.

### S.M.A.R.T. Disk Information

S.M.A.R.T (Self-Monitoring, Analysis, and Reporting Technology) allows you to check the diagnostic health of your internal HDD or SSD.

1. Press the **\[Menu]** button and navigate to: **\[Information] - \[S.M.A.R.T]**.

   <figure><img src="/files/bKRkFRPJGjWone7gynbp" alt="S.M.A.R.T Menu"><figcaption><p>Accessing the disk diagnostic tool.</p></figcaption></figure>

{% hint style="info" %}
**Understanding Health Status**

* **HDD Health**:
  * `<< Good >>`: The drive is healthy and operating normally.
  * `<< Warning >>`: Potential issues detected. Back up your data and consider replacement.
  * `<< Bad >>`: Critical failure imminent. Replace the drive immediately.
* **HDD Model**: Displays the manufacturer's model name.
* **HDD Serial**: Displays the unique serial number of the drive.
  {% endhint %}

{% hint style="danger" %}
**Power Stability Warning** If the **USB voltage is insufficient or unstable**, S.M.A.R.T. information may be displayed incorrectly or fail to load. Always ensure a stable connection. For more details, refer to: [Voltage Check](/disk-initialization.md#voltage-check)
{% endhint %}

***

### IODD Information

You can check the specific details of your IODD hardware, including the current firmware version and hardware revision.

1. Press the **\[Menu]** button and navigate to: **\[Information] - \[Product Info]**.

   <figure><img src="/files/1YnUDWCkwIyaLCL6fc8i" alt="IODD Information Menu"><figcaption><p>Checking the device hardware and firmware version.</p></figcaption></figure>

{% hint style="info" %}
**Key Device Status Indicators**

* **Firmware Ver**: Current IODD firmware version.
* **USB Speed**: Currently connected speed (Full/Hi/Super Speed).
* **USB Lowest Volt**: The absolute lowest voltage detected since the device was connected. This is the most important indicator of power stability.
* **Current Voltage**: The real-time BUS voltage currently being supplied.
  {% endhint %}

***

### Advanced Hardware Check (Linux/macOS)

If you need a more detailed diagnostic log while the IODD is connected to a computer, you can use terminal commands:

```bash
    # On macOS, check disk utility list for basic health info
    $ diskutil list
    
    # On Linux, use smartctl for detailed reports (requires smartmontools)
    $ sudo smartctl -a /dev/sdX
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.iodd.kr/various-functions/s.m.a.r.t-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
