Смарт-данные HDD

IDE, SATA, SCSI, внешние USB-HDD, SSD, USB-Flash накопители

Модератор: Модераторы разделов

Ответить
GiNeR
Сообщения: 64
ОС: Ubuntu
Контактная информация:

Смарт-данные HDD

Сообщение GiNeR »

В связи с выбором нового винчестера появилась идея собрать статистику smart:

Код: Выделить всё

sudo smartctl -a -s on /dev/sda |egrep -i "error|ecc|sector|model|hours|cycle"

(или без sudo, если под рутом, smartctl числится в составе smartmontools, и устанавливается в Ubuntu/Debian так: sudo apt-get install smartmontools)
Мой результат:

Код: Выделить всё

Device Model:     ST3160815AS
                    was completed without error.
                    without error or no self-test has ever
Error logging capability:        (0x01)    Error logging supported.
  1 Raw_Read_Error_Rate     0x000f   113   099   006    Pre-fail  Always       -       56182504
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   072   060   030    Pre-fail  Always       -       17438126
  9 Power_On_Hours          0x0032   099   099   000    Old_age   Always       -       1007
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       96
195 Hardware_ECC_Recovered  0x001a   108   078   000    Old_age   Always       -       18295271
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0000   100   253   000    Old_age   Offline      -       0
SMART Error Log Version: 1
ATA Error Count: 59 (device log contains only the most recent five errors)
    SC = Sector Count Register [HEX]
    SN = Sector Number Register [HEX]
    ER = Error register [HEX]
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
Error 59 occurred at disk power-on lifetime: 826 hours (34 days + 10 hours)
  When the command that caused the error occurred, the device was active or idle.
  Commands leading to the command that caused the error were:
Error 58 occurred at disk power-on lifetime: 826 hours (34 days + 10 hours)
  When the command that caused the error occurred, the device was active or idle.
  Commands leading to the command that caused the error were:
Error 57 occurred at disk power-on lifetime: 820 hours (34 days + 4 hours)
  When the command that caused the error occurred, the device was active or idle.
  Commands leading to the command that caused the error were:
Error 56 occurred at disk power-on lifetime: 820 hours (34 days + 4 hours)
  When the command that caused the error occurred, the device was active or idle.
  Commands leading to the command that caused the error were:
Error 55 occurred at disk power-on lifetime: 785 hours (32 days + 17 hours)
  When the command that caused the error occurred, the device was active or idle.
  Commands leading to the command that caused the error were:
Спасибо сказали:
GiNeR
Сообщения: 64
ОС: Ubuntu
Контактная информация:

Re: Смарт-данные HDD

Сообщение GiNeR »

Оставляйте здесь свои данные, давайте соберём статистику.
Спасибо сказали:
Аватара пользователя
Nightwolf_ng
Сообщения: 1483
Статус: Участнег
ОС: Женько и семёрко

Re: Смарт-данные HDD

Сообщение Nightwolf_ng »

Код: Выделить всё

 sudo smartctl -a -s on /dev/sda |egrep -i "error|ecc|sector|model|hours|cycle"
Model Family:     SAMSUNG SpinPoint T133 series
Device Model:     SAMSUNG HD401LJ
                                        without error or no self-test has ever
Error logging capability:        (0x01) Error logging supported.
  1 Raw_Read_Error_Rate     0x000f   100   100   051    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0033   253   253   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   253   253   051    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       4736
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       24
195 Hardware_ECC_Recovered  0x001a   100   100   000    Old_age   Always       -       28985131
197 Current_Pending_Sector  0x0012   253   253   000    Old_age   Always       -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x000a   100   100   000    Old_age   Always       -       0
201 Soft_Read_Error_Rate    0x000a   100   100   000    Old_age   Always       -       0
SMART Error Log Version: 1
No Errors Logged

Код: Выделить всё

sudo smartctl -a -s on /dev/sdb |egrep -i "error|ecc|sector|model|hours|cycle"
Device Model:     SAMSUNG HD501LJ
                                        without error or no self-test has ever
Error logging capability:        (0x01) Error logging supported.
  1 Raw_Read_Error_Rate     0x000f   100   100   051    Pre-fail  Always       -       3
  5 Reallocated_Sector_Ct   0x0033   253   253   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   253   253   051    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       4744
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       28
195 Hardware_ECC_Recovered  0x001a   100   100   000    Old_age   Always       -       194061259
197 Current_Pending_Sector  0x0012   253   253   000    Old_age   Always       -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x000a   100   100   000    Old_age   Always       -       0
201 Soft_Read_Error_Rate    0x000a   100   100   000    Old_age   Always       -       0
SMART Error Log Version: 1
No Errors Logged
Спасибо сказали:
Аватара пользователя
rm_
Сообщения: 3340
Статус: It's the GNU Age
ОС: Debian
Контактная информация:

Re: Смарт-данные HDD

Сообщение rm_ »

Такая "статистика" походит на среднюю температуру по больнице.

Что конкретно хотите узнать?
Спасибо сказали:
GiNeR
Сообщения: 64
ОС: Ubuntu
Контактная информация:

Re: Смарт-данные HDD

Сообщение GiNeR »

rm_ писал(а):
10.12.2007 00:32
Такая "статистика" походит на среднюю температуру по больнице.

Что конкретно хотите узнать?

1 Raw_Read_Error_Rate 0x000f 113 099 006 Pre-fail Always - 56182504
7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 17438126
195 Hardware_ECC_Recovered 0x001a 108 078 000 Old_age Always - 18295271

Вот это. Похоже что это беда только винтов Seagate, при чём и новых и довольно старых. В WD, Hitachi(и IBM), Samsung я этой проблема не нашёл. Хочу понять верна ли моя статистика и стоит ли вообще покупать Seagate. Моему винту всего ничего пару месяцев.
Спасибо сказали:
Аватара пользователя
Ilja
Сообщения: 349
ОС: ALTLinux Branch 4.1
Контактная информация:

Re: Смарт-данные HDD

Сообщение Ilja »

Код:

[ilja@localhost ~]$ sudo smartctl -a -s on /dev/hda |egrep -i "error|ecc|sector| model|hours|cycle" Model Family: Seagate Barracuda 7200.7 and 7200.7 Plus family Device Model: ST340014A was completed without error. without error or no self-test has ever Error logging capability: (0x01) Error logging supported. 1 Raw_Read_Error_Rate 0x000f 066 061 006 Pre-fail Always - 29022283 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 086 060 030 Pre-fail Always - 412869558 9 Power_On_Hours 0x0032 088 088 000 Old_age Always - 10811 12 Power_Cycle_Count 0x0032 099 099 020 Old_age Always - 1192 195 Hardware_ECC_Recovered 0x001a 066 061 000 Old_age Always - 29022283 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 200 Multi_Zone_Error_Rate 0x0000 100 253 000 Old_age Offline - 0 SMART Error Log Version: 1 No Errors Logged


Код:

[ilja@localhost ~]$ sudo smartctl -a -s on /dev/hdb |egrep -i "error|ecc|sector|model|hours|cycle" Device Model: SAMSUNG SP0802N without error or no self-test has ever Error logging capability: (0x01) Error logging supported. 1 Raw_Read_Error_Rate 0x000f 100 100 051 Pre-fail Always - 0 5 Reallocated_Sector_Ct 0x0033 100 100 011 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 100 100 051 Pre-fail Always - 0 9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 111022 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 573 195 Hardware_ECC_Recovered 0x001a 100 100 000 Old_age Always - 0 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 200 Multi_Zone_Error_Rate 0x000a 100 100 051 Old_age Always - 0 201 Soft_Read_Error_Rate 0x000a 100 100 051 Old_age Always - 0 SMART Error Log Version: 1 ATA Error Count: 3 SC = Sector Count Register [HEX] SN = Sector Number Register [HEX] ER = Error register [HEX] DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes, Error 3 occurred at disk power-on lifetime: 801 hours (33 days + 9 hours) When the command that caused the error occurred, the device was active or idle. 04 51 00 00 4f c2 b0 Error: ABRT Commands leading to the command that caused the error were: Error 2 occurred at disk power-on lifetime: 800 hours (33 days + 8 hours) When the command that caused the error occurred, the device was active or idle. 04 51 00 00 4f c2 b0 Error: ABRT Commands leading to the command that caused the error were: Error 1 occurred at disk power-on lifetime: 799 hours (33 days + 7 hours) When the command that caused the error occurred, the device was active or idle. 04 51 00 00 4f c2 b0 Error: ABRT Commands leading to the command that caused the error were:
Обычно первый совет наступившему на грабли - наступить еще раз и сравнить ощущения.

Советы по наступанию на грабли - JID: ilya.raskin@jabber.se
Спасибо сказали:
GiNeR
Сообщения: 64
ОС: Ubuntu
Контактная информация:

Re: Смарт-данные HDD

Сообщение GiNeR »

Пока статистика не врёт. Таких показателей как Seagate не показывает никто (похоже здесь же будет ещё и Maxtor). Смотрим дальше. По окончанию попробуем сделать некоторые выводы.
Вот здесь расшифровка smart данных http://ru.wikipedia.org/wiki/Технология_SMART
Спасибо сказали:
Current_Density
Сообщения: 773
Статус: Участник

Re: Смарт-данные HDD

Сообщение Current_Density »

GiNeR писал(а):
10.12.2007 01:12
1 Raw_Read_Error_Rate 0x000f 113 099 006 Pre-fail Always - 56182504
7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 17438126
195 Hardware_ECC_Recovered 0x001a 108 078 000 Old_age Always - 18295271

Вот это. Похоже что это беда только винтов Seagate, при чём и новых и довольно старых.

Это не беда, просто у разных винтов разные способы отображения raw значений, и для сигейтов такие цифры вполне нормальны.
Спасибо сказали:
Аватара пользователя
rm_
Сообщения: 3340
Статус: It's the GNU Age
ОС: Debian
Контактная информация:

Re: Смарт-данные HDD

Сообщение rm_ »

Это не беда, просто у разных винтов разные способы отображения raw значений, и для сигейтов такие цифры вполне нормальны

Совершенно верно, это особенность SMART'а Seagate. Не нужно думать, что у других винчестеров нету ошибок чтения с блинов, нету ошибок позицинирования и не восстанавливает сбои ECC. У них тоже всё это есть, просто они в SMART свои счётчики не выдают.
Спасибо сказали:
GiNeR
Сообщения: 64
ОС: Ubuntu
Контактная информация:

Re: Смарт-данные HDD

Сообщение GiNeR »

rm_ писал(а):
10.12.2007 18:52
Это не беда, просто у разных винтов разные способы отображения raw значений, и для сигейтов такие цифры вполне нормальны

Совершенно верно, это особенность SMART'а Seagate. Не нужно думать, что у других винчестеров нету ошибок чтения с блинов, нету ошибок позицинирования и не восстанавливает сбои ECC. У них тоже всё это есть, просто они в SMART свои счётчики не выдают.

Откуда эта информация? Источники?
Спасибо сказали:
Аватара пользователя
rm_
Сообщения: 3340
Статус: It's the GNU Age
ОС: Debian
Контактная информация:

Re: Смарт-данные HDD

Сообщение rm_ »

Откуда эта информация? Источники?

1) Обсуждения на форумах (forum.ixbt.com прежде всего). Во всех приводимых SMART'ах Сигейтов указанные атрибуты имеют большие значения. Общепринятое мнение - не обращать внимания, особенность Seagate. При этом сами винчестеры работают прекрасно, без потери скорости и прочего. Производитель внятных комментариев не даёт.
2) Личный опыт. Наблюдал SMART у 10-15 современных винчестеров. Из них два Seagate (80 и 320 гб). У обоих Seagate эти параметры далеко в миллионах. У всех остальных винчестеров (WD, Hitachi, Samsung, как IDE так и SATA) - либо по нулям, либо равны считанным единицам-десяткам.

P.S: на многих моделях Самсунга Hardware ECC Recovered огромное значение показывает. Тоже, особенность SMART'а от конкретного производителя.
Спасибо сказали:
Alex без циферок
Сообщения: 19
ОС: Mandriva 2009.0, Ubuntu 8.10

Re: Смарт-данные HDD

Сообщение Alex без циферок »

Вот мой Seagate ноутбучный.

Код:

=== START OF INFORMATION SECTION === Device Model: ST9160824AS Serial Number: 5MAC0ZV4 Firmware Version: 3.CLG User Capacity: 160 041 885 696 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 7 ATA Standard is: Exact ATA specification draft version not indicated Local Time is: Thu Jan 29 16:50:42 2009 MSK SMART support is: Available - device has SMART capability. SMART support is: Enabled ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 087 080 034 Pre-fail Always - 80687280 3 Spin_Up_Time 0x0003 100 098 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 052 052 020 Old_age Always - 49770 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 067 060 030 Pre-fail Always - 12901757545 9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 276892246606442 10 Spin_Retry_Count 0x0013 100 100 034 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 314 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 189 High_Fly_Writes 0x003a 092 092 000 Old_age Always - 8 190 Airflow_Temperature_Cel 0x0022 067 055 045 Old_age Always - 33 (Lifetime Min/Max 33/33) 191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 4 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 971 193 Load_Cycle_Count 0x0022 075 075 000 Old_age Always - 51250 194 Temperature_Celsius 0x001a 033 045 000 Old_age Always - 33 (0 17 0 0) 195 Hardware_ECC_Recovered 0x0012 064 060 000 Old_age Always - 80687280 196 Reallocated_Event_Count 0x0010 100 100 000 Old_age Offline - 29291676959156 197 Current_Pending_Sector 0x003e 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0000 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0 200 Multi_Zone_Error_Rate 0x0000 100 253 000 Old_age Offline - 0 202 TA_Increase_Count 0x0000 100 253 000 Old_age Offline - 0 SMART Error Log Version: 1 No Errors Logged


Беспокоит Reallocated_Event_Count 29291676959156 живущий своей жизнью и показывающий хрен знает что. Буквально полчаса назад цифра была больше на 2 порядка
Спасибо сказали:
Аватара пользователя
Frank
Сообщения: 1059
ОС: Ubuntu, Debian
Контактная информация:

Re: Смарт-данные HDD

Сообщение Frank »

Вот вам мой "домашний сервер":

Код:

sudo smartctl -a -s on /dev/sdb |egrep -i "error|ecc|sector|model|hours|cycle" Model Family: Seagate Barracuda 7200.7 and 7200.7 Plus family Device Model: ST380011A was completed without error. without error or no self-test has ever Error logging capability: (0x01) Error logging supported. 1 Raw_Read_Error_Rate 0x000f 066 062 006 Pre-fail Always - 163057075 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 088 060 030 Pre-fail Always - 685175749 9 Power_On_Hours 0x0032 058 058 000 Old_age Always - 36951 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 865 195 Hardware_ECC_Recovered 0x001a 066 062 000 Old_age Always - 163057075 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 199 UDMA_CRC_Error_Count 0x003e 200 194 000 Old_age Always - 12 200 Multi_Zone_Error_Rate 0x0000 100 253 000 Old_age Offline - 0 SMART Error Log Version: 1 ATA Error Count: 7 (device log contains only the most recent five errors) SC = Sector Count Register [HEX] SN = Sector Number Register [HEX] ER = Error register [HEX] DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes, Error 7 occurred at disk power-on lifetime: 19757 hours (823 days + 5 hours) When the command that caused the error occurred, the device was active or idle. 10 51 00 00 4f c2 a0 Error: IDNF Commands leading to the command that caused the error were: Error 6 occurred at disk power-on lifetime: 19757 hours (823 days + 5 hours) When the command that caused the error occurred, the device was active or idle. 10 51 00 00 4f c2 a0 Error: IDNF Commands leading to the command that caused the error were: Error 5 occurred at disk power-on lifetime: 19757 hours (823 days + 5 hours) When the command that caused the error occurred, the device was active or idle. 10 51 00 00 4f c2 a0 Error: IDNF Commands leading to the command that caused the error were: Error 4 occurred at disk power-on lifetime: 19757 hours (823 days + 5 hours) When the command that caused the error occurred, the device was active or idle. 10 51 00 00 4f c2 a0 Error: IDNF Commands leading to the command that caused the error were: Error 3 occurred at disk power-on lifetime: 19757 hours (823 days + 5 hours) When the command that caused the error occurred, the device was active or idle. 10 51 00 00 4f c2 a0 Error: IDNF Commands leading to the command that caused the error were: Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 36199 -

Как видно, на 823 день работы произошёл сбой, была проведена профилактика (снятие платы, очистка контактных площадок), после чего продолжает работать по сей день (суммарный аптайм 4,3 года).
Изображение
Спасибо сказали:
Atjc
Сообщения: 10

Re: Смарт-данные HDD

Сообщение Atjc »

подскажите пожалуйста, что это обозначает, ни как не пойму как этой штукой пользоваться и что она выдаёт

Код: Выделить всё

# smartctl -a /dev/sda
smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build)
Copyright © 2002-10 by Bruce Allen, [url="http://smartmontools.sourceforge.net"]http://smartmontools.sourceforge.net[/url]

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Caviar family
Device Model:     WDC WD1600BB-00GUC0
Serial Number:    WD-WCAL96257307
Firmware Version: 08.02D08
User Capacity:    160 041 885 696 bytes
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   6
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:    Mon Sep 12 12:16:27 2011 UTC
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:  (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:          (4845) 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.
                    No General Purpose Logging support.
Short self-test routine
recommended polling time:      (   2) minutes.
Extended self-test routine
recommended polling time:      (  64) minutes.
Conveyance self-test routine
recommended polling time:      (   5) minutes.
SCT capabilities:            (0x003f)    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   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0007   128   125   021    Pre-fail  Always       -       4125
  4 Start_Stop_Count        0x0032   094   094   040    Old_age   Always       -       6618
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000b   100   253   051    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0032   078   078   000    Old_age   Always       -       16714
 10 Spin_Retry_Count        0x0013   100   100   051    Pre-fail  Always       -       0
 11 Calibration_Retry_Count 0x0013   100   100   051    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   094   094   000    Old_age   Always       -       6490
194 Temperature_Celsius     0x0022   110   090   000    Old_age   Always       -       37
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0012   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0012   200   200   000    Old_age   Always       -       0
199 UDMA_CRC_Error_Count    0x000a   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0009   200   200   051    Pre-fail  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.
Спасибо сказали:
Аватара пользователя
DjSpike
Сообщения: 2265
Статус: в поисках истины
ОС: Lubuntu 12.04

Re: Смарт-данные HDD

Сообщение DjSpike »

1).

Код: Выделить всё

spike@xxx:~$ sudo smartctl -a -s on /dev/sda |egrep -i "error|ecc|sector|model|hours|cycle"
Model Family:     Seagate Barracuda LP
Device Model:     ST32000542AS
                    was completed without error.
                    without error or no self-test has ever
Error logging capability:        (0x01)    Error logging supported.
                    SCT Error Recovery Control supported.
  1 Raw_Read_Error_Rate     0x000f   099   099   006    Pre-fail  Always       -       2517782
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   061   060   030    Pre-fail  Always       -       1446911
  9 Power_On_Hours          0x0032   091   091   000    Old_age   Always       -       7974
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       53
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
195 Hardware_ECC_Recovered  0x001a   029   021   000    Old_age   Always       -       2517782
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       115727893798848
SMART Error Log Version: 1
No Errors Logged
spike@xxx:~


2)

Код: Выделить всё

sudo smartctl -a -s on /dev/sdb |egrep -i "error|ecc|sector|model|hours|cycle"
Device Model:     WDC WD30EZRX-00MMMB0
                    without error or no self-test has ever
Error logging capability:        (0x01)    Error logging supported.
  1 Raw_Read_Error_Rate     0x002f   100   253   051    Pre-fail  Always       -       0
  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   100   100   000    Old_age   Always       -       1
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       9
193 Load_Cycle_Count        0x0032   200   200   000    Old_age   Always       -       65
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   000    Old_age   Offline      -       0
SMART Error Log Version: 1
No Errors Logged


3)

Код: Выделить всё

sudo smartctl -a -s on /dev/sdc |egrep -i "error|ecc|sector|model|hours|cycle"
Device Model:     Hitachi HDS723030ALA640
                    without error or no self-test has ever
Error logging capability:        (0x01)    Error logging supported.
                    SCT Error Recovery Control supported.
  1 Raw_Read_Error_Rate     0x000b   100   100   016    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0033   100   100   005    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000b   100   100   067    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       4830
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       27
193 Load_Cycle_Count        0x0012   100   100   000    Old_age   Always       -       155
197 Current_Pending_Sector  0x0022   100   100   000    Old_age   Always       -       0
199 UDMA_CRC_Error_Count    0x000a   200   200   000    Old_age   Always       -       0
SMART Error Log Version: 1
No Errors Logged
spike@xxx:~$


4)

Код: Выделить всё

spike@xxx:~$ sudo smartctl -a -s on /dev/sdd |egrep -i "error|ecc|sector|model|hours|cycle"
Model Family:     Western Digital Caviar Green family
Device Model:     WDC WD15EADS-00P8B0
                    without error or no self-test has ever
Error logging capability:        (0x01)    Error logging supported.
                    SCT Error Recovery Control supported.
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       0
  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   082   082   000    Old_age   Always       -       13339
 12 Power_Cycle_Count       0x0032   097   097   000    Old_age   Always       -       3478
193 Load_Cycle_Count        0x0032   188   188   000    Old_age   Always       -       37953
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       7
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   200   200   000    Old_age   Offline      -       0
SMART Error Log Version: 1
No Errors Logged


5)

Код: Выделить всё

spike@xxx:~$ sudo smartctl -a -s on /dev/sde |egrep -i "error|ecc|sector|model|hours|cycle"
Model Family:     Western Digital Caviar Green (Adv. Format) family
Device Model:     WDC WD20EARS-00S8B1
                    without error or no self-test has ever
Error logging capability:        (0x01)    Error logging supported.
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   086   086   000    Old_age   Always       -       10901
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       180
193 Load_Cycle_Count        0x0032   067   067   000    Old_age   Always       -       401037
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   200   200   000    Old_age   Offline      -       0
SMART Error Log Version: 1
No Errors Logged
spike@xxx:~$


6)

Код: Выделить всё

spike@xxx:~$ sudo smartctl -a -s on /dev/sdf |egrep -i "error|ecc|sector|model|hours|cycle"
Device Model:     INTEL SSDSA2M040G2GC
Error logging capability:        (0x00)    Error logging NOT supported.
Warning: device does not support Error Logging
Error SMART Error Log Read failed: Ошибка ввода/вывода
Smartctl: SMART Error Log Read Failed
Error SMART Error Self-Test Log Read failed: Ошибка ввода/вывода
spi


Вот вам для статистики....
AvReg - По для организации Видеонаблюдения на Linux.
ДЭНСИ:КАССА - Рабочее место кассира под Linux.
Терминальные решения под Linux
Консультации по установке 1с+PostgreSQL+Ubuntu.
Спасибо сказали:
Аватара пользователя
Bizdelnick
Модератор
Сообщения: 20752
Статус: nulla salus bello
ОС: Debian GNU/Linux

Re: Смарт-данные HDD

Сообщение Bizdelnick »

Atjc писал(а):
12.09.2011 12:41
подскажите пожалуйста, что это обозначает

Нормально всё у Вас.
Пишите правильно:
в консоли
вку́пе (с чем-либо)
в общем
вообще
в течение (часа)
новичок
нюанс
по умолчанию
приемлемо
проблема
пробовать
трафик
Спасибо сказали:
Ответить