Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] smartctrl drive error @60%
Date: Wed, 25 Jun 2014 07:26:57
Message-Id: 8657ca17-4c68-4b96-af12-479417fec6f5@email.android.com
In Reply to: Re: [gentoo-user] smartctrl drive error @60% by Dale
1 On 25 June 2014 07:05:03 CEST, Dale <rdalek1967@×××××.com> 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 >>> And better yet, is there any way to tell it to not use that part and
28 >>> finish the test? It seems it stopped when it got to that, or I
29 >think
30 >>> it
31 >>> did.
32 >>>
33 >>> Thoughts?
34 >>>
35 >>> Dale
36 >>>
37 >>> :-) :-)
38 >> Dale,
39 >>
40 >> Not sure how to get it to go past. Think that is in the firmware of
41 >the disk.
42 >>
43 >> I would start with making a backup first.
44 >>
45 >> --
46 >> Joost
47 >
48 >That's a 3TB drive. I don't have anything big enough to back it up to.
49 >
50 >Is there anyway to find out if this error is really serious or just a
51 >run of the mill type error? I would think that if it was a run of the
52 >mill error the drive would handle the error itself and I wouldn't even
53 >see it. Something like marking the area as bad and just not trying to
54 >use it anymore, even for the test.
55 >
56 >Thanks. Any advice is appreciated. I need a hard drive guru. ;-)
57 >
58 >Here is additional info:
59 >
60 >root@fireball / # hdparm -i /dev/sdc
61 >
62 >/dev/sdc:
63 >
64 > Model=ST3000DM001-9YN166, FwRev=CC4C, SerialNo=Z1F0PKT5
65 > Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% }
66 > RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
67 > BuffType=unknown, BuffSize=unknown, MaxMultSect=16, MultSect=16
68 > CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=5860533168
69 > IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
70 > PIO modes: pio0 pio1 pio2 pio3 pio4
71 > DMA modes: mdma0 mdma1 mdma2
72 > UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6
73 > AdvancedPM=yes: unknown setting WriteCache=enabled
74 > Drive conforms to: unknown: ATA/ATAPI-4,5,6,7
75 >
76 > * signifies the current active mode
77 >
78 >root@fireball / #
79 >
80 >
81 >
82 >Dale
83 >
84 >:-) :-)
85
86 There are some options with smartctl you could try to force the drive to swap that bad sector with a spare one.
87
88 A full disk read could also force that. Eg. Try ' dd if=/dev/sdc of=/dev/null '.
89
90 But, I usually order a replacement when Smart tests start throwing errors.
91
92 I know 3TB is a lot for you to have to backup, but it's also a lot of data to loose...
93
94 --
95 Joost
96 --
97 Sent from my Android device with K-9 Mail. Please excuse my brevity.

Replies

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