Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.51 KB | None | 0 0
  1. Directly after reboot
  2. ---------------------
  3.  
  4. $ cat /proc/mdstat
  5. Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
  6. md0 : inactive sdc1[7](S) sdb1[10](S) sde1[9](S) sdd1[5](S) sdg1[6](S) sdf1[8](S)
  7. 17581584384 blocks super 1.2
  8.  
  9. unused devices: <none>
  10.  
  11.  
  12. $ mdadm --detail /dev/md0
  13. /dev/md0:
  14. Version : 1.2
  15. Raid Level : raid0
  16. Total Devices : 6
  17. Persistence : Superblock is persistent
  18.  
  19. State : inactive
  20.  
  21. Delta Devices : 1, (-1->0)
  22. New Level : raid5
  23. New Layout : left-symmetric
  24. New Chunksize : 512K
  25.  
  26. Name : homer2:1
  27. UUID : f39f89d2:1bcd3d55:d173d206:d85b8bbc
  28. Events : 4830576
  29.  
  30. Number Major Minor RaidDevice
  31.  
  32. - 8 17 - /dev/sdb1
  33. - 8 33 - /dev/sdc1
  34. - 8 49 - /dev/sdd1
  35. - 8 65 - /dev/sde1
  36. - 8 81 - /dev/sdf1
  37. - 8 97 - /dev/sdg1
  38.  
  39.  
  40. Assemble the array
  41. ------------------
  42.  
  43. $ export MDADM_GROW_ALLOW_OLD=1
  44.  
  45. ** Grow allow old used as thought the new drive was faulty and attempted to assemble array with it unplugged **
  46.  
  47.  
  48. $ mdadm --stop /dev/md0
  49. mdadm: stopped /dev/md0
  50.  
  51.  
  52. $ mdadm --assemble -v /dev/md0 /dev/sd[bcdefg]1
  53. mdadm: looking for devices for /dev/md0
  54. mdadm: /dev/sdb1 is identified as a member of /dev/md0, slot 5.
  55. mdadm: /dev/sdc1 is identified as a member of /dev/md0, slot 4.
  56. mdadm: /dev/sdd1 is identified as a member of /dev/md0, slot 2.
  57. mdadm: /dev/sde1 is identified as a member of /dev/md0, slot 3.
  58. mdadm: /dev/sdf1 is identified as a member of /dev/md0, slot 0.
  59. mdadm: /dev/sdg1 is identified as a member of /dev/md0, slot 1.
  60. mdadm: /dev/md0 has an active reshape - checking if critical section needs to be restored
  61. mdadm: accepting backup with timestamp 1511984338 for array with timestamp 1512378131
  62. mdadm: backup-metadata found on device-5 but is not needed
  63. mdadm: added /dev/sdg1 to /dev/md0 as 1
  64. mdadm: added /dev/sdd1 to /dev/md0 as 2
  65. mdadm: added /dev/sde1 to /dev/md0 as 3
  66. mdadm: added /dev/sdc1 to /dev/md0 as 4
  67. mdadm: added /dev/sdb1 to /dev/md0 as 5
  68. mdadm: added /dev/sdf1 to /dev/md0 as 0
  69. mdadm: /dev/md0 has been started with 6 drives.
  70.  
  71.  
  72. $ cat /proc/mdstat
  73. Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
  74. md0 : active raid5 sdf1[8] sdb1[10] sdc1[7] sde1[9] sdd1[5] sdg1[6]
  75. 11721054208 blocks super 1.2 level 5, 512k chunk, algorithm 2 [6/6] [UUUUUU]
  76. [>....................] reshape = 0.0% (120220/2930263552) finish=187144.1min speed=260K/sec
  77.  
  78. unused devices: <none>
  79.  
  80. ** Progress never changes, speed reduces eventually to 0K/sec **
  81.  
  82.  
  83. $ mdadm --examine /dev/sd[bcdefg]1
  84. /dev/sdb1:
  85. Magic : a92b4efc
  86. Version : 1.2
  87. Feature Map : 0x4
  88. Array UUID : f39f89d2:1bcd3d55:d173d206:d85b8bbc
  89. Name : homer2:1
  90. Creation Time : Sun Dec 2 12:04:24 2012
  91. Raid Level : raid5
  92. Raid Devices : 6
  93.  
  94. Avail Dev Size : 5860528128 (2794.52 GiB 3000.59 GB)
  95. Array Size : 14651317760 (13972.59 GiB 15002.95 GB)
  96. Used Dev Size : 5860527104 (2794.52 GiB 3000.59 GB)
  97. Data Offset : 2048 sectors
  98. Super Offset : 8 sectors
  99. Unused Space : before=1960 sectors, after=1024 sectors
  100. State : active
  101. Device UUID : d185c556:52b345e2:244ff3c8:9210bf26
  102.  
  103. Reshape pos'n : 491520 (480.00 MiB 503.32 MB)
  104. Delta Devices : 1 (5->6)
  105.  
  106. Update Time : Tue Dec 5 18:30:50 2017
  107. Bad Block Log : 512 entries available at offset 72 sectors
  108. Checksum : b8e49d67 - correct
  109. Events : 4830578
  110.  
  111. Layout : left-symmetric
  112. Chunk Size : 512K
  113.  
  114. Device Role : Active device 5
  115. Array State : AAAAAA ('A' == active, '.' == missing, 'R' == replacing)
  116. /dev/sdc1:
  117. Magic : a92b4efc
  118. Version : 1.2
  119. Feature Map : 0x4
  120. Array UUID : f39f89d2:1bcd3d55:d173d206:d85b8bbc
  121. Name : homer2:1
  122. Creation Time : Sun Dec 2 12:04:24 2012
  123. Raid Level : raid5
  124. Raid Devices : 6
  125.  
  126. Avail Dev Size : 5860528128 (2794.52 GiB 3000.59 GB)
  127. Array Size : 14651317760 (13972.59 GiB 15002.95 GB)
  128. Used Dev Size : 5860527104 (2794.52 GiB 3000.59 GB)
  129. Data Offset : 2048 sectors
  130. Super Offset : 8 sectors
  131. Unused Space : before=1968 sectors, after=1024 sectors
  132. State : active
  133. Device UUID : 96958379:2ca77922:2065aa7b:26b9afae
  134.  
  135. Reshape pos'n : 491520 (480.00 MiB 503.32 MB)
  136. Delta Devices : 1 (5->6)
  137.  
  138. Update Time : Tue Dec 5 18:30:50 2017
  139. Checksum : 56765f4b - correct
  140. Events : 4830578
  141.  
  142. Layout : left-symmetric
  143. Chunk Size : 512K
  144.  
  145. Device Role : Active device 4
  146. Array State : AAAAAA ('A' == active, '.' == missing, 'R' == replacing)
  147. /dev/sdd1:
  148. Magic : a92b4efc
  149. Version : 1.2
  150. Feature Map : 0x4
  151. Array UUID : f39f89d2:1bcd3d55:d173d206:d85b8bbc
  152. Name : homer2:1
  153. Creation Time : Sun Dec 2 12:04:24 2012
  154. Raid Level : raid5
  155. Raid Devices : 6
  156.  
  157. Avail Dev Size : 5860528128 (2794.52 GiB 3000.59 GB)
  158. Array Size : 14651317760 (13972.59 GiB 15002.95 GB)
  159. Used Dev Size : 5860527104 (2794.52 GiB 3000.59 GB)
  160. Data Offset : 2048 sectors
  161. Super Offset : 8 sectors
  162. Unused Space : before=1968 sectors, after=1024 sectors
  163. State : active
  164. Device UUID : b9fc27cb:36f08923:64d5979a:45d24263
  165.  
  166. Reshape pos'n : 491520 (480.00 MiB 503.32 MB)
  167. Delta Devices : 1 (5->6)
  168.  
  169. Update Time : Tue Dec 5 18:30:50 2017
  170. Checksum : 7cab98d9 - correct
  171. Events : 4830578
  172.  
  173. Layout : left-symmetric
  174. Chunk Size : 512K
  175.  
  176. Device Role : Active device 2
  177. Array State : AAAAAA ('A' == active, '.' == missing, 'R' == replacing)
  178. /dev/sde1:
  179. Magic : a92b4efc
  180. Version : 1.2
  181. Feature Map : 0xc
  182. Array UUID : f39f89d2:1bcd3d55:d173d206:d85b8bbc
  183. Name : homer2:1
  184. Creation Time : Sun Dec 2 12:04:24 2012
  185. Raid Level : raid5
  186. Raid Devices : 6
  187.  
  188. Avail Dev Size : 5860528128 (2794.52 GiB 3000.59 GB)
  189. Array Size : 14651317760 (13972.59 GiB 15002.95 GB)
  190. Used Dev Size : 5860527104 (2794.52 GiB 3000.59 GB)
  191. Data Offset : 2048 sectors
  192. Super Offset : 8 sectors
  193. Unused Space : before=1960 sectors, after=1024 sectors
  194. State : active
  195. Device UUID : a33aacb4:00d283ef:5715be52:a0678279
  196.  
  197. Reshape pos'n : 491520 (480.00 MiB 503.32 MB)
  198. Delta Devices : 1 (5->6)
  199.  
  200. Update Time : Tue Dec 5 18:30:50 2017
  201. Bad Block Log : 512 entries available at offset 72 sectors - bad blocks present.
  202. Checksum : 978e30 - correct
  203. Events : 4830578
  204.  
  205. Layout : left-symmetric
  206. Chunk Size : 512K
  207.  
  208. Device Role : Active device 3
  209. Array State : AAAAAA ('A' == active, '.' == missing, 'R' == replacing)
  210. /dev/sdf1:
  211. Magic : a92b4efc
  212. Version : 1.2
  213. Feature Map : 0xc
  214. Array UUID : f39f89d2:1bcd3d55:d173d206:d85b8bbc
  215. Name : homer2:1
  216. Creation Time : Sun Dec 2 12:04:24 2012
  217. Raid Level : raid5
  218. Raid Devices : 6
  219.  
  220. Avail Dev Size : 5860528128 (2794.52 GiB 3000.59 GB)
  221. Array Size : 14651317760 (13972.59 GiB 15002.95 GB)
  222. Used Dev Size : 5860527104 (2794.52 GiB 3000.59 GB)
  223. Data Offset : 2048 sectors
  224. Super Offset : 8 sectors
  225. Unused Space : before=1960 sectors, after=1024 sectors
  226. State : active
  227. Device UUID : cabeb84a:b5df18c9:cb378062:be0f8998
  228.  
  229. Reshape pos'n : 491520 (480.00 MiB 503.32 MB)
  230. Delta Devices : 1 (5->6)
  231.  
  232. Update Time : Tue Dec 5 18:30:50 2017
  233. Bad Block Log : 512 entries available at offset 72 sectors - bad blocks present.
  234. Checksum : 9f01ea9c - correct
  235. Events : 4830578
  236.  
  237. Layout : left-symmetric
  238. Chunk Size : 512K
  239.  
  240. Device Role : Active device 0
  241. Array State : AAAAAA ('A' == active, '.' == missing, 'R' == replacing)
  242. /dev/sdg1:
  243. Magic : a92b4efc
  244. Version : 1.2
  245. Feature Map : 0x4
  246. Array UUID : f39f89d2:1bcd3d55:d173d206:d85b8bbc
  247. Name : homer2:1
  248. Creation Time : Sun Dec 2 12:04:24 2012
  249. Raid Level : raid5
  250. Raid Devices : 6
  251.  
  252. Avail Dev Size : 5860528128 (2794.52 GiB 3000.59 GB)
  253. Array Size : 14651317760 (13972.59 GiB 15002.95 GB)
  254. Used Dev Size : 5860527104 (2794.52 GiB 3000.59 GB)
  255. Data Offset : 2048 sectors
  256. Super Offset : 8 sectors
  257. Unused Space : before=1968 sectors, after=1024 sectors
  258. State : active
  259. Device UUID : 35c83ff2:9c960c86:4982f67a:e4720c3b
  260.  
  261. Reshape pos'n : 491520 (480.00 MiB 503.32 MB)
  262. Delta Devices : 1 (5->6)
  263.  
  264. Update Time : Tue Dec 5 18:30:50 2017
  265. Checksum : be6e5840 - correct
  266. Events : 4830578
  267.  
  268. Layout : left-symmetric
  269. Chunk Size : 512K
  270.  
  271. Device Role : Active device 1
  272. Array State : AAAAAA ('A' == active, '.' == missing, 'R' == replacing)
  273.  
  274. ** Reshape pos'n is always: 491520 (480.00 MiB 503.32 MB) **
  275.  
  276.  
  277. $ mdadm --examine /dev/sd[bcdefg]
  278. /dev/sdb:
  279. MBR Magic : aa55
  280. Partition[0] : 4294967295 sectors at 1 (type ee)
  281. /dev/sdc:
  282. MBR Magic : aa55
  283. Partition[0] : 4294967295 sectors at 1 (type ee)
  284. /dev/sdd:
  285. MBR Magic : aa55
  286. Partition[0] : 4294967295 sectors at 1 (type ee)
  287. /dev/sde:
  288. MBR Magic : aa55
  289. Partition[0] : 4294967295 sectors at 1 (type ee)
  290. /dev/sdf:
  291. MBR Magic : aa55
  292. Partition[0] : 4294967295 sectors at 1 (type ee)
  293. /dev/sdg:
  294. MBR Magic : aa55
  295. Partition[0] : 4294967295 sectors at 1 (type ee)
  296.  
  297.  
  298. $ mdadm --detail /dev/md0
  299. /dev/md0:
  300. Version : 1.2
  301. Creation Time : Sun Dec 2 12:04:24 2012
  302. Raid Level : raid5
  303. Array Size : 11721054208 (11178.07 GiB 12002.36 GB)
  304. Used Dev Size : 2930263552 (2794.52 GiB 3000.59 GB)
  305. Raid Devices : 6
  306. Total Devices : 6
  307. Persistence : Superblock is persistent
  308.  
  309. Update Time : Tue Dec 5 18:30:50 2017
  310. State : active, reshaping
  311. Active Devices : 6
  312. Working Devices : 6
  313. Failed Devices : 0
  314. Spare Devices : 0
  315.  
  316. Layout : left-symmetric
  317. Chunk Size : 512K
  318.  
  319. Reshape Status : 0% complete
  320. Delta Devices : 1, (5->6)
  321.  
  322. Name : homer2:1
  323. UUID : f39f89d2:1bcd3d55:d173d206:d85b8bbc
  324. Events : 4830578
  325.  
  326. Number Major Minor RaidDevice State
  327. 8 8 81 0 active sync /dev/sdf1
  328. 6 8 97 1 active sync /dev/sdg1
  329. 5 8 49 2 active sync /dev/sdd1
  330. 9 8 65 3 active sync /dev/sde1
  331. 7 8 33 4 active sync /dev/sdc1
  332. 10 8 17 5 active sync /dev/sdb1
  333.  
  334.  
  335. $ dmesg
  336. [69979.860466] md: md0 stopped.
  337. [69979.884579] md: bind<sdg1>
  338. [69979.903373] md: bind<sdd1>
  339. [69979.903750] md: bind<sde1>
  340. [69979.903939] md: bind<sdc1>
  341. [69979.922600] md: bind<sdb1>
  342. [69979.922958] md: bind<sdf1>
  343. [69979.932462] md/raid:md0: not clean -- starting background reconstruction
  344. [69979.932467] md/raid:md0: reshape will continue
  345. [69979.932486] md/raid:md0: device sdf1 operational as raid disk 0
  346. [69979.932488] md/raid:md0: device sdb1 operational as raid disk 5
  347. [69979.932489] md/raid:md0: device sdc1 operational as raid disk 4
  348. [69979.932490] md/raid:md0: device sde1 operational as raid disk 3
  349. [69979.932491] md/raid:md0: device sdd1 operational as raid disk 2
  350. [69979.932493] md/raid:md0: device sdg1 operational as raid disk 1
  351. [69979.932912] md/raid:md0: allocated 6490kB
  352. [69979.932943] md/raid:md0: raid level 5 active with 6 out of 6 devices, algorithm 2
  353. [69979.932945] RAID conf printout:
  354. [69979.932947] --- level:5 rd:6 wd:6
  355. [69979.932948] disk 0, o:1, dev:sdf1
  356. [69979.932950] disk 1, o:1, dev:sdg1
  357. [69979.932951] disk 2, o:1, dev:sdd1
  358. [69979.932952] disk 3, o:1, dev:sde1
  359. [69979.932954] disk 4, o:1, dev:sdc1
  360. [69979.932955] disk 5, o:1, dev:sdb1
  361. [69979.933007] md0: detected capacity change from 0 to 12002359508992
  362. [69979.933130] md: reshape of RAID array md0
  363. [69979.933132] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
  364. [69979.933134] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for reshape.
  365. [69979.933139] md: using 128k window, over a total of 2930263552k.
  366. [70197.635112] INFO: task md0_reshape:30529 blocked for more than 120 seconds.
  367. [70197.635142] Not tainted 4.4.0-101-generic #124-Ubuntu
  368. [70197.635161] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  369. [70197.635187] md0_reshape D ffff88011da37aa8 0 30529 2 0x00000000
  370. [70197.635191] ffff88011da37aa8 ffff88011da37a78 ffff880214a40e00 ffff880210577000
  371. [70197.635193] ffff88011da38000 ffff8800d49de424 ffff8800d49de658 ffff8800d49de638
  372. [70197.635194] ffff8800d49de670 ffff88011da37ac0 ffffffff818406d5 ffff8800d49de400
  373. [70197.635196] Call Trace:
  374. [70197.635202] [<ffffffff818406d5>] schedule+0x35/0x80
  375. [70197.635206] [<ffffffffc034045f>] raid5_get_active_stripe+0x31f/0x700 [raid456]
  376. [70197.635210] [<ffffffff810c4420>] ? wake_atomic_t_function+0x60/0x60
  377. [70197.635212] [<ffffffffc0344da4>] reshape_request+0x584/0x950 [raid456]
  378. [70197.635215] [<ffffffff810a9c6a>] ? finish_task_switch+0x7a/0x220
  379. [70197.635218] [<ffffffffc034548c>] sync_request+0x31c/0x3a0 [raid456]
  380. [70197.635219] [<ffffffff81840026>] ? __schedule+0x3b6/0xa30
  381. [70197.635222] [<ffffffff814102b5>] ? find_next_bit+0x15/0x20
  382. [70197.635225] [<ffffffff81710bb1>] ? is_mddev_idle+0x9c/0xfa
  383. [70197.635227] [<ffffffff816adbbc>] md_do_sync+0x89c/0xe60
  384. [70197.635229] [<ffffffff810c4420>] ? wake_atomic_t_function+0x60/0x60
  385. [70197.635231] [<ffffffff816aa319>] md_thread+0x139/0x150
  386. [70197.635233] [<ffffffff810c4420>] ? wake_atomic_t_function+0x60/0x60
  387. [70197.635234] [<ffffffff816aa1e0>] ? find_pers+0x70/0x70
  388. [70197.635236] [<ffffffff810a0c75>] kthread+0xe5/0x100
  389. [70197.635237] [<ffffffff810a0b90>] ? kthread_create_on_node+0x1e0/0x1e0
  390. [70197.635239] [<ffffffff81844b8f>] ret_from_fork+0x3f/0x70
  391. [70197.635241] [<ffffffff810a0b90>] ? kthread_create_on_node+0x1e0/0x1e0
  392. [70317.630767] INFO: task md0_reshape:30529 blocked for more than 120 seconds.
  393. [70317.630796] Not tainted 4.4.0-101-generic #124-Ubuntu
  394. [70317.630815] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  395. [70317.630841] md0_reshape D ffff88011da37aa8 0 30529 2 0x00000000
  396. [70317.630844] ffff88011da37aa8 ffff88011da37a78 ffff880214a40e00 ffff880210577000
  397. [70317.630846] ffff88011da38000 ffff8800d49de424 ffff8800d49de658 ffff8800d49de638
  398. [70317.630848] ffff8800d49de670 ffff88011da37ac0 ffffffff818406d5 ffff8800d49de400
  399. [70317.630850] Call Trace:
  400. [70317.630855] [<ffffffff818406d5>] schedule+0x35/0x80
  401. [70317.630860] [<ffffffffc034045f>] raid5_get_active_stripe+0x31f/0x700 [raid456]
  402. [70317.630863] [<ffffffff810c4420>] ? wake_atomic_t_function+0x60/0x60
  403. [70317.630866] [<ffffffffc0344da4>] reshape_request+0x584/0x950 [raid456]
  404. [70317.630868] [<ffffffff810a9c6a>] ? finish_task_switch+0x7a/0x220
  405. [70317.630871] [<ffffffffc034548c>] sync_request+0x31c/0x3a0 [raid456]
  406. [70317.630872] [<ffffffff81840026>] ? __schedule+0x3b6/0xa30
  407. [70317.630876] [<ffffffff814102b5>] ? find_next_bit+0x15/0x20
  408. [70317.630878] [<ffffffff81710bb1>] ? is_mddev_idle+0x9c/0xfa
  409. [70317.630881] [<ffffffff816adbbc>] md_do_sync+0x89c/0xe60
  410. [70317.630883] [<ffffffff810c4420>] ? wake_atomic_t_function+0x60/0x60
  411. [70317.630885] [<ffffffff816aa319>] md_thread+0x139/0x150
  412. [70317.630886] [<ffffffff810c4420>] ? wake_atomic_t_function+0x60/0x60
  413. [70317.630888] [<ffffffff816aa1e0>] ? find_pers+0x70/0x70
  414. [70317.630890] [<ffffffff810a0c75>] kthread+0xe5/0x100
  415. [70317.630892] [<ffffffff810a0b90>] ? kthread_create_on_node+0x1e0/0x1e0
  416. [70317.630894] [<ffffffff81844b8f>] ret_from_fork+0x3f/0x70
  417. [70317.630896] [<ffffffff810a0b90>] ? kthread_create_on_node+0x1e0/0x1e0
  418.  
  419.  
  420. $ uname -a
  421. Linux homer 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  422.  
  423.  
  424. $ mdadm --version
  425. mdadm - v3.4 - 28th January 2016
  426.  
  427.  
  428. $ ps aux | grep md0
  429. root 2086 0.0 0.0 14220 940 pts/0 S+ 18:49 0:00 grep --color=auto md0
  430. root 30528 99.9 0.0 0 0 ? R 18:30 18:35 [md0_raid5]
  431. root 30529 0.0 0.0 0 0 ? D 18:30 0:00 [md0_reshape]
  432.  
  433. ** md0_raid5 always at 100%, md0_reshape always at 0% **
  434.  
  435.  
  436. $ iostat
  437. Linux 4.4.0-101-generic (homer) 12/05/2017 _x86_64_ (4 CPU)
  438.  
  439. avg-cpu: %user %nice %system %iowait %steal %idle
  440. 2.71 0.03 1.11 0.37 0.00 95.78
  441.  
  442. Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
  443. sda 122.04 126.50 1068.10 9006825 76047672
  444. sdb 0.00 0.04 0.31 2543 21918
  445. sdc 0.01 0.47 0.31 33113 21918
  446. sdd 0.01 0.47 0.31 33141 21918
  447. sdf 0.01 0.47 0.31 33665 21922
  448. sde 0.01 0.47 0.31 33637 21922
  449. sdg 0.01 0.47 0.31 33125 21918
  450. md0 0.00 0.01 0.00 1036 0
  451.  
  452.  
  453. $ lsblk
  454. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
  455. sda 8:0 0 223.6G 0 disk
  456. ├─sda1 8:1 0 215.7G 0 part /
  457. ├─sda2 8:2 0 1K 0 part
  458. └─sda5 8:5 0 7.9G 0 part [SWAP]
  459. sdb 8:16 0 2.7T 0 disk
  460. └─sdb1 8:17 0 2.7T 0 part
  461. └─md0 9:0 0 10.9T 0 raid5
  462. sdc 8:32 0 2.7T 0 disk
  463. └─sdc1 8:33 0 2.7T 0 part
  464. └─md0 9:0 0 10.9T 0 raid5
  465. sdd 8:48 0 2.7T 0 disk
  466. └─sdd1 8:49 0 2.7T 0 part
  467. └─md0 9:0 0 10.9T 0 raid5
  468. sde 8:64 0 2.7T 0 disk
  469. └─sde1 8:65 0 2.7T 0 part
  470. └─md0 9:0 0 10.9T 0 raid5
  471. sdf 8:80 0 2.7T 0 disk
  472. └─sdf1 8:81 0 2.7T 0 part
  473. └─md0 9:0 0 10.9T 0 raid5
  474. sdg 8:96 0 2.7T 0 disk
  475. └─sdg1 8:97 0 2.7T 0 part
  476. └─md0 9:0 0 10.9T 0 raid5
  477.  
  478.  
  479. $ for disk in {b,c,d,e,f,g}; do smartctl -a /dev/sd${disk}1; done
  480. smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.4.0-101-generic] (local build)
  481. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  482.  
  483. === START OF INFORMATION SECTION ===
  484. Device Model: ST3000VN007-2E4166
  485. Serial Number: Z6A0Z4MY
  486. LU WWN Device Id: 5 000c50 0a3c31b28
  487. Firmware Version: SC60
  488. User Capacity: 3,000,592,982,016 bytes [3.00 TB]
  489. Sector Sizes: 512 bytes logical, 4096 bytes physical
  490. Rotation Rate: 5900 rpm
  491. Form Factor: 3.5 inches
  492. Device is: Not in smartctl database [for details use: -P showall]
  493. ATA Version is: ACS-2, ACS-3 T13/2161-D revision 3b
  494. SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
  495. Local Time is: Tue Dec 5 19:00:40 2017 AEDT
  496. SMART support is: Available - device has SMART capability.
  497. SMART support is: Enabled
  498.  
  499. === START OF READ SMART DATA SECTION ===
  500. SMART overall-health self-assessment test result: PASSED
  501.  
  502. General SMART Values:
  503. Offline data collection status: (0x82) Offline data collection activity
  504. was completed without error.
  505. Auto Offline Data Collection: Enabled.
  506. Self-test execution status: ( 0) The previous self-test routine completed
  507. without error or no self-test has ever
  508. been run.
  509. Total time to complete Offline
  510. data collection: ( 107) seconds.
  511. Offline data collection
  512. capabilities: (0x7b) SMART execute Offline immediate.
  513. Auto Offline data collection on/off support.
  514. Suspend Offline collection upon new
  515. command.
  516. Offline surface scan supported.
  517. Self-test supported.
  518. Conveyance Self-test supported.
  519. Selective Self-test supported.
  520. SMART capabilities: (0x0003) Saves SMART data before entering
  521. power-saving mode.
  522. Supports SMART auto save timer.
  523. Error logging capability: (0x01) Error logging supported.
  524. General Purpose Logging supported.
  525. Short self-test routine
  526. recommended polling time: ( 1) minutes.
  527. Extended self-test routine
  528. recommended polling time: ( 376) minutes.
  529. Conveyance self-test routine
  530. recommended polling time: ( 2) minutes.
  531. SCT capabilities: (0x10bd) SCT Status supported.
  532. SCT Error Recovery Control supported.
  533. SCT Feature Control supported.
  534. SCT Data Table supported.
  535.  
  536. SMART Attributes Data Structure revision number: 10
  537. Vendor Specific SMART Attributes with Thresholds:
  538. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  539. 1 Raw_Read_Error_Rate 0x000f 100 100 006 Pre-fail Always - 209008
  540. 3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0
  541. 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 4
  542. 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
  543. 7 Seek_Error_Rate 0x000f 100 253 030 Pre-fail Always - 45978
  544. 9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 78
  545. 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
  546. 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 4
  547. 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
  548. 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
  549. 188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
  550. 189 High_Fly_Writes 0x003a 088 088 000 Old_age Always - 12
  551. 190 Airflow_Temperature_Cel 0x0022 061 058 045 Old_age Always - 39 (Min/Max 38/40)
  552. 191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
  553. 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 4
  554. 193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 4
  555. 194 Temperature_Celsius 0x0022 039 042 000 Old_age Always - 39 (0 22 0 0 0)
  556. 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
  557. 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
  558. 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
  559.  
  560. SMART Error Log Version: 1
  561. No Errors Logged
  562.  
  563. SMART Self-test log structure revision number 1
  564. Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
  565. # 1 Short offline Completed without error 00% 78 -
  566.  
  567. SMART Selective self-test log data structure revision number 1
  568. SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
  569. 1 0 0 Not_testing
  570. 2 0 0 Not_testing
  571. 3 0 0 Not_testing
  572. 4 0 0 Not_testing
  573. 5 0 0 Not_testing
  574. Selective self-test flags (0x0):
  575. After scanning selected spans, do NOT read-scan remainder of disk.
  576. If Selective self-test is pending on power-up, resume after 0 minute delay.
  577.  
  578. smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.4.0-101-generic] (local build)
  579. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  580.  
  581. === START OF INFORMATION SECTION ===
  582. Model Family: Seagate NAS HDD
  583. Device Model: ST3000VN000-1HJ166
  584. Serial Number: W6A077L9
  585. LU WWN Device Id: 5 000c50 07d588414
  586. Firmware Version: SC60
  587. User Capacity: 3,000,592,982,016 bytes [3.00 TB]
  588. Sector Sizes: 512 bytes logical, 4096 bytes physical
  589. Rotation Rate: 5900 rpm
  590. Form Factor: 3.5 inches
  591. Device is: In smartctl database [for details use: -P show]
  592. ATA Version is: ACS-2, ACS-3 T13/2161-D revision 3b
  593. SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
  594. Local Time is: Tue Dec 5 19:00:40 2017 AEDT
  595. SMART support is: Available - device has SMART capability.
  596. SMART support is: Enabled
  597.  
  598. === START OF READ SMART DATA SECTION ===
  599. SMART overall-health self-assessment test result: PASSED
  600.  
  601. General SMART Values:
  602. Offline data collection status: (0x82) Offline data collection activity
  603. was completed without error.
  604. Auto Offline Data Collection: Enabled.
  605. Self-test execution status: ( 0) The previous self-test routine completed
  606. without error or no self-test has ever
  607. been run.
  608. Total time to complete Offline
  609. data collection: ( 107) seconds.
  610. Offline data collection
  611. capabilities: (0x7b) SMART execute Offline immediate.
  612. Auto Offline data collection on/off support.
  613. Suspend Offline collection upon new
  614. command.
  615. Offline surface scan supported.
  616. Self-test supported.
  617. Conveyance Self-test supported.
  618. Selective Self-test supported.
  619. SMART capabilities: (0x0003) Saves SMART data before entering
  620. power-saving mode.
  621. Supports SMART auto save timer.
  622. Error logging capability: (0x01) Error logging supported.
  623. General Purpose Logging supported.
  624. Short self-test routine
  625. recommended polling time: ( 1) minutes.
  626. Extended self-test routine
  627. recommended polling time: ( 389) minutes.
  628. Conveyance self-test routine
  629. recommended polling time: ( 2) minutes.
  630. SCT capabilities: (0x10bd) SCT Status supported.
  631. SCT Error Recovery Control supported.
  632. SCT Feature Control supported.
  633. SCT Data Table supported.
  634.  
  635. SMART Attributes Data Structure revision number: 10
  636. Vendor Specific SMART Attributes with Thresholds:
  637. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  638. 1 Raw_Read_Error_Rate 0x000f 117 099 006 Pre-fail Always - 163598304
  639. 3 Spin_Up_Time 0x0003 094 093 000 Pre-fail Always - 0
  640. 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 42
  641. 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
  642. 7 Seek_Error_Rate 0x000f 080 060 030 Pre-fail Always - 108755626
  643. 9 Power_On_Hours 0x0032 074 074 000 Old_age Always - 23572
  644. 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
  645. 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 42
  646. 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
  647. 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
  648. 188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
  649. 189 High_Fly_Writes 0x003a 019 019 000 Old_age Always - 81
  650. 190 Airflow_Temperature_Cel 0x0022 067 060 045 Old_age Always - 33 (Min/Max 32/34)
  651. 191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
  652. 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 26
  653. 193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1011
  654. 194 Temperature_Celsius 0x0022 033 040 000 Old_age Always - 33 (0 23 0 0 0)
  655. 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
  656. 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
  657. 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
  658.  
  659. SMART Error Log Version: 1
  660. No Errors Logged
  661.  
  662. SMART Self-test log structure revision number 1
  663. Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
  664. # 1 Extended offline Completed without error 00% 12035 -
  665. # 2 Short offline Completed without error 00% 11911 -
  666. # 3 Short offline Completed without error 00% 10759 -
  667.  
  668. SMART Selective self-test log data structure revision number 1
  669. SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
  670. 1 0 0 Not_testing
  671. 2 0 0 Not_testing
  672. 3 0 0 Not_testing
  673. 4 0 0 Not_testing
  674. 5 0 0 Not_testing
  675. Selective self-test flags (0x0):
  676. After scanning selected spans, do NOT read-scan remainder of disk.
  677. If Selective self-test is pending on power-up, resume after 0 minute delay.
  678.  
  679. smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.4.0-101-generic] (local build)
  680. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  681.  
  682. === START OF INFORMATION SECTION ===
  683. Model Family: Seagate NAS HDD
  684. Device Model: ST3000VN000-1HJ166
  685. Serial Number: W6A07K5E
  686. LU WWN Device Id: 5 000c50 07d5cca73
  687. Firmware Version: SC60
  688. User Capacity: 3,000,592,982,016 bytes [3.00 TB]
  689. Sector Sizes: 512 bytes logical, 4096 bytes physical
  690. Rotation Rate: 5900 rpm
  691. Form Factor: 3.5 inches
  692. Device is: In smartctl database [for details use: -P show]
  693. ATA Version is: ACS-2, ACS-3 T13/2161-D revision 3b
  694. SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
  695. Local Time is: Tue Dec 5 19:00:41 2017 AEDT
  696. SMART support is: Available - device has SMART capability.
  697. SMART support is: Enabled
  698.  
  699. === START OF READ SMART DATA SECTION ===
  700. SMART overall-health self-assessment test result: PASSED
  701.  
  702. General SMART Values:
  703. Offline data collection status: (0x82) Offline data collection activity
  704. was completed without error.
  705. Auto Offline Data Collection: Enabled.
  706. Self-test execution status: ( 0) The previous self-test routine completed
  707. without error or no self-test has ever
  708. been run.
  709. Total time to complete Offline
  710. data collection: ( 97) seconds.
  711. Offline data collection
  712. capabilities: (0x7b) SMART execute Offline immediate.
  713. Auto Offline data collection on/off support.
  714. Suspend Offline collection upon new
  715. command.
  716. Offline surface scan supported.
  717. Self-test supported.
  718. Conveyance Self-test supported.
  719. Selective Self-test supported.
  720. SMART capabilities: (0x0003) Saves SMART data before entering
  721. power-saving mode.
  722. Supports SMART auto save timer.
  723. Error logging capability: (0x01) Error logging supported.
  724. General Purpose Logging supported.
  725. Short self-test routine
  726. recommended polling time: ( 1) minutes.
  727. Extended self-test routine
  728. recommended polling time: ( 386) minutes.
  729. Conveyance self-test routine
  730. recommended polling time: ( 2) minutes.
  731. SCT capabilities: (0x10bd) SCT Status supported.
  732. SCT Error Recovery Control supported.
  733. SCT Feature Control supported.
  734. SCT Data Table supported.
  735.  
  736. SMART Attributes Data Structure revision number: 10
  737. Vendor Specific SMART Attributes with Thresholds:
  738. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  739. 1 Raw_Read_Error_Rate 0x000f 115 099 006 Pre-fail Always - 85334928
  740. 3 Spin_Up_Time 0x0003 094 093 000 Pre-fail Always - 0
  741. 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 60
  742. 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
  743. 7 Seek_Error_Rate 0x000f 080 060 030 Pre-fail Always - 107935868
  744. 9 Power_On_Hours 0x0032 073 073 000 Old_age Always - 23904
  745. 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
  746. 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 60
  747. 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
  748. 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
  749. 188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
  750. 189 High_Fly_Writes 0x003a 001 001 000 Old_age Always - 118
  751. 190 Airflow_Temperature_Cel 0x0022 066 058 045 Old_age Always - 34 (Min/Max 33/35)
  752. 191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
  753. 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 39
  754. 193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1043
  755. 194 Temperature_Celsius 0x0022 034 042 000 Old_age Always - 34 (0 23 0 0 0)
  756. 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
  757. 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
  758. 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
  759.  
  760. SMART Error Log Version: 1
  761. No Errors Logged
  762.  
  763. SMART Self-test log structure revision number 1
  764. Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
  765. # 1 Extended offline Completed without error 00% 12367 -
  766. # 2 Short offline Completed without error 00% 12243 -
  767.  
  768. SMART Selective self-test log data structure revision number 1
  769. SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
  770. 1 0 0 Not_testing
  771. 2 0 0 Not_testing
  772. 3 0 0 Not_testing
  773. 4 0 0 Not_testing
  774. 5 0 0 Not_testing
  775. Selective self-test flags (0x0):
  776. After scanning selected spans, do NOT read-scan remainder of disk.
  777. If Selective self-test is pending on power-up, resume after 0 minute delay.
  778.  
  779. smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.4.0-101-generic] (local build)
  780. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  781.  
  782. === START OF INFORMATION SECTION ===
  783. Model Family: Seagate NAS HDD
  784. Device Model: ST3000VN000-1HJ166
  785. Serial Number: W6A1GLG8
  786. LU WWN Device Id: 5 000c50 09b618897
  787. Firmware Version: SC60
  788. User Capacity: 3,000,592,982,016 bytes [3.00 TB]
  789. Sector Sizes: 512 bytes logical, 4096 bytes physical
  790. Rotation Rate: 5900 rpm
  791. Form Factor: 3.5 inches
  792. Device is: In smartctl database [for details use: -P show]
  793. ATA Version is: ACS-2, ACS-3 T13/2161-D revision 3b
  794. SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
  795. Local Time is: Tue Dec 5 19:00:41 2017 AEDT
  796. SMART support is: Available - device has SMART capability.
  797. SMART support is: Enabled
  798.  
  799. === START OF READ SMART DATA SECTION ===
  800. SMART overall-health self-assessment test result: PASSED
  801.  
  802. General SMART Values:
  803. Offline data collection status: (0x82) Offline data collection activity
  804. was completed without error.
  805. Auto Offline Data Collection: Enabled.
  806. Self-test execution status: ( 0) The previous self-test routine completed
  807. without error or no self-test has ever
  808. been run.
  809. Total time to complete Offline
  810. data collection: ( 107) seconds.
  811. Offline data collection
  812. capabilities: (0x7b) SMART execute Offline immediate.
  813. Auto Offline data collection on/off support.
  814. Suspend Offline collection upon new
  815. command.
  816. Offline surface scan supported.
  817. Self-test supported.
  818. Conveyance Self-test supported.
  819. Selective Self-test supported.
  820. SMART capabilities: (0x0003) Saves SMART data before entering
  821. power-saving mode.
  822. Supports SMART auto save timer.
  823. Error logging capability: (0x01) Error logging supported.
  824. General Purpose Logging supported.
  825. Short self-test routine
  826. recommended polling time: ( 1) minutes.
  827. Extended self-test routine
  828. recommended polling time: ( 379) minutes.
  829. Conveyance self-test routine
  830. recommended polling time: ( 2) minutes.
  831. SCT capabilities: (0x10bd) SCT Status supported.
  832. SCT Error Recovery Control supported.
  833. SCT Feature Control supported.
  834. SCT Data Table supported.
  835.  
  836. SMART Attributes Data Structure revision number: 10
  837. Vendor Specific SMART Attributes with Thresholds:
  838. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  839. 1 Raw_Read_Error_Rate 0x000f 118 099 006 Pre-fail Always - 169536040
  840. 3 Spin_Up_Time 0x0003 094 093 000 Pre-fail Always - 0
  841. 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 27
  842. 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
  843. 7 Seek_Error_Rate 0x000f 076 060 030 Pre-fail Always - 46431252
  844. 9 Power_On_Hours 0x0032 086 086 000 Old_age Always - 12765
  845. 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
  846. 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 27
  847. 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
  848. 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
  849. 188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
  850. 189 High_Fly_Writes 0x003a 083 083 000 Old_age Always - 17
  851. 190 Airflow_Temperature_Cel 0x0022 065 059 045 Old_age Always - 35 (Min/Max 34/36)
  852. 191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
  853. 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 22
  854. 193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 62
  855. 194 Temperature_Celsius 0x0022 035 041 000 Old_age Always - 35 (0 19 0 0 0)
  856. 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
  857. 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
  858. 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
  859.  
  860. SMART Error Log Version: 1
  861. No Errors Logged
  862.  
  863. SMART Self-test log structure revision number 1
  864. Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
  865. # 1 Extended offline Completed without error 00% 1229 -
  866. # 2 Short offline Completed without error 00% 1105 -
  867. # 3 Short offline Completed without error 00% 1090 -
  868.  
  869. SMART Selective self-test log data structure revision number 1
  870. SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
  871. 1 0 0 Not_testing
  872. 2 0 0 Not_testing
  873. 3 0 0 Not_testing
  874. 4 0 0 Not_testing
  875. 5 0 0 Not_testing
  876. Selective self-test flags (0x0):
  877. After scanning selected spans, do NOT read-scan remainder of disk.
  878. If Selective self-test is pending on power-up, resume after 0 minute delay.
  879.  
  880. smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.4.0-101-generic] (local build)
  881. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  882.  
  883. === START OF INFORMATION SECTION ===
  884. Model Family: Seagate NAS HDD
  885. Device Model: ST3000VN000-1HJ166
  886. Serial Number: W6A0TLA6
  887. LU WWN Device Id: 5 000c50 08b715e4e
  888. Firmware Version: SC60
  889. User Capacity: 3,000,592,982,016 bytes [3.00 TB]
  890. Sector Sizes: 512 bytes logical, 4096 bytes physical
  891. Rotation Rate: 5900 rpm
  892. Form Factor: 3.5 inches
  893. Device is: In smartctl database [for details use: -P show]
  894. ATA Version is: ACS-2, ACS-3 T13/2161-D revision 3b
  895. SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
  896. Local Time is: Tue Dec 5 19:00:41 2017 AEDT
  897. SMART support is: Available - device has SMART capability.
  898. SMART support is: Enabled
  899.  
  900. === START OF READ SMART DATA SECTION ===
  901. SMART overall-health self-assessment test result: PASSED
  902.  
  903. General SMART Values:
  904. Offline data collection status: (0x82) Offline data collection activity
  905. was completed without error.
  906. Auto Offline Data Collection: Enabled.
  907. Self-test execution status: ( 0) The previous self-test routine completed
  908. without error or no self-test has ever
  909. been run.
  910. Total time to complete Offline
  911. data collection: ( 107) seconds.
  912. Offline data collection
  913. capabilities: (0x7b) SMART execute Offline immediate.
  914. Auto Offline data collection on/off support.
  915. Suspend Offline collection upon new
  916. command.
  917. Offline surface scan supported.
  918. Self-test supported.
  919. Conveyance Self-test supported.
  920. Selective Self-test supported.
  921. SMART capabilities: (0x0003) Saves SMART data before entering
  922. power-saving mode.
  923. Supports SMART auto save timer.
  924. Error logging capability: (0x01) Error logging supported.
  925. General Purpose Logging supported.
  926. Short self-test routine
  927. recommended polling time: ( 1) minutes.
  928. Extended self-test routine
  929. recommended polling time: ( 387) minutes.
  930. Conveyance self-test routine
  931. recommended polling time: ( 2) minutes.
  932. SCT capabilities: (0x10bd) SCT Status supported.
  933. SCT Error Recovery Control supported.
  934. SCT Feature Control supported.
  935. SCT Data Table supported.
  936.  
  937. SMART Attributes Data Structure revision number: 10
  938. Vendor Specific SMART Attributes with Thresholds:
  939. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  940. 1 Raw_Read_Error_Rate 0x000f 115 099 006 Pre-fail Always - 83913088
  941. 3 Spin_Up_Time 0x0003 094 093 000 Pre-fail Always - 0
  942. 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 31
  943. 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
  944. 7 Seek_Error_Rate 0x000f 076 060 030 Pre-fail Always - 47812930
  945. 9 Power_On_Hours 0x0032 086 086 000 Old_age Always - 12820
  946. 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
  947. 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 31
  948. 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
  949. 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
  950. 188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
  951. 189 High_Fly_Writes 0x003a 034 034 000 Old_age Always - 66
  952. 190 Airflow_Temperature_Cel 0x0022 063 057 045 Old_age Always - 37 (Min/Max 35/38)
  953. 191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
  954. 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 23
  955. 193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 559
  956. 194 Temperature_Celsius 0x0022 037 043 000 Old_age Always - 37 (0 21 0 0 0)
  957. 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
  958. 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
  959. 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
  960.  
  961. SMART Error Log Version: 1
  962. No Errors Logged
  963.  
  964. SMART Self-test log structure revision number 1
  965. Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
  966. # 1 Extended offline Completed without error 00% 1284 -
  967. # 2 Short offline Completed without error 00% 1160 -
  968. # 3 Short offline Completed without error 00% 1145 -
  969. # 4 Short offline Completed without error 00% 8 -
  970.  
  971. SMART Selective self-test log data structure revision number 1
  972. SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
  973. 1 0 0 Not_testing
  974. 2 0 0 Not_testing
  975. 3 0 0 Not_testing
  976. 4 0 0 Not_testing
  977. 5 0 0 Not_testing
  978. Selective self-test flags (0x0):
  979. After scanning selected spans, do NOT read-scan remainder of disk.
  980. If Selective self-test is pending on power-up, resume after 0 minute delay.
  981.  
  982. smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.4.0-101-generic] (local build)
  983. Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
  984.  
  985. === START OF INFORMATION SECTION ===
  986. Model Family: Seagate NAS HDD
  987. Device Model: ST3000VN000-1HJ166
  988. Serial Number: W6A07KJY
  989. LU WWN Device Id: 5 000c50 07d5cb95b
  990. Firmware Version: SC60
  991. User Capacity: 3,000,592,982,016 bytes [3.00 TB]
  992. Sector Sizes: 512 bytes logical, 4096 bytes physical
  993. Rotation Rate: 5900 rpm
  994. Form Factor: 3.5 inches
  995. Device is: In smartctl database [for details use: -P show]
  996. ATA Version is: ACS-2, ACS-3 T13/2161-D revision 3b
  997. SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
  998. Local Time is: Tue Dec 5 19:00:41 2017 AEDT
  999. SMART support is: Available - device has SMART capability.
  1000. SMART support is: Enabled
  1001.  
  1002. === START OF READ SMART DATA SECTION ===
  1003. SMART overall-health self-assessment test result: PASSED
  1004.  
  1005. General SMART Values:
  1006. Offline data collection status: (0x82) Offline data collection activity
  1007. was completed without error.
  1008. Auto Offline Data Collection: Enabled.
  1009. Self-test execution status: ( 0) The previous self-test routine completed
  1010. without error or no self-test has ever
  1011. been run.
  1012. Total time to complete Offline
  1013. data collection: ( 107) seconds.
  1014. Offline data collection
  1015. capabilities: (0x7b) SMART execute Offline immediate.
  1016. Auto Offline data collection on/off support.
  1017. Suspend Offline collection upon new
  1018. command.
  1019. Offline surface scan supported.
  1020. Self-test supported.
  1021. Conveyance Self-test supported.
  1022. Selective Self-test supported.
  1023. SMART capabilities: (0x0003) Saves SMART data before entering
  1024. power-saving mode.
  1025. Supports SMART auto save timer.
  1026. Error logging capability: (0x01) Error logging supported.
  1027. General Purpose Logging supported.
  1028. Short self-test routine
  1029. recommended polling time: ( 1) minutes.
  1030. Extended self-test routine
  1031. recommended polling time: ( 392) minutes.
  1032. Conveyance self-test routine
  1033. recommended polling time: ( 2) minutes.
  1034. SCT capabilities: (0x10bd) SCT Status supported.
  1035. SCT Error Recovery Control supported.
  1036. SCT Feature Control supported.
  1037. SCT Data Table supported.
  1038.  
  1039. SMART Attributes Data Structure revision number: 10
  1040. Vendor Specific SMART Attributes with Thresholds:
  1041. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  1042. 1 Raw_Read_Error_Rate 0x000f 116 099 006 Pre-fail Always - 109735048
  1043. 3 Spin_Up_Time 0x0003 094 093 000 Pre-fail Always - 0
  1044. 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 48
  1045. 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
  1046. 7 Seek_Error_Rate 0x000f 080 060 030 Pre-fail Always - 108007271
  1047. 9 Power_On_Hours 0x0032 073 073 000 Old_age Always - 23829
  1048. 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
  1049. 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 48
  1050. 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
  1051. 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
  1052. 188 Command_Timeout 0x0032 100 099 000 Old_age Always - 8
  1053. 189 High_Fly_Writes 0x003a 015 015 000 Old_age Always - 85
  1054. 190 Airflow_Temperature_Cel 0x0022 063 058 045 Old_age Always - 37 (Min/Max 35/38)
  1055. 191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
  1056. 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 29
  1057. 193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1029
  1058. 194 Temperature_Celsius 0x0022 037 042 000 Old_age Always - 37 (0 24 0 0 0)
  1059. 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
  1060. 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
  1061. 199 UDMA_CRC_Error_Count 0x003e 200 196 000 Old_age Always - 3577
  1062.  
  1063. SMART Error Log Version: 1
  1064. No Errors Logged
  1065.  
  1066. SMART Self-test log structure revision number 1
  1067. Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
  1068. # 1 Extended offline Completed without error 00% 12293 -
  1069. # 2 Short offline Completed without error 00% 12169 -
  1070. # 3 Extended offline Completed without error 00% 475 -
  1071.  
  1072. SMART Selective self-test log data structure revision number 1
  1073. SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
  1074. 1 0 0 Not_testing
  1075. 2 0 0 Not_testing
  1076. 3 0 0 Not_testing
  1077. 4 0 0 Not_testing
  1078. 5 0 0 Not_testing
  1079. Selective self-test flags (0x0):
  1080. After scanning selected spans, do NOT read-scan remainder of disk.
  1081. If Selective self-test is pending on power-up, resume after 0 minute delay.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement