LINUX.ORG.RU
ФорумAdmin

Резко упала скорость RAID6

 ,


0

3

Ребята, подскажите, куда копать.

У нас в студии сервак, на нем Debian 8. В серваке установлен сотовый RAID6 на 8 дисках по 2TB через mdadm, используем в качестве медиахранилища, постоянно гоняем файлы от 100кб до 100мб. Ничего не предвещало сегодня проблем, но тут люди начали жаловаться на низкую скорость чтения и записи на сервак.

Попробовал кинуть файлы по сетке на сервак. Действительно низкая скорость. Сначала думал сетка дурит, но вроде нет (у нас гигабайта разведена по студии). Перегрузили все компы и сервак, не помогло.

Начал тестить непосредственно на серваке производительность рейд. Правда я не специалист в этом, подскажите, с чего начать? Кто в этом деле шарит?

Спасибо.



Последнее исправление: ITdreamer (всего исправлений: 1)

Кто в этом деле шарит?

Системный администратор

По вопросу может быть что угодно, нужна диагностика первичная. Ждите телепатов...

petav ★★★★★
()
Ответ на: комментарий от petav
master@vfxserver01:~$ cat /proc/mdstat 
Personalities : [raid6] [raid5] [raid4] 
md0 : active raid6 sdd5[0] sda5[7] sdh5[6] sdf5[5] sdg5[4] sde5[9] sdb5[8] sdc5[1]
      11659361280 blocks super 1.2 level 6, 512k chunk, algorithm 2 [8/8] [UUUUUUUU]
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer
sudo hdparm -Tt /dev/md0

/dev/md0:
 Timing cached reads:   23776 MB in  2.00 seconds = 11900.57 MB/sec
 Timing buffered disk reads:  74 MB in  3.94 seconds =  18.76 MB/sec
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

Проверь статус рейда, может он решил пересобраться (или неудачно собрался) http://unix.stackexchange.com/questions/28636/how-to-check-mdadm-raids-while-...

CrazyAlex25 ★★★
()
Последнее исправление: CrazyAlex25 (всего исправлений: 1)
Ответ на: комментарий от CrazyAlex25
$ sudo mdadm --detail /dev/md0
/dev/md0:
        Version : 1.2
  Creation Time : Tue Jan 28 21:45:42 2014
     Raid Level : raid6
     Array Size : 11659361280 (11119.23 GiB 11939.19 GB)
  Used Dev Size : 1943226880 (1853.21 GiB 1989.86 GB)
   Raid Devices : 8
  Total Devices : 8
    Persistence : Superblock is persistent

    Update Time : Thu May  7 15:13:40 2015
          State : clean 
 Active Devices : 8
Working Devices : 8
 Failed Devices : 0
  Spare Devices : 0

         Layout : left-symmetric
     Chunk Size : 512K

           Name : vfxserver01:0  (local to host vfxserver01)
           UUID : 95732325:39eedce7:c33d41d7:66c3a1dd
         Events : 3837

    Number   Major   Minor   RaidDevice State
       0       8       53        0      active sync   /dev/sdd5
       1       8       37        1      active sync   /dev/sdc5
       8       8       21        2      active sync   /dev/sdb5
       9       8       69        3      active sync   /dev/sde5
       4       8      101        4      active sync   /dev/sdg5
       5       8       85        5      active sync   /dev/sdf5
       6       8      117        6      active sync   /dev/sdh5
       7       8        5        7      active sync   /dev/sda5
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

Дело в том, что мы уже давно на нем работаем. Ну около года. И проблем не было. Сегодня вдруг почему-то начал медленно работать. т.е. это не то, что я щас собрал его и тестирую скорость, а еще вчера все ок было.

ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

Либо диск помирает, либо кто-то сильно нагрузил этот рейд

smart проверь у всех дисков

smartctl -a /dev/sda
#и т.д.

и текущую нагрузку

iostat -x 5 /dev/sd?
router ★★★★★
()
Ответ на: комментарий от CrazyAlex25

Попробовал щас залить по сетке файл 700мб. Если раньше он заливался за 10-20 секунд, то щас заливался 5 минут. Скорость была 1.2 мб/сек.

ITdreamer
() автор топика
Ответ на: комментарий от router

md0

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,02    0,00    0,51   26,49    0,00   72,98

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
md0               0,00     0,00   52,38   11,92  3462,09  1157,57   143,70     0,00    0,00    0,00    0,00   0,00   0,00

