Gentoo Archives: gentoo-user

From: thegeezer <thegeezer@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] smartctrl drive error @60%
Date: Wed, 25 Jun 2014 07:41:17
Message-Id: 53AA7D11.6070909@thegeezer.net
In Reply to: Re: [gentoo-user] smartctrl drive error @60% by Dale
1 On 06/25/2014 06:05 AM, Dale wrote:
2 > J. Roeleveld wrote:
3 >> On 25 June 2014 01:09:03 CEST, Dale <rdalek1967@×××××.com> wrote:
4 >>> Howdy,
5 >>>
6 >>> I run this test every once in a while. How bad is this:
7 >>>
8 >>> root@fireball / # smartctl -l selftest /dev/sdc
9 >>> smartctl 6.1 2013-03-16 r3800 [x86_64-linux-3.14.0-gentoo] (local
10 >>> build)
11 >>> Copyright (C) 2002-13, Bruce Allen, Christian Franke,
12 >>> www.smartmontools.org
13 >>>
14 >>> === START OF READ SMART DATA SECTION ===
15 >>> SMART Self-test log structure revision number 1
16 >>> Num Test_Description Status Remaining
17 >>> LifeTime(hours) LBA_of_first_error
18 >>> # 1 Extended offline Completed: read failure 60%
19 >>> 16365 2905482560
20 >>> # 2 Extended offline Completed: read failure 60%
21 >>> 16352 2905482560
22 >>> # 3 Extended offline Completed without error 00%
23 >>> 8044 -
24 >>> # 4 Extended offline Completed without error 00%
25 >>> 3121 -
26 >>>
27
28 this is pretty bad. enough to really go and get a replacement asap, and
29 turn that disk off if you can.
30 the self test stops at the first error it comes to and in this case it
31 is LBA#2905482560
32 for calculation of where the error is check out the smartcl [1] site
33 which will help you to mark the block bad though the data that was in
34 that block is probably lost forever.
35 i'd also suggest you run
36 # smartctl -a /dev/sdc
37 and paste the results here. the crucial rows are 196/197 the reallocated
38 sector counts and pending sector counts.
39 they show how many blocks have been reallocated, and also how many are
40 pending. this will give you a scaling factor, at the moment you are in
41 trouble, if these figures are very high you are in very high trouble, if
42 they are low you are in low trouble.
43
44 [1] http://smartmontools.sourceforge.net/badblockhowto.html

Replies

Subject Author
Re: [gentoo-user] smartctrl drive error @60% Dale <rdalek1967@×××××.com>