Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Harddisk trouble ... or not yet?
Date: Fri, 28 May 2010 02:03:35
Message-Id: 20100528015403.GA5811@solfire
In Reply to: Re: [gentoo-user] Re: Harddisk trouble ... or not yet? by Andrea Conti
1 Andrea Conti <alyf@××××.net> [10-05-27 17:20]:
2 > > I was more thinking of a tool, which test the whole disc surface
3 > > and reports every bad sector.
4 >
5 > badblocks -wvs (which takes forever, but in my experience is quite good
6 > at make failing disks actually fail ;)
7 >
8 > During the test you can monitor the smart attributes (smartctl -A, esp.
9 > the reallocated sector count) to see what is actually going on.
10 >
11 > Warning: backup your data as badblocks in destructive mode will wipe the
12 > disk clean.
13 >
14 > Also, you can run a SMART offline long test (smartctl -t long), which
15 > will scan the whole surface. But on most disks the test stops at the
16 > first error, so you don't get a complete picture.
17 >
18 > > Smarts is more of statistical kind: It counts events and tries
19 > > to calculate dooms day from that ;)
20 >
21 > That's just a part of it. Attribute values and the error log actually
22 > provide useful information about the status of the disk.
23 >
24 > andrea
25 >
26
27 "Badblocks" is running since yesterday on one of both harrdisks (and is still
28 running...for more then 10 hours now (1TB to check)) and I
29 got thise errors visible via dmesg:
30
31
32 ata1.00: BMDMA stat 0x5
33 ata1.00: failed command: READ DMA
34 ata1.00: cmd c8/00:80:00:3f:c1/00:00:00:00:00/e0 tag 0 dma 65536 in
35 res 51/84:4f:00:3f:c1/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
36 ata1.00: status: { DRDY ERR }
37 ata1.00: error: { ICRC ABRT }
38 ata1: soft resetting link
39 ata1.00: configured for UDMA/33
40 ata1: EH complete
41 ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
42 ata1.00: BMDMA stat 0x5
43 ata1.00: failed command: READ DMA
44 ata1.00: cmd c8/00:80:80:f5:c1/00:00:00:00:00/e0 tag 0 dma 65536 in
45 res 51/84:0f:80:f5:c1/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
46 ata1.00: status: { DRDY ERR }
47 ata1.00: error: { ICRC ABRT }
48 ata1: soft resetting link
49 ata1.00: configured for UDMA/33
50 ata1: EH complete
51 ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
52 ata1.00: BMDMA stat 0x5
53 ata1.00: failed command: READ DMA
54 ata1.00: cmd c8/00:80:80:40:d4/00:00:00:00:00/e0 tag 0 dma 65536 in
55 res 51/84:6f:80:40:d4/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
56 ata1.00: status: { DRDY ERR }
57 ata1.00: error: { ICRC ABRT }
58 ata1: soft resetting link
59 ata1.00: configured for UDMA/33
60 ata1: EH complete
61 ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
62 ata1.00: BMDMA stat 0x5
63 ata1.00: failed command: READ DMA
64 ata1.00: cmd c8/00:80:80:a1:40/00:00:00:00:00/e1 tag 0 dma 65536 in
65 res 51/84:2f:80:a1:40/00:00:00:00:00/e1 Emask 0x10 (ATA bus error)
66 ata1.00: status: { DRDY ERR }
67 ata1.00: error: { ICRC ABRT }
68 ata1: soft resetting link
69 ata1.00: configured for UDMA/33
70 ata1: EH complete
71 ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
72
73 (I dont know, where the report sequence starts, so I put some
74 repetitions here in)
75
76 They do not grow in count and badblocks did not report anything
77 onto the console where I start it.
78
79 I started it with
80
81 solfire:/root>badblocks -v -n /dev/sda
82
83 At midnight, the DSL connection had been cut by the provider
84 and automagically reestablished by my linux box, but I dont
85 think, that this has something do to with it.
86 Additionall smartd is running in the background...
87
88 Smartd's smartd.conf contains this (first try...;)
89
90 /dev/sda -a -d sat -o on
91 /dev/sdb -a -d sat -o on
92
93 What the heck is going on in my system?
94
95 Thanks a lot in advance for any help !
96
97 Best regards,
98 worried,
99 mcc
100
101
102 --
103 Please don't send me any Word- or Powerpoint-Attachments
104 unless it's absolutely neccessary. - Send simply Text.
105 See http://www.gnu.org/philosophy/no-word-attachments.html
106 In a world without fences and walls nobody needs gates and windows.

Replies

Subject Author
[gentoo-user] Re: Harddisk trouble ... or not yet? walt <w41ter@×××××.com>
Re: [gentoo-user] Re: Harddisk trouble ... or not yet? Andrea Conti <alyf@××××.net>