Есть hdd на 500 гб. Вдруг перестал записывать данные «Защищен от записи». Но прочитать данные и скопировать на другой накопитель можно. Диску конец?
S.M.A.R.T
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Caviar Green
Device Model: WDC WD5000AADS-00M2B0
Serial Number: WD-WCAV5V262840
LU WWN Device Id: 5 0014ee 2062eb6b2
Firmware Version: 01.00A01
User Capacity: 500,107,862,016 bytes [500 GB]
Sector Size: 512 bytes logical/physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 2.6, 3.0 Gb/s
Local Time is: Tue Feb 16 09:02:28 2021 EST
SMART support is: Available — device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (14400) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 167) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x3037) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always — 33
3 Spin_Up_Time 0x0027 194 169 021 Pre-fail Always — 6275
4 Start_Stop_Count 0x0032 096 096 000 Old_age Always — 4139
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always — 0
7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always — 0
9 Power_On_Hours 0x0032 052 052 000 Old_age Always — 35111
10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always — 0
11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always — 0
12 Power_Cycle_Count 0x0032 096 096 000 Old_age Always — 4131
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always — 414
193 Load_Cycle_Count 0x0032 043 043 000 Old_age Always — 471534
194 Temperature_Celsius 0x0022 109 097 000 Old_age Always — 38
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always — 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always — 6
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline — 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always — 1
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline — 0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
Маленький рассказ об S.M.A.R.T. атрибутах, их важности и понимании. В статье пойдет речь об расшифровке всех smart атрибутов ATA дисков. В предыдущих статьях речь шла об мониторинге BBU и жестких SCSI дисков и их атрибутов под Megaraid контроллером. Теперь хочу немного описать атрибуты обычных АТА дисков на примере Seagate Barracuda ES.2 (ST31000340NS). Так же определим самые важные атрибуты, на которые нужно обращать внимание при мониторинге дисков используя smartctl. Для начала, можно убедиться, что наш диск поддерживает смарт
root@ s01:~# smartctl -i /dev/sda smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.8.0-29-generic] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Model Family: Seagate Barracuda ES.2 Device Model: ST31000340NS Serial Number: 9QJ2ADVC … ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Fri Feb 21 16:18:35 2014 CET … SMART support is: Available - device has SMART capability. SMART support is: Enabled
Две последние строки свидетельствуют о том, что диск поддерживает smart и можно посмотреть значение всех его атрибутов и их интерпретация будет корректной(интерпретация RAW_VALUE) . В данном случаи тип интерфейса (устройства) не указывался явно (не было указанно атрибут «-d»), по этому smartctl автоматически определил тип устройства и сказал, что «SMART support is: Enabled». Но если используются, к примеру массивы дисков (RAID контроллер), то smartctl может сказать, что смарт не поддерживается:
root@s06:~# smartctl -i /dev/sda smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.8.0-26-generic] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net Vendor: SMC Product: SMC2108 Revision: 2.90 User Capacity: 2,996,997,980,160 bytes [2.99 TB] Logical block size: 512 bytes Logical Unit id: 0x600304800086531015527e0b0664df74 Serial number: 0074df64060b7e521510538600800403 Device type: disk Local Time is: Fri Feb 21 17:32:27 2014 IST Device does not support SMART
Но на самом деле, нужно просто знать (или подбирать) какие дисковые массивы используются, и тогда можно получить желаемый результат явно указав тип устройства:
root@s06:~# smartctl -d megaraid,14 -i /dev/sda smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.8.0-26-generic] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net Vendor: SEAGATE Product: ST1000NM0001 Revision: 0002 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Logical block size: 512 bytes Logical Unit id: 0x5000c50041080343 Serial number: Z1N0TV980000C2157TYR Device type: disk Transport protocol: SAS Local Time is: Fri Feb 21 17:34:45 2014 IST Device supports SMART and is Enabled Temperature Warning Enabled
Также может быть проблема в версии smartctl ибо не все жесткие диски добавляются в базу SMART сразу после выхода в мир нового HDD или RAID контроллера. Или же в BIOS отключено поддержку (нужно включить). Так же может быть проблема в прошивке (firmware) самого жесткого диска. Можете также стоит для начала попытаться включить SMART командой:
root@s01:~# smartctl -s on /dev/sda smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.8.0-26-generic] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net === START OF ENABLE/DISABLE COMMANDS SECTION === SMART Enabled.
Следующая, интересующая нас часть вывода покажет суммарный результат проверки статуса здоровья диска (Если не Passed – нужно проводить замену диска). Так же выводится дополнительные характеристики диска и предполагаемое время выполнения коротких и длинных тестов.
root@s01:~# smartctl -Hc /dev/sda smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.8.0-29-generic] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 41) The self-test routine was interrupted by the host with a hard or soft reset. Total time to complete Offline data collection: ( 634) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 226) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x003d) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported.
В нашем случаи тип устройства определился автоматически и теперь можно вывести самое интересное — список атрибутов.
root@s01:~# smartctl -A /dev/sda smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.8.0-29-generic] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net === START OF READ SMART DATA SECTION === SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 068 059 044 Pre-fail Always - 130449727 3 Spin_Up_Time 0x0003 099 099 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 23 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 4 7 Seek_Error_Rate 0x000f 063 039 030 Pre-fail Always - 549998464474 9 Power_On_Hours 0x0032 052 052 000 Old_age Always - 42335 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 037 020 Old_age Always - 63 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 093 000 Old_age Always - 4295032870 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 076 049 045 Old_age Always - 24 (Min/Max 18/26) 194 Temperature_Celsius 0x0022 024 051 000 Old_age Always - 24 (0 17 0 0) 195 Hardware_ECC_Recovered 0x001a 041 021 000 Old_age Always - 130449727 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
Используя SMART можно предугадать с довольно большой вероятностью проблемы связанные с:
- Магнитными головками диска
- Физическими повреждениями диска
- Логическими ошибками
- Механическими проблемами (проблемы привода, системы позиционирования)
- Подачей питания (платы)
- Температурой
Расшифруем полученный вывод.
Каждый атрибут имеет группу значений:
- ID# — идентификационный номер атрибуты (детали здесь). Каждый атрибуты имеет свой уникальный ID, который должен быть одинаковым для всех фирм производителей дисков.
- ATTRIBUTE_NAME – название атрибута. Так как разные фирмы производители дисков могут называть атрибуты по своему (сокращать, синонимы), лучше всего ориентироваться по ID атрибута.
- FLAG (Status flag) – каждый атрибут имеет определенный флаг, назначенный фирмой разработчиком диска. В ОС с графическим интерфейсом значения этого флага предоставляется в виде набора буквенных обозначений – w,p,r,c,o,s (расшифровка ниже). И эти наборы предоставляются в виде шестнадцатеричного числа которые вы видели выше.
- Warranty: Указывает на жизненно важный атрибут диска и покрывается гарантией. Если этот флаг установлен и значение атрибута с этим флагом достигнет порогового (threshold) значения, в то время, когда диск еще на гарантии, то фирма должна будет заменить диск бесплатно.
- Performance: Указывает на атрибут, который представляет показатель производительности диска – не критический.
- Error Rate: Атрибут с частотой ошибок.
- Count of occurrences: Атрибут-счетчик происшествий.
- Online test: Атрибут, который обновляет значения только через on-line тесты. Если не указан, то обновляется через off-line тесты.
- Self preserving: Указывает на атрибут который может собирать и сохранять данные о диска, даже если S.M.A.R.T. отключен.
- Value – Текущее значение атрибута(оценка атрибута диска на основе Raw_value). Низкое значение говорит о быстрой деградации диска или о возможном скором сбое. т.е. чем выше значение Value атрибута, тем лучше. Это значение атрибута нужно сравнивать с пороговым (threshold) значением. Если это критический атрибут и значение ниже порогового — нужно проводить замену диска.
- Worst – Самое низкое значение атрибута за жизненный цикл диска. Значение может изменяться на протяжении жизни диска, и не должно быть ниже или равным пороговому значению (threshold).
- Thresh (Threshold) – Пороговое значения атрибута назначенное создателем диска. Значение не меняется за жизненный цикл диска. Если значение Value атрибута станет равным или меньше порогового – появиться уведомление в колонке WHEN_FAILED. И диск нужно заменить.
- Type – тип атрибута. Может быть критическим (pre-fail), который указывает на предстоящий отказ диска из-за ошибок или не критический, указывающий на достижение конца жизненного цикла диска.
- Raw_value – Объективное значения атрибута, которое показывается в десятичном формате (вычисляется firmware диска) и известных только производителю единицах (имеет связь с Value, Threshold и Worst значениями).
- WHEN_FAILED – Указывает на проблемы с атрибутом.
Атрибут диска примет значение failed, в случаи:
Value = f(Raw_value) <= Threshold
Здесь:
- f(Raw_value) – функция вычисления деградации (уменьшения) значения параметра Value в зависимости от значения Raw_value.
Недостатки такого подхода к вычислению деградации диска:
- Для каждого производителя дисков и даже модели диска функция f(Raw_value) вычисляется по-разному.
- Оценка каждого атрибута подсчитывается независимо друг от друга – т.е. игнорируются связи между атрибутами.
Теперь хочу представить таблицу с перечисленными всех атрибутов. Те атрибуты, которые выделены розовым — относятся к атрибутам критическим. К тому же, указано тип параметра в зависимости от величины значения. Т.е. чем больше значение параметра, тем лучше состояние здоровья диска или наоборот.
↑ |
Чем выше значение Value, тем лучше состояние диска. |
---|---|
↓ |
Чем ниже значение Value, тем лучше состояние диска. |
Критический атрибут | В ближайшие время диск выйдет из строя — нужна смена диска |
Теперь приступим к атрибутам:
#ID | HEX | Имя атрибута | Лучше если… | Описание |
---|---|---|---|---|
01 | 01 | Raw Read Error Rate |
↓ |
Частота ошибок при чтении данных с жёсткого диска. Происхождение их обусловлено аппаратной частью винчестера. |
02 | 02 | Throughput Performance |
↑ |
Общая производительность накопителя. Если значение атрибута уменьшается перманентно, то велика вероятность проблем с винчестером. |
03 | 03 | Spin-Up Time |
↓ |
Время раскрутки шпинделя из состояния покоя (0 rpm) до рабочей скорости. В поле Raw_value содержится время в миллисекундах/секундах в зависимости от производителя |
04 | 04 | Start/Stop Count | * | Полное число запусков, остановок шпинделя. Иногда в том числе количество включений режима энергосбережения. В поле raw value хранится общее количество запусков/остановок жёсткого диска. |
05 | 05 | Reallocated Sectors Count |
↓ |
Число операций переназначения секторов. При обнаружении повреждённого сектора на винчестере, информация из него помечается и переносится в специально отведённую зону, происходит утилизация bad блоков, с последующим консервированием этих мест на диске. Этот процесс называют remapping. Чем больше значение Reallocated Sectors Count, тем хуже состояние поверхности дисков — физический износ поверхности. Поле raw value содержит общее количество переназначенных секторов. |
07 | 07 | Seek Error Rate |
↓ |
Частота ошибок при позиционировании блока магнитных головок. Чем больше значение, тем хуже состояние механики, или поверхности жёсткого диска. |
08 | 08 | Seek Time Performance |
↑ |
Средняя производительность операции позиционирования. Если значение атрибута уменьшается, то велика вероятность проблем с механической частью. |
09 | 09 | Power-On Hours (POH) |
↓ |
Время, проведённое устройством, во включенном состоянии. В качестве порогового значения для него выбирается паспортное время наработки на отказ. |
10 | 0A | Spin-Up Retry Count |
↓ |
Число повторных попыток раскрутки дисков до рабочей скорости в случае, если первая попытка была неудачной. |
11 | 0B | Recalibration Retries |
↓ |
Количество повторов рекалибровки в случае, если первая попытка была неудачной. |
12 | 0C | Device Power Cycle Count | Число циклов включения-выключения винчестера. | |
13 | 0D | Soft Read Error Rate |
↓ |
Число ошибок при чтении, по вине программного обеспечения, которые не поддались исправлению. |
187 | BB | Reported UNC Errors |
↓ |
Неустранимые аппаратные ошибки. |
190 | BE | Airflow Temperature |
↓ |
Температура воздуха внутри корпуса жёсткого диска. Целое значение, либо значение по формуле 100 — Airflow Temperature |
191 | BF | G-sense error rate |
↓ |
Количество ошибок, возникающих в результате ударов. |
192 | C0 | Power-off retract count |
↓ |
Число циклов аварийных выключений. |
193 | C1 | Load/Unload Cycle |
↓ |
Количество циклов перемещения блока головок в парковочную зону. |
194 | C2 | HDA temperature |
↓ |
Показания встроенного термодатчика накопителя. |
195 | C3 | Hardware ECC Recovered |
↓ |
Число коррекции ошибок аппаратной частью диска (ошибок чтения, ошибок позиционирования, ошибок передачи по внешнему интерфейсу). |
196 | C4 | Reallocation Event Count |
↓ |
Число операций переназначения в резервную область, успешные и неудавшиеся попытки. |
197 | C5 | Current Pending Sector Count |
↓ |
Число секторов- кандидатов на перенос в резервную зону. Помечены как не надёжные. При последующих корректных операциях атрибут может быть снят. |
198 | C6 | Uncorrectable Sector Count |
↓ |
Число некорректируемых ошибок при обращении к сектору. |
199 | C7 | UltraDMA CRC Error Count |
↓ |
Число ошибок при передаче данных по внешнему интерфейсу. |
200 | C8 | Write Error Rate /Multi-Zone Error Rate |
↓ |
Общее количество ошибок при заполнения сектора информацией. Показатель качества накопителя. |
201 | C9 | Soft read error rate |
↓ |
Частота появления «программных» ошибок при чтении данных с диска, а не аппаратной части HDD. |
202 | Ca | Data Address Mark errors |
↓ |
Число ошибок адресно помеченной информации (Data Address Mark (DAM)).Если автоматически не корректируется — заменить устройство. |
203 | CB | Run out cancel |
↓ |
Количество ошибок ECC данных, присоединяемые к передаваемому сигналу, позволяющие принимающей стороне определить факт сбоя или исправить несущественную ошибку. |
204 | CC | Soft ECC correction |
↓ |
Количество ошибок ECC, скорректированных программным способом. |
205 | CD | Thermal asperity rate (TAR) |
↓ |
Число ошибок в следствии температурных колебаний. |
206 | CE | Flying height | * | Высота между головкой и поверхностью диска компьютера. |
209 | D1 | Offline seek performance | * | Drive’s seek performance during offline operations. |
220 | DC | Disk Shift |
↓ |
Дистанция смещения блока дисков относительно шпинделя. В основном возникает из-за удара или падения. |
221 | DD | G-Sense Error Rate |
↓ |
Число ошибок, возникших из-за внешних нагрузок и ударов. Атрибут хранит показания встроенного crash датчика. |
222 | DE | Loaded Hours | * | Время, проведённое блоком магнитных головок между выгрузкой из парковочной области в рабочую область диска и загрузкой блока обратно в парковочную область. |
223 | DF | Load/Unload Retry Count | * | Количество новых попыток выгрузок/загрузок блока магнитных головок винчестера в/из парковочной области после неудачной попытки. |
224 | E0 | Load Friction |
↓ |
Величина силы трения блока магнитных головок при его выгрузке из парковочной области. |
225 | E1 | Load Cycle Count |
↓ |
Число циклов вход-выход в парковочную зону. |
226 | E2 | Load ‘In’-time | * | Время, за которое привод выгружает магнитные головки из парковочной области на рабочую поверхность диска. |
227 | E3 | Torque Amplification Count |
↓ |
Количество попыток скомпенсировать вращающий момент. |
228 | E4 | Power-Off Retract Cycle |
↓ |
Количество повторов автоматической парковки блока магнитных головок в результате выключения питания. |
230 | E6 | GMR Head Amplitude | * | Амплитуда «дрожания» (расстояние повторяющегося перемещения блока магнитных головок). |
231 | E7 | Temperature |
↓ |
Температура жёсткого диска. |
240 | F0 | Head flying hours | * | Время позиционирования головки. |
250 | FA | Read error retry rate |
↓ |
Число ошибок во время чтения жёсткого диска. |
Атрибуты дисков нужно смотреть в целом и самостоятельно прогнозировать замену, не только опираясь на smart атрибуты. Нужно дополнительно проводить тесты на бедблоки и запускать fscheck и smart тесты, о которых пойдет речь в следующих статьях.
- Печать
Страницы: [1] 2 Все Вниз
Тема: Состояние диска, менять или еще поработает? (Прочитано 3892 раз)
0 Пользователей и 1 Гость просматривают эту тему.

