> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/untitled/zhen-shi-chu-li-2.md).

# 真實處理2

## 系統磁碟健康檢查狀態信件

This message was generated by the smartd daemon running on:\
\
&#x20;  host name:  omvNAS1\
&#x20;  DNS domain: [tn.edu.tw](http://tn.edu.tw/)\
\
The following warning/error was logged by the smartd daemon:\
\
Device: /dev/disk/by-id/ata-INTEL\_SSDSC2BX400G4\_BTHC536304H3400VGN \[SAT], not capable of SMART self-check\
\
Device info:\
INTEL SSDSC2BX400G4, S/N:BTHC536304H3400VGN, WWN:5-5cd2e4-04c0d48fc, FW:G2010110, 400 GB\
\
For details see host's SYSLOG.\
\
You can also use the smartctl utility for further investigation.\
The original message about this issue was sent at Thu Oct 24 18:01:20 2019 CST\
Another message will be sent in 24 hours if the problem persists.<br>

### 處理

```
root@omvNAS1:/dev/disk/by-id# ls -l  ata-INTEL_SSDSC2BX400G4_BTHC536304H3400VGNlrwxrwxrwx 1 root root 9  2月 13 03:02 ata-INTEL_SSDSC2BX400G4_BTHC536304H3400VGN -> ../../sdl
smartctl -H /dev/sdl

smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.19.0-6-amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

smartctl -l selftest /dev/sdl
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.19.0-6-amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF READ SMART DATA SECTION ===
SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%     36330         -
# 2  Short offline       Completed without error       00%     36330         -
# 3  Short offline       Completed without error       00%     3633
```

看來虛驚一場