sda

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,02    0,00    0,51   26,75    0,00   72,72

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sda              32,79    46,36    4,69    2,68   512,75   195,84   192,28     0,05    6,64    7,04    5,96   2,69   1,98

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,45   48,63    0,00   50,92

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sda              55,40     0,00    1,60    0,80   818,40     1,10   682,92     0,04   15,67   11,50   24,00  12,33   2,96

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,30   58,49    0,00   41,21

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sda             130,40     0,20   28,20    1,00  1126,40     1,90    77,28     0,20    6,85    6,16   26,40   1,56   4,56

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,40   48,45    0,00   51,15

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sda             158,20     0,20   53,80    1,40  1635,20     2,80    59,35     0,36    6,59    6,08   26,29   1,20   6,64

sdb

ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdb

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,02    0,00    0,51   26,90    0,00   72,57

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdb              31,14    47,71    5,75    2,66   570,26   201,04   183,27     0,05    5,53    5,64    5,30   2,07   1,74

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    1,15   45,19    0,00   53,66

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdb             422,60     0,00   51,20    1,00  3080,00     0,40   118,02     0,15    2,90    2,39   28,80   1,36   7,12

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,70   23,87    0,00   75,43

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdb              91,80     0,00   14,60    0,20   819,20     0,10   110,72     0,13    8,65    8,44   24,00   1,24   1,84

ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdc

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,02    0,00    0,51   26,97    0,00   72,50

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdc              36,56    46,40    5,88    1,55   639,32   192,83   223,82     3,84  492,20  488,06  507,94  86,84  64,58

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,45   43,76    0,00   55,79

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdc              58,00     0,00    2,40    0,80  1004,00     0,30   627,69     5,25 2132,75 2079,33 2293,00 311,50  99,68

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,60   44,47    0,00   54,93

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdc             221,80     0,00   16,80    0,80  1766,40     0,20   200,75    21,56  974,27  963,52 1200,00  56,82 100,00
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdd

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,02    0,00    0,51   27,07    0,00   72,40

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdd              36,66    45,51    5,74    2,63   556,12   192,03   178,85     0,05    5,39    4,79    6,69   2,39   2,00

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,40   28,94    0,00   70,66

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdd             150,40     0,20    9,00    1,00  1228,00     2,60   246,12     0,07    7,04    5,87   17,60   3,68   3,68

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,30   59,30    0,00   40,40

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdd             188,40     0,20   49,40    1,20  1494,40     2,70    59,17     0,08    1,58    1,23   16,00   0,68   3,44
ITdreamer
() автор топика

Сначала думал сетка дурит, но вроде нет

А проверь. Начиная с ethtool <сетевуха> и до заливки жирного файла по другим протоколам (sftp например, хотя он сам по себе тормозный).

thesis ★★★★★
()
Последнее исправление: thesis (всего исправлений: 1)
Ответ на: комментарий от ITdreamer

sde

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,02    0,00    0,53   29,41    0,00   70,04

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sde             124,54    43,15   14,38    2,36  1020,61   181,53   143,63     0,10    5,85    5,65    7,03   1,31   2,19

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,85   49,12    0,00   50,03

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sde             391,00     0,00   21,00    0,00  1844,80     0,00   175,70     0,27   13,03   13,03    0,00   0,69   1,44

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,85   51,60    0,00   47,55

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sde            1137,00     0,00   67,40    0,00  4916,00     0,00   145,88     0,65    9,60    9,60    0,00   0,47   3,20
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

У тебя сетевуха точно продолжает на гигабите работать? Посмотри лампочку на свитче или выхлоп ethtool.
Кроме того, посмотри, с какой скоростью будет заливаться файл по sftp или чему-то еще (а то может у вас вообще самба дурит, или чем вы там файло шарите).

thesis ★★★★★
()
Ответ на: комментарий от ITdreamer

sdf

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,02    0,00    0,54   29,75    0,00   69,69

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdf             144,26    42,21    9,80    2,25   975,31   177,49   191,45     0,18   14,64   15,84    9,41   2,07   2,49

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,60   65,77    0,00   33,63

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdf            1340,00     0,00   46,40    0,40  5844,80     0,10   249,78     1,09   23,35   23,43   14,00   1,37   6,40

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,35   59,91    0,00   39,74

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdf            1401,60     0,00   34,60    0,00  5992,80     0,00   346,40     1,34   38,68   38,68    0,00   1,69   5,84
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdg

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,02    0,00    0,54   29,91    0,00   69,54

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdg             150,66    40,99   11,13    2,23  1094,70   172,39   189,68     0,15   11,07   11,68    8,02   1,72   2,30

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,35   55,51    0,00   44,14

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdg            1259,20     0,00   46,40    0,20  5222,40     0,10   224,14     0,79   16,89   16,84   28,00   0,84   3,92

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,20   54,48    0,00   45,32

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdg             893,20     0,00   31,20    0,00  3992,80     0,00   255,95     0,57   18,18   18,18    0,00   1,00   3,12
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdh

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,02    0,00    0,54   30,04    0,00   69,40

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdh             154,46    41,53   11,67    2,33  1067,89   174,97   177,49     0,17   12,29   12,93    9,10   1,81   2,54

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,50   50,13    0,00   49,37

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdh            1394,40     0,00   43,20    0,20  6144,00     0,10   283,14     1,35   31,12   31,11   32,00   1,36   5,92

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0,00    0,00    0,95   53,88    0,00   45,17

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdh            1410,60     0,00   50,60    0,20  6041,60     0,10   237,86     1,27   24,94   24,89   40,00   1,26   6,40
ITdreamer
() автор топика

залей файл по сети, но не на рейд, а в tmpfs, может прозреешь, а то тупишь что-то

anonymous
()
Ответ на: комментарий от anonymous

Сделал на серваке папку в tmpfs залил туда папку по сетке на 2.5 гига.

Залилась почти мгновенно 2-3 секунды.

ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer
Personalities : [raid6] [raid5] [raid4] 
md0 : active raid6 sdd5[0] sda5[7] sdh5[6] sdf5[5] sdg5[4] sde5[9] sdb5[8] sdc5[1]
      11659361280 blocks super 1.2 level 6, 512k chunk, algorithm 2 [8/8] [UUUUUUUU]
      [>....................]  check =  0.5% (11639276/1943226880) finish=6053.3min speed=5317K/sec

Включил тестирование рейда. А можно его как-то ускорить? А то 6000 минут получается будет тестить.

ITdreamer
() автор топика

18.76 MB/sec

С ним явно что-то не так

Тестируй винты, дело в каком-то из них

Или собери заново
Софт собирающий не обновлялся?

smilessss ★★★★★
()
Ответ на: комментарий от thesis

Нет, может все таки в сетке дело.

Вот что я сделал.

На серваке на рейде сделал папку ramdisk

В нее смонтировал tmpfs

mount -t tmpfs -o size=512m tmpfs /mnt/RAID/ramdisk

Далее с другого компа попробовал кинуть в эту папку 3 файла на 120 мб общим объемом. Копирует уже 5 минут. ((((((

ITdreamer
() автор топика
Ответ на: комментарий от NightSpamer

sda

SMART support is: Available - device has SMART capability.
SMART support is: Enabled


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       -       227288424
  3 Spin_Up_Time            0x0003   092   092   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       79
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   076   060   030    Pre-fail  Always       -       43685101
  9 Power_On_Hours          0x0032   089   089   000    Old_age   Always       -       10336
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       79
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       -       0
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   061   039   045    Old_age   Always   In_the_past 39 (0 79 43 23)
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       -       37
193 Load_Cycle_Count        0x0032   074   074   000    Old_age   Always       -       52019
194 Temperature_Celsius     0x0022   039   061   000    Old_age   Always       -       39 (0 20 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       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       9526237465133
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       5007114348203
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       104089767696227

SMART Error Log Version: 1
No Errors Logged

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%      1900         -
# 2  Extended offline    Completed without error       00%       420         -
# 3  Short offline       Completed without error       00%       412         -

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):
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdb

ocal Time is:    Thu May  7 16:57:29 2015 MSK
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:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
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: 		(  575) seconds.
Offline data collection
capabilities: 			 (0x73) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					No 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: 	 ( 232) 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       -       201428576
  3 Spin_Up_Time            0x0003   095   095   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       88
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   073   060   030    Pre-fail  Always       -       22728287
  9 Power_On_Hours          0x0032   091   091   000    Old_age   Always       -       8484
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       59
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       -       0
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   060   052   045    Old_age   Always       -       40 (Min/Max 24/45)
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       -       58
193 Load_Cycle_Count        0x0032   079   079   000    Old_age   Always       -       42519
194 Temperature_Celsius     0x0022   040   048   000    Old_age   Always       -       40 (0 20 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       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       81466939672724
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       35214111233082
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       43365515141843

SMART Error Log Version: 1
No Errors Logged

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%        48         -

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):
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdc С ним возможно и правда что-то не так. До этого диски результаты тестов выдавали почти мгновенно. Этого же я ждал 5-7 секунд.

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:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
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: 		(  575) seconds.
Offline data collection
capabilities: 			 (0x73) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					No 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: 	 ( 217) 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   116   099   006    Pre-fail  Always       -       106130608
  3 Spin_Up_Time            0x0003   094   094   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       72
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   055   055   030    Pre-fail  Always       -       240540334564
  9 Power_On_Hours          0x0032   089   089   000    Old_age   Always       -       10248
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       72
183 Runtime_Bad_Block       0x0032   096   096   000    Old_age   Always       -       4
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   096   000    Old_age   Always       -       4295032849
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   060   052   045    Old_age   Always       -       40 (Min/Max 23/45)
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       -       34
193 Load_Cycle_Count        0x0032   079   079   000    Old_age   Always       -       42456
194 Temperature_Celsius     0x0022   040   048   000    Old_age   Always       -       40 (0 21 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       -       50
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       91280939944644
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       5477465470
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       100208162281

SMART Error Log Version: 1
No Errors Logged

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%      1816         -
# 2  Extended offline    Completed without error       00%       337         -
# 3  Short offline       Completed without error       00%       329         -

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):
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdd

Local Time is:    Thu May  7 17:00:55 2015 MSK
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:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
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: 			 (0x73) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					No 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: 	 ( 230) 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   114   099   006    Pre-fail  Always       -       65715440
  3 Spin_Up_Time            0x0003   095   095   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       72
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   072   060   030    Pre-fail  Always       -       20477069
  9 Power_On_Hours          0x0032   089   089   000    Old_age   Always       -       10247
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       72
183 Runtime_Bad_Block       0x0032   095   095   000    Old_age   Always       -       5
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   099   000    Old_age   Always       -       4
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   061   052   045    Old_age   Always       -       39 (Min/Max 23/45)
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       -       34
193 Load_Cycle_Count        0x0032   079   079   000    Old_age   Always       -       42779
194 Temperature_Celsius     0x0022   039   048   000    Old_age   Always       -       39 (0 21 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       -       44
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       65949222832795
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       5458611110
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       99918807437

SMART Error Log Version: 1
No Errors Logged

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%      1816         -
# 2  Extended offline    Completed without error       00%       337         -
# 3  Short offline       Completed without error       00%       328         -

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):
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sde

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:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
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: 		(  584) seconds.
Offline data collection
capabilities: 			 (0x73) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					No 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: 	 ( 213) 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   120   099   006    Pre-fail  Always       -       241907984
  3 Spin_Up_Time            0x0003   096   096   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       70
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   072   060   030    Pre-fail  Always       -       20617827
  9 Power_On_Hours          0x0032   089   089   000    Old_age   Always       -       10247
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       70
183 Runtime_Bad_Block       0x0032   096   096   000    Old_age   Always       -       4
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   062   050   045    Old_age   Always       -       38 (Min/Max 23/43)
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       -       33
193 Load_Cycle_Count        0x0032   079   079   000    Old_age   Always       -       42746
194 Temperature_Celsius     0x0022   038   050   000    Old_age   Always       -       38 (0 21 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       -       22
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       227165115255477
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       9779057440
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       94556069886

SMART Error Log Version: 1
No Errors Logged

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%      1816         -
# 2  Extended offline    Completed without error       00%       337         -
# 3  Short offline       Completed without error       00%       329         -
# 4  Short offline       Completed without error       00%       329         -

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):
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdf

Local Time is:    Thu May  7 17:03:14 2015 MSK
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:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
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: 			 (0x73) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					No 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   116   099   006    Pre-fail  Always       -       108120928
  3 Spin_Up_Time            0x0003   092   092   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       98
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   075   060   030    Pre-fail  Always       -       4335432249
  9 Power_On_Hours          0x0032   089   089   000    Old_age   Always       -       10376
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       98
183 Runtime_Bad_Block       0x0032   087   087   000    Old_age   Always       -       13
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   099   099   000    Old_age   Always       -       1
188 Command_Timeout         0x0032   100   099   000    Old_age   Always       -       12885098499
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   060   038   045    Old_age   Always   In_the_past 40 (0 66 45 24)
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       -       49
193 Load_Cycle_Count        0x0032   074   074   000    Old_age   Always       -       52524
194 Temperature_Celsius     0x0022   040   062   000    Old_age   Always       -       40 (0 22 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   197   000    Old_age   Always       -       53
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       101258148973134
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       8492004720353
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       119057988857346

SMART Error Log Version: 1
No Errors Logged

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%      1938         -
# 2  Extended offline    Completed without error       00%       458         -
# 3  Short offline       Completed without error       00%       449         -

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):
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdg

Local Time is:    Thu May  7 17:03:39 2015 MSK
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:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
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: 		(  575) seconds.
Offline data collection
capabilities: 			 (0x73) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					No 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: 	 ( 222) 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   107   099   006    Pre-fail  Always       -       13839552
  3 Spin_Up_Time            0x0003   094   094   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       121
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   067   059   030    Pre-fail  Always       -       25807519445
  9 Power_On_Hours          0x0032   089   089   000    Old_age   Always       -       10410
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       118
183 Runtime_Bad_Block       0x0032   088   088   000    Old_age   Always       -       12
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   091   000    Old_age   Always       -       51540525175
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   062   042   045    Old_age   Always   In_the_past 38 (0 3 42 24)
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       -       68
193 Load_Cycle_Count        0x0032   073   073   000    Old_age   Always       -       54988
194 Temperature_Celsius     0x0022   038   058   000    Old_age   Always       -       38 (0 21 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   194   000    Old_age   Always       -       56
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       180921202379358
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       16389162115660
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       188935951818827

SMART Error Log Version: 1
No Errors Logged

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%      1973         -
# 2  Extended offline    Completed without error       00%       493         -
# 3  Short offline       Completed without error       00%       485         -

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):
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

sdh

Local Time is:    Thu May  7 17:04:20 2015 MSK
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:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
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: 		(  575) seconds.
Offline data collection
capabilities: 			 (0x73) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					No 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: 	 ( 212) 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   116   099   006    Pre-fail  Always       -       111549952
  3 Spin_Up_Time            0x0003   096   096   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       64
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   072   060   030    Pre-fail  Always       -       20614831
  9 Power_On_Hours          0x0032   089   089   000    Old_age   Always       -       10246
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       64
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       -       0
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   064   039   045    Old_age   Always   In_the_past 36 (0 43 41 23)
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       -       27
193 Load_Cycle_Count        0x0032   079   079   000    Old_age   Always       -       42690
194 Temperature_Celsius     0x0022   036   061   000    Old_age   Always       -       36 (0 16 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       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       249138167941776
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       5714291826
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       98574185175

SMART Error Log Version: 1
No Errors Logged

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%      1815         -
# 2  Extended offline    Completed without error       00%       336         -
# 3  Short offline       Completed without error       00%       328         -

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):
ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

меняй блок питания на новый и более мощный, для начала. БП после года работы — основная причина таких проблем. В процессе обрати внимание на кондёры на материнке. И не сигейты ли у тебя вместо дисков?

anonymous
()
Ответ на: комментарий от ITdreamer

и с каких закромов ты диски насобирал с разным временем работы, числом включений и разным количеством пройденных тестов? Плюс, обрати внимание на отличный от нуля runtime_bad_block, про который в интернетах пишут шо попало

anonymous
()
Ответ на: комментарий от ITdreamer

По смарту - живчик, насколько я могу судить. По iostat-у - упирается в него (100% util и очередь порядка единиц секунд). Есть на что поменять?

NightSpamer
()
Ответ на: комментарий от ITdreamer

по гигабитной сети 2.5ГБ данных должны заливаться около 30 сек, так что ты явно где-то тупишь

anonymous
()
Ответ на: комментарий от anonymous

Да сигейты. Но это не первый рейд на сигейтах. Прошлый прожил 4-5 лет, поменяли просто потому что места уже не хватало.

ITdreamer
() автор топика
Ответ на: комментарий от anonymous

Это странно, т.к. они были куплены все в один день в одном магазине.

ITdreamer
() автор топика
Ответ на: комментарий от ITdreamer

man iostat:
await - The average time (in milliseconds) for I/O requests issued to the device to be served. - у остальных десятки миллисекунд, у этого до 2 секунд доходило
%util - ... (bandwidth utilization for the device) - опять-же под 100% против единиц процентов у остальных

NightSpamer
()
Ответ на: комментарий от NightSpamer

Вы оказались правы))!!

Заменил sdc и все заработало в нормальном режиме.

Спасибо огромное!

ITdreamer
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.