Ввысь
Здравствуйте.
Подскажите, в syslog есть такое
smartd[654]: Device: /dev/sdb [SAT], 4 Currently unreadable (pending) sectors
smartd[654]: Device: /dev/sdb [SAT], 8 Offline uncorrectable sectors
Сервер прислал письмо
The following warning/error was logged by the smartd daemon:
Device: /dev/sdb [SAT], 8 Offline uncorrectable sectors
Device info:
WDC WD5003AZEX-00K1GA0, S/N:WD-WMC1S6579846, WWN:5-0014ee-003a9bfc9, FW:80.00A80, 500 GB
Прочел, что если smartctl -H /dev/sdb выдает PASSED то можно забить. Так ли это или замена?

ALiEN175
sudo smartctl -a /dev/sdb
ASUS P5K-C :: Intel Xeon E5450 @ 3.00GHz :: 8 GB DDR2 :: Radeon R7 260X :: XFCE
ACER 5750G :: Intel Core i5-2450M @ 2.50GHz :: 6 GB DDR3 :: GeForce GT 630M :: XFCE

Ввысь

ALiEN175
Пока показания маленькие, не страшно, но всё же: инфу сбекапить, следить за показателями 5, 197, 198, 200.
Если будут постоянно расти — на магнитики. Если нет — то поработает, но в любом случае, инфу без бекапов на нём хранить не стоит.
подробнее тут: https://www.ixbt.com/storage/hdd-smart-testing.shtml
Вообще, при любых подозрениях на неполадки с диском — бекапить инфу!
« Последнее редактирование: 03 Февраля 2018, 17:37:15 от ALiEN175 »
ASUS P5K-C :: Intel Xeon E5450 @ 3.00GHz :: 8 GB DDR2 :: Radeon R7 260X :: XFCE
ACER 5750G :: Intel Core i5-2450M @ 2.50GHz :: 6 GB DDR3 :: GeForce GT 630M :: XFCE

Ввысь
ALiEN175, понял. Спасибо.

mahinist
Ввысь, Уж какой год готовлюсь а он всё скрипит —

EvangelionDeath
mahinist, так то же Seagate =) И пока Raw_Read_Error_Rate = Hardware_ECC_Recovered нервничать не стоит) На них часто в некоторых параметрах просто заоблачные цифры)
HP Pro 840 G3: Intel i5-6300U, 32GB DDR4 2133MHz, Intel 520, Intel Pro 2500 180GB/Ubuntu 22.04
Dell Latitude 5590: Intel i5-8350U, 16GB DDR4 2400MHz, Intel 620, Samsung 1TB/Ubuntu 22.04

ALiEN175
mahinist, у вас в критичных показателях — всё по нулям.
а по 184 — кеш шалит.
I have seen many people report this error, but it never seems to cause problems if it occurs on its own.
http://www.tomshardware.co.uk/answers/id-2234966/hard-disk-end-end-error.html
И диск ваш всего-то пару лет проработал:
9 Power_On_Hours 0x0032 081 081 000 Old_age Always — 17064
У меня на одном диске уже за 59000 часов))
Почти семь лет
« Последнее редактирование: 03 Февраля 2018, 19:51:04 от ALiEN175 »
ASUS P5K-C :: Intel Xeon E5450 @ 3.00GHz :: 8 GB DDR2 :: Radeon R7 260X :: XFCE
ACER 5750G :: Intel Core i5-2450M @ 2.50GHz :: 6 GB DDR3 :: GeForce GT 630M :: XFCE

mahinist
нервничать не стоит
Дык знаем , спокоен , это же —
=== START OF INFORMATION SECTION ===
Model Family: Seagate Barracuda 7200.12
Device Model: ST31000528AS
PS Для ТС — Не нужно паниковать , ваш ЖД может ещё долго проработать , однако лучше придерживаться выше данных советов .

snowin
на самом деле паниковать нужно

Ввысь
дочитал последние сообщения) да, по итогу решай как говорится сам) полностью противоположные мнения.

DimanBG

snowin
Ввысь, Все правильно, так и должно было быть
поскольку все зависит от того для чего ты используешь этот диск
одно дело использовать его в качестве системного носителя — я бы его прошел той же Викторией, и обнаружил бэды
с бэдами будешь использовать системный диск?
другое дело, если хранить на нем не значимую и не активно используемую инфу аля порно/фильмы/музыка, не значимые архивы
тогда еще может поработать.
по-сему — решать исключительно тебе

Ввысь
DimanBG, да, я эти расшифровки видел. Нет единого параметра указывающего на состояние, всё такое, общее.
snowin, короче проще заменить чем гадать сколько он протянет, понял, спасибо.

maks05
Ввысь, оно не общее, а волне конкретное. Вам же сказали, за какими параметрами следить, а у вас по ним всё в порядке. Вот будет расти пункт 5 — тогда да, срочно менять.
- Печать
Страницы: [1] 2 Все Вверх
=== START OF INFORMATION SECTION ===
Model Family: Seagate SV35
Device Model: ST2000VX000-9YW164
Serial Number: W2417FTZ
LU WWN Device Id: 5 000c50 05cf50e2e
Firmware Version: CV13
User Capacity: 2*000*398*934*016 bytes [2,00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: 8
ATA Standard is: ATA-8-ACS revision 4
Local Time is: Mon Jun 24 14:28:10 2013 SAMT
SMART support is: Available — device has SMART capability.
SMART support is: Enabled
AAM feature is: Unavailable
APM level is: 254 (maximum performance)
Rd look-ahead is: Enabled
Write cache is: Enabled
ATA Security is: Disabled, frozen [SEC2]
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 609) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 274) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x10b9) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE
1 Raw_Read_Error_Rate POSR— 114 100 006 — 77488464
3 Spin_Up_Time PO—- 094 094 000 — 0
4 Start_Stop_Count -O—CK 100 100 020 — 23
5 Reallocated_Sector_Ct PO—CK 100 100 036 — 0
7 Seek_Error_Rate POSR— 100 253 030 — 333771
9 Power_On_Hours -O—CK 100 100 000 — 27
10 Spin_Retry_Count PO—C- 100 100 097 — 0
12 Power_Cycle_Count -O—CK 100 100 020 — 22
184 End-to-End_Error -O—CK 100 100 099 — 0
187 Reported_Uncorrect -O—CK 100 100 000 — 0
188 Command_Timeout -O—CK 100 099 000 — 1
189 High_Fly_Writes -O-RCK 094 094 000 — 6
190 Airflow_Temperature_Cel -O—K 051 050 045 — 49 (Min/Max 46/50)
191 G-Sense_Error_Rate -O—CK 100 100 000 — 0
192 Power-Off_Retract_Count -O—CK 100 100 000 — 21
193 Load_Cycle_Count -O—CK 100 100 000 — 35
194 Temperature_Celsius -O—K 049 050 000 — 49 (0 26 0 0 0)
197 Current_Pending_Sector -O—C- 100 100 000 — 0
198 Offline_Uncorrectable —-C- 100 100 000 — 0
199 UDMA_CRC_Error_Count -OSRCK 200 200 000 — 0
||||||_ K auto-keep
|||||__ C event count
||||___ R error rate
|||____ S speed/performance
||_____ O updated online
|______ P prefailure warning
General Purpose Log Directory Version 1
SMART Log Directory Version 1 [multi-sector log support]
GP/S Log at address 0x00 has 1 sectors [Log Directory]
SMART Log at address 0x01 has 1 sectors [Summary SMART error log]
SMART Log at address 0x02 has 5 sectors [Comprehensive SMART error log]
GP Log at address 0x03 has 5 sectors [Ext. Comprehensive SMART error log]
SMART Log at address 0x06 has 1 sectors [SMART self-test log]
GP Log at address 0x07 has 1 sectors [Extended self-test log]
SMART Log at address 0x09 has 1 sectors [Selective self-test log]
GP Log at address 0x10 has 1 sectors [NCQ Command Error log]
GP Log at address 0x11 has 1 sectors [SATA Phy Event Counters]
GP Log at address 0x21 has 1 sectors [Write stream error log]
GP Log at address 0x22 has 1 sectors [Read stream error log]
GP/S Log at address 0x80 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x81 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x82 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x83 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x84 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x85 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x86 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x87 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x88 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x89 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8a has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8b has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8c has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8d has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8e has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8f has 16 sectors [Host vendor specific log]
GP/S Log at address 0x90 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x91 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x92 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x93 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x94 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x95 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x96 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x97 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x98 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x99 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9a has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9b has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9c has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9d has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9e has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9f has 16 sectors [Host vendor specific log]
GP/S Log at address 0xa1 has 20 sectors [Device vendor specific log]
GP Log at address 0xa2 has 4496 sectors [Device vendor specific log]
GP/S Log at address 0xa8 has 20 sectors [Device vendor specific log]
GP/S Log at address 0xa9 has 1 sectors [Device vendor specific log]
GP Log at address 0xab has 1 sectors [Device vendor specific log]
GP Log at address 0xb0 has 5067 sectors [Device vendor specific log]
GP Log at address 0xbd has 512 sectors [Device vendor specific log]
GP Log at address 0xbe has 65535 sectors [Device vendor specific log]
GP Log at address 0xbf has 65535 sectors [Device vendor specific log]
GP/S Log at address 0xe0 has 1 sectors [SCT Command/Status]
GP/S Log at address 0xe1 has 1 sectors [SCT Data Transfer]
SMART Extended Comprehensive Error Log Version: 1 (5 sectors)
No Errors Logged
SMART Error Log Version: 1
No Errors Logged
SMART Extended Self-test Log Version: 1 (1 sectors)
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 9 —
# 2 Extended offline Completed without error 00% 9 —
# 3 Extended offline Completed without error 00% 4 —
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% 9 —
# 2 Extended offline Completed without error 00% 9 —
# 3 Extended offline Completed without error 00% 4 —
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
SCT Status Version: 3
SCT Version (vendor specific): 522 (0x020a)
SCT Support Level: 1
Device State: Active (0)
Current Temperature: 49 Celsius
Power Cycle Min/Max Temperature: 46/51 Celsius
Lifetime Min/Max Temperature: 26/51 Celsius
Under/Over Temperature Limit Count: 0/0
SCT Temperature History Version: 2
Temperature Sampling Period: 2 minutes
Temperature Logging Interval: 94 minutes
Min/Max recommended Temperature: 1/61 Celsius
Min/Max Temperature Limit: 2/60 Celsius
Temperature History Size (Index): 128 (57)
Index Estimated Time Temperature Celsius
58 2013-06-16 06:18 ? —
… ..( 68 skipped). .. —
127 2013-06-20 18:24 ? —
0 2013-06-20 19:58 28 *********
1 2013-06-20 21:32 ? —
2 2013-06-20 23:06 28 *********
3 2013-06-21 00:40 ? —
4 2013-06-21 02:14 28 *********
5 2013-06-21 03:48 ? —
6 2013-06-21 05:22 27 ********
7 2013-06-21 06:56 ? —
8 2013-06-21 08:30 27 ********
9 2013-06-21 10:04 ? —
10 2013-06-21 11:38 29 **********
11 2013-06-21 13:12 ? —
12 2013-06-21 14:46 29 **********
13 2013-06-21 16:20 ? —
14 2013-06-21 17:54 28 *********
15 2013-06-21 19:28 ? —
16 2013-06-21 21:02 28 *********
17 2013-06-21 22:36 ? —
18 2013-06-22 00:10 28 *********
19 2013-06-22 01:44 ? —
20 2013-06-22 03:18 28 *********
21 2013-06-22 04:52 ? —
22 2013-06-22 06:26 28 *********
23 2013-06-22 08:00 ? —
24 2013-06-22 09:34 27 ********
25 2013-06-22 11:08 ? —
26 2013-06-22 12:42 27 ********
27 2013-06-22 14:16 ? —
28 2013-06-22 15:50 31 ************
29 2013-06-22 17:24 ? —
30 2013-06-22 18:58 30 ***********
31 2013-06-22 20:32 30 ***********
32 2013-06-22 22:06 29 **********
33 2013-06-22 23:40 ? —
34 2013-06-23 01:14 29 **********
35 2013-06-23 02:48 ? —
36 2013-06-23 04:22 29 **********
37 2013-06-23 05:56 ? —
38 2013-06-23 07:30 29 **********
39 2013-06-23 09:04 30 ***********
40 2013-06-23 10:38 30 ***********
41 2013-06-23 12:12 ? —
42 2013-06-23 13:46 29 **********
43 2013-06-23 15:20 ? —
44 2013-06-23 16:54 27 ********
45 2013-06-23 18:28 ? —
46 2013-06-23 20:02 26 *******
47 2013-06-23 21:36 47 ****************************
48 2013-06-23 23:10 47 ****************************
49 2013-06-24 00:44 ? —
50 2013-06-24 02:18 47 ****************************
51 2013-06-24 03:52 51 ********************************
52 2013-06-24 05:26 50 *******************************
53 2013-06-24 07:00 49 ******************************
54 2013-06-24 08:34 46 ***************************
55 2013-06-24 10:08 46 ***************************
56 2013-06-24 11:42 49 ******************************
57 2013-06-24 13:16 49 ******************************
SCT Error Recovery Control:
Read: Disabled
Write: Disabled
SATA Phy Event Counters (GP Log 0x11)
ID Size Value Description
0x000a 2 36 Device-to-host register FISes sent due to a COMRESET
0x0001 2 0 Command failed due to ICRC error
0x0003 2 0 R_ERR response for device-to-host data FIS
0x0004 2 0 R_ERR response for host-to-device data FIS
0x0006 2 0 R_ERR response for device-to-host non-data FIS
0x0007 2 0 R_ERR response for host-to-device non-data FIS
Hi
I build my first Freenas a couple of weeks ago. Now im seing this error in my log.
an 27 18:03:58 freenas1 smartd[2091]: Device: /dev/ada2, FAILED SMART self-check. BACK UP DATA NOW!
Jan 27 18:03:58 freenas1 smartd[2091]: Device: /dev/ada2, Failed SMART usage Attribute: 7 Seek_Error_Rate.
I have zfs in a raidz1 with 5 disk. All the disk are new.
Here are some more outputs:
[root@freenas1] ~# smartctl -a /dev/ada2 -t
smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.3-RELEASE-p5 amd64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
=======> ARGUMENT REQUIRED FOR OPTION: t
=======> VALID ARGUMENTS ARE: offline, short, long, conveyance, force, vendor,N, select,M-N, pending,N, afterselect,[on|off] <=======
Use smartctl -h to get a usage summary
[root@freenas1] ~# smartctl -a /dev/ada2 -t short
smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.3-RELEASE-p5 amd64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Model Family: Seagate Barracuda (SATA 3Gb/s, 4K Sectors)
Device Model: ST2000DM001-1CH164
Serial Number: W2416ZFF
LU WWN Device Id: 5 000c50 05b70f664
Firmware Version: CC24
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: 8
ATA Standard is: ATA-8-ACS revision 4
Local Time is: Mon Jan 28 22:08:50 2013 CET
SMART support is: Available — device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.
General SMART Values:
Offline data collection status: (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 600) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 246) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x3085) SCT Status supported.
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 119 099 006 Pre-fail Always — 208725536
3 Spin_Up_Time 0x0003 099 094 000 Pre-fail Always — 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always — 154
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always — 0
7 Seek_Error_Rate 0x000f 031 030 030 Pre-fail Always In_the_past 5226976574251
9 Power_On_Hours 0x0032 100 100 000 Old_age Always — 453
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always — 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always — 14
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always — 0
184 End-to-End_Error 0x0032 100 100 099 Old_age Always — 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always — 0
188 Command_Timeout 0x0032 100 100 000 Old_age Always — 1
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always — 0
190 Airflow_Temperature_Cel 0x0022 046 035 045 Old_age Always In_the_past 54 (1 24 54 40 0)
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always — 0
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always — 8
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always — 189
194 Temperature_Celsius 0x0022 054 065 000 Old_age Always — 54 (0 20 0 0 0)
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always — 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline — 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always — 2
240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline — 245062243975620
241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline — 1622328236
242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline — 245363061
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: «Execute SMART Short self-test routine immediately in off-line mode».
Drive command «Execute SMART Short self-test routine immediately in off-line mode» successful.
Testing has begun.
Please wait 1 minutes for test to complete.
Test will complete after Mon Jan 28 22:09:50 2013
am I in danger?
-
- #1
Is there anyway I can get the storage->s.m.a.r.t GUI to display the smart status of my HP array?
I’ve upgraded the smartmontools package to v6.4 from the wheezy-backports repository and I can query the smart status of the individual drives without issue.
root@storage:/etc# smartctl /dev/sg1 -a -d cciss,0 smartctl 6.4 2014-09-29 r3990 [x86_64-linux-3.2.0-4-amd64] (local build) Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sg1 [cciss_disk_00] [SAT]: Device open changed type from 'sat,auto+cciss' to 'sat' === START OF INFORMATION SECTION === Model Family: Hitachi Deskstar 5K3000 Device Model: Hitachi HDS5C3020ALA632 Serial Number: ML0220F31DZZ5N LU WWN Device Id: 5 000cca 369d4003a Firmware Version: ML6OA580 User Capacity: 2,000,398,934,016 bytes [2.00 TB] Sector Size: 512 bytes logical/physical Rotation Rate: 5940 rpm Form Factor: 3.5 inches Device is: In smartctl database [for details use: -P show] ATA Version is: ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 2.6, 6.0 Gb/s (current: 3.0 Gb/s) Local Time is: Wed May 20 14:21:44 2015 AEST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === SMART Status not supported: Incomplete response, ATA output registers missing SMART overall-health self-assessment test result: PASSED Warning: This result is based on an Attribute check. General SMART Values: Offline data collection status: (0x84) Offline data collection activity was suspended by an interrupting command from host. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: (22966) seconds. Offline data collection capabilities: (0x5b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. No Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 383) minutes. SCT capabilities: (0x003d) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0 2 Throughput_Performance 0x0005 134 134 054 Pre-fail Offline - 100 3 Spin_Up_Time 0x0007 153 153 024 Pre-fail Always - 376 (Average 342) 4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 115 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0 8 Seek_Time_Performance 0x0005 146 146 020 Pre-fail Offline - 29 9 Power_On_Hours 0x0012 096 096 000 Old_age Always - 28883 10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 102 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 116 193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 116 194 Temperature_Celsius 0x0002 181 181 000 Old_age Always - 33 (Min/Max 16/50) 196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 No self-tests have been logged. [To run self-tests, use: smartctl -t] SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay.
Alles anzeigen
The problem I have is that no matter what changes I make to smartd.conf, the GUI always incorrectly shows /dev/sda (which is the logical disk).
I’ve tried adding the following to /etc/default/openmediavault and rebooting, but it doesn’t seem to make a difference
OMV_SMARTMONTOOLS_DEFAULTDIRECTIVES=-a -d cciss -o on -S on -T permissive
After adding the -d option I get the following if I attempt to save any changes from the GUI;
Failed to execute command 'export LANG=C; omv-mkconf smartmontools 2>&1': /usr/sbin/omv-mkconf: 51: /etc/default/openmediavault: -d: not found
Can anyone point me in the right direction to be able to get this displayed in the GUI?
Where does the GUI enumerate the information for the drives it displays and can this be modified?I’ve already added the HP RAID package from OMV-Extras, but this doesn’t provide an email mechanism, to let me know when a drive is faulty.
I’ve also tried upgrading to stone burner as I see other people with other RAID controllers had their issue resolved by upgrading, but it didn’t make a difference.
Thanks.
-
-
- #3
Use the HP Raid Plugin
As as I stated, I’ve already added the HP RAID package from OMV-Extras, but this doesn’t provide an email mechanism, to let me know when a drive is faulty. I don’t see the point of a hardware status monitor if I have to manually login to get the status of it. It could’ve been failed for a month before I realise. The whole point of this is to get email notification when a drive is classed as failing or failed.
i could manually script it to run the hpaculi script via cron, but it would be nice to have it all integrated into openmediavault and managed from the GUI.
-
- Offizieller Beitrag
- #4
OMV core does not support that because it only sees the logical volumes, not the physical ones of an HW RAID. This is because this requires specific hardware related implementations and is not possible in a generic way without HW drivers, etc ….
-
- #5
OMV core does not support that because it only sees the logical volumes, not the physical ones of an HW RAID. This is because this requires specific hardware related implementations and is not possible in a generic way without HW drivers, etc ….
Thanks for taking the time to reply, but I’m not sure I understand when you talk about hardware related implementations and HW drivers?
This is an array that’s already recognised and used within OMV and I’ve proved that I can query the smart status of individual drives within the array just by using smartctl. No additional hardware or drivers would be required.
The problem appears to be in the way that the GUI enumerates the drives, preferring logical over physical.
I was just wondering if there was a way that I could amend something like a config file so that it would use the physical rather than logical device names or even manually add hardcoded device paths.Perhaps you could explain what the following environment variables do exactly and if they are going to bear any relevance on what the GUI displays;
smartmontools: OMV_SMARTMONTOOLS_CONFIG=/etc/smartd.conf
smartmontools: OMV_SMARTMONTOOLS_DEFAULT=/etc/default/smartmontools
smartmontools: OMV_SMARTMONTOOLS_DEFAULTDIRECTIVES=-a -o on -S on -T permissiveAs I said, I’ve tried hardcoding the devices in smartd.conf which seems to work as far as smartctl is concerned, but I still can’t see the info in the GUI.
I would have thought that using the environment variable OMV_SMARTMONTOOLS_DEFAULT and hardcoding the paths for the physical devices in smartd.conf would have been enough based on what I’ve been able to ascertain from google searches, but this still doesn’t seem to work as expected.Thanks.
-
- Offizieller Beitrag
- #6
The environment variables are not related to the GUI.
OMV only detects the logical volumes. To detect the physical volumes behind the HW RAID you have to use CLI commands like tw_cli, sas2ircu or arcconf to detect them. As far as i know there is no way to get the necessary information via sysfs or something like that. This means the manufacturer CLI commands must be used, and here we are at the point that it is not possible to retrieve the information in a generic way and a special implementation in the OMV backend is required.
Right at the moment only devices that are detected via the kernel are supported. I do not think that this will change in near future.
-
- #7
No worries, thanks for answering.
-
- #8
a possibility is a script and a cron Job. Google search tags: hpaculi email script. you’ll find a few good scripts.
-
- #9
a possibility is a script and a cron Job. Google search tags: hpaculi email script. you’ll find a few good scripts.
Haha, that’s the 2nd time in the same thread that you’ve recommended something that I’ve already stated in a previous post.
Are you just here to requote what other people post? -
- #10
Sorry for that but my problem is that I often do not read to the end.
-
- #11
To detect the physical volumes behind the HW RAID you have to use CLI commands like tw_cli, sas2ircu or arcconf to detect them.
Maybe to detect them, but not to access them as you can see here:
smartctl /dev/sg1 -a -d cciss,0
How about a «manual smart feature» that would allow to choose the /dev/xxx and set the -d vendor,X setting? I know that is not generic… but it would be a solution after all.
@ryecoaaron ?
Greetings
David -
- #12
Maybe to detect them, but not to access them as you can see here:
How about a «manual smart feature» that would allow to choose the /dev/xxx and set the -d vendor,X setting? I know that is not generic… but it would be a solution after all.
@ryecoaaron ?
Greetings
DAvidAlles anzeigen
That would be awesome if we could manually edit the smart settings. Maybe have an auto or manual setting though, as I’m sure most people will be happy with the auto setting and not want to mess around with it.
-
- #13
I would love to see this as well, I have a dell branded raid card which is actually LSI and I can also see the drives using megaraid drivers, but if I add the recommended to smartd.conf it gets removed
smartctl -a -d megaraid,4 /dev/sdb smartctl -a -d megaraid,5 /dev/sdb smartctl -a -d megaraid,6 /dev/sdb smartctl -a -d megaraid,7 /dev/sdb
-
- #14
Maybe to detect them, but not to access them as you can see here:
How about a «manual smart feature» that would allow to choose the /dev/xxx and set the -d vendor,X setting? I know that is not generic… but it would be a solution after all.
@ryecoaaron ?
Greetings
DavidAlles anzeigen
Any chance for this «manual smart feature» in OMV3 or OMV4? this will solve all trouble with ARECA, LSI, 3Ware etc which is supported by Smartmontools: https://www.smartmontools.org/…upported_RAID-Controllers
https://www.smartmontools.org/…montools/smartd.conf.5.in
-
- #15
@votdev Maybe Volker can work on something, but I bet he wouldn’t like it much.
Greetings
David -
- Offizieller Beitrag
- #16
@votdev Maybe Volker can work on something, but I bet he wouldn’t like it much.
Greetings
DavidHehe, you are right. I don’t like this idea because as I have really often said, OMV is no webmin replacement. Everything should be done automagically. Or do you see such selection boxes in Synology or other NAS solutions? If such a feature will be implemented it MUST be done magically without user interaction.
-
- #17
Hehe, you are right. I don’t like this idea because as I have really often said, OMV is no webmin replacement. Everything should be done automagically. Or do you see such selection boxes in Synology or other NAS solutions? If such a feature will be implemented it MUST be done magically without user interaction.
Here is an example: https://forum.rockstor.com/t/s-m-a-r-t-for-usb-drives/834/9
it has a short edit button on the SMART menu where one can add specific «-d «requirements for each drive.
I see Rockstor as the closest competitor for OMV, unfortunately, it is a bit too buggy and BTRFS is way off being production ready, which is their required filesystem.
В последнее время, месяца два, smartd стал регулярно писать письма об ошибках. В munin уровень warning по показаниям smart, опять-таки.
Я не большой спец в этих делах, поэтому прошу глянуть на вывод smartctl -a /dev/sda + записи в syslog.
Винт внутри неттопа, который выполняет роль домашнего сервера, т.е. «для всего» + торренты, торренты и ещё раз торренты… Работает, как пчёлка…
Как я понимаю, температурный режим совсем некомфортен — в пике 67 по Цельсию. Если ошибки связаны прежде всего с этим — как-то попытаюсь улучшить охлаждение.
Если таки винт подыхает — буду присматривать замену.
Код:
smartctl 6.4 2014-10-07 r4002 [i686-linux-3.16.0-4-686-pae] (local build)
Copyright © 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Seagate Momentus 5400.6
Device Model: ST9250315AS
Serial Number: 6VCT2XR5
LU WWN Device Id: 5 000c50 037b49b0e
Firmware Version: 0001SDM1
User Capacity: 250 059 350 016 bytes [250 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 5400 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS T13/1699-D revision 4
SATA Version is: SATA 2.6, 3.0 Gb/s
Local Time is: Wed Nov 11 01:15:23 2015 YAKT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.
General SMART Values:
Offline data collection status: (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 0) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 72) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x103b) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 111 099 006 Pre-fail Always - 110954699
3 Spin_Up_Time 0x0003 099 099 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 099 099 020 Old_age Always - 1585
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 1
7 Seek_Error_Rate 0x000f 075 060 030 Pre-fail Always - 41669277
9 Power_On_Hours 0x0032 080 080 000 Old_age Always - 17801
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 099 099 020 Old_age Always - 1586
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 097 097 000 Old_age Always - 3
188 Command_Timeout 0x0032 100 093 000 Old_age Always - 1532
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 049 042 045 Old_age Always In_the_past 51 (Min/Max 25/52 #284)
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 2
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 19
193 Load_Cycle_Count 0x0032 001 001 000 Old_age Always - 661335
194 Temperature_Celsius 0x0022 051 058 000 Old_age Always - 51 (0 24 0 0 0)
195 Hardware_ECC_Recovered 0x001a 044 039 000 Old_age Always - 110954699
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 2
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 2
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
254 Free_Fall_Sensor 0x0032 100 100 000 Old_age Always - 0
SMART Error Log Version: 1
ATA Error Count: 3
CR = Command Register [HEX]
FR = Features Register [HEX]
SC = Sector Count Register [HEX]
SN = Sector Number Register [HEX]
CL = Cylinder Low Register [HEX]
CH = Cylinder High Register [HEX]
DH = Device/Head Register [HEX]
DC = Device Command Register [HEX]
ER = Error register [HEX]
ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.
Error 3 occurred at disk power-on lifetime: 17780 hours (740 days + 20 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
25 00 08 ff ff ff ef 00 14:19:02.303 READ DMA EXT
25 00 28 ff ff ff ef 00 14:19:02.276 READ DMA EXT
c8 00 20 c0 10 00 e0 00 14:19:02.270 READ DMA
c8 00 08 b8 10 00 e0 00 14:19:02.268 READ DMA
c8 00 08 60 30 d6 e2 00 14:19:02.254 READ DMA
Error 2 occurred at disk power-on lifetime: 17780 hours (740 days + 20 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
25 00 08 ff ff ff ef 00 14:18:59.691 READ DMA EXT
25 00 08 ff ff ff ef 00 14:18:59.688 READ DMA EXT
25 00 08 ff ff ff ef 00 14:18:59.688 READ DMA EXT
25 00 08 ff ff ff ef 00 14:18:59.688 READ DMA EXT
25 00 08 ff ff ff ef 00 14:18:59.687 READ DMA EXT
Error 1 occurred at disk power-on lifetime: 17780 hours (740 days + 20 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
25 00 00 ff ff ff ef 00 14:18:56.836 READ DMA EXT
25 00 40 ff ff ff ef 00 14:18:56.811 READ DMA EXT
25 00 20 ff ff ff ef 00 14:18:56.809 READ DMA EXT
25 00 20 ff ff ff ef 00 14:18:56.783 READ DMA EXT
25 00 00 ff ff ff ef 00 14:18:56.418 READ DMA EXT
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% 8838 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
Код:
Nov 10 07:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 07:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 07:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Prefailure Attribute: 1 Raw_Read_Error_Rate changed from 109 to 110
Nov 10 07:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 188 Command_Timeout changed from 99 to 100
Nov 10 07:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 74 to 53
Nov 10 07:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 26 to 47
Nov 10 07:56:31 chitatel smartd[730]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 122 to 115
Nov 10 08:26:32 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 08:26:32 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 08:26:32 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 53 to 50
Nov 10 08:26:32 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 47 to 50
Nov 10 08:26:32 chitatel smartd[730]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 115 to 112
Nov 10 08:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 08:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 08:56:31 chitatel smartd[730]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 112 to 111
Nov 10 09:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 09:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 09:56:32 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 09:56:32 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 10:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 10:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 10:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 10:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 11:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 11:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 11:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 11:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 11:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 50 to 49
Nov 10 11:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 50 to 51
Nov 10 11:56:31 chitatel smartd[730]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110
Nov 10 12:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 12:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 12:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 12:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 13:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 13:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 13:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 13:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 13:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 49 to 50
Nov 10 13:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 51 to 50
Nov 10 13:56:31 chitatel smartd[730]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111
Nov 10 14:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 14:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 14:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 50 to 49
Nov 10 14:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 50 to 51
Nov 10 14:26:32 chitatel smartd[730]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110
Nov 10 14:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 14:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 14:56:31 chitatel smartd[730]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111
Nov 10 15:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 15:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 15:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 15:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 16:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 16:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 16:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 49 to 50
Nov 10 16:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 51 to 50
Nov 10 16:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 16:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 17:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 17:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 17:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 50 to 49
Nov 10 17:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 50 to 51
Nov 10 17:56:32 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 17:56:32 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 17:56:32 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 49 to 50
Nov 10 17:56:32 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 51 to 50
Nov 10 18:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 18:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 18:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 18:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 19:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 19:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 19:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 50 to 49
Nov 10 19:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 50 to 51
Nov 10 19:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 19:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 20:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 20:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 20:56:32 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 20:56:32 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 20:56:32 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 195 Hardware_ECC_Recovered changed from 44 to 43
Nov 10 21:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 21:26:31 chitatel smartd[730]: Sending warning via /usr/share/smartmontools/smartd-runner to root ...
Nov 10 21:26:31 chitatel smartd[730]: Warning via /usr/share/smartmontools/smartd-runner to root: successful
Nov 10 21:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 21:26:31 chitatel smartd[730]: Sending warning via /usr/share/smartmontools/smartd-runner to root ...
Nov 10 21:26:31 chitatel smartd[730]: Warning via /usr/share/smartmontools/smartd-runner to root: successful
Nov 10 21:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 49 to 50
Nov 10 21:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 51 to 50
Nov 10 21:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 21:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 21:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 50 to 49
Nov 10 21:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 50 to 51
Nov 10 22:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 22:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 22:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 49 to 50
Nov 10 22:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 51 to 50
Nov 10 22:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 22:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 23:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 23:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 10 23:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 10 23:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 11 00:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 11 00:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 11 00:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 11 00:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 11 00:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 50 to 49
Nov 11 00:56:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 50 to 51
Nov 11 01:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Currently unreadable (pending) sectors
Nov 11 01:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], 2 Offline uncorrectable sectors
Nov 11 01:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Prefailure Attribute: 1 Raw_Read_Error_Rate changed from 110 to 111
Nov 11 01:26:31 chitatel smartd[730]: Device: /dev/sda [SAT], SMART Usage Attribute: 195 Hardware_ECC_Recovered changed from 43 to 44