* [QUESTION]: IDE Driver support for S.M.A.R.T?
@ 2001-02-11 2:19 Shawn Starr
2001-02-11 2:39 ` Jakob Østergaard
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Shawn Starr @ 2001-02-11 2:19 UTC (permalink / raw)
To: lkm
Does the current (E)IDE driver support SMART?
Will Linux report any S.M.A.R.T errors or warnings to the system log?
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [QUESTION]: IDE Driver support for S.M.A.R.T?
2001-02-11 2:19 [QUESTION]: IDE Driver support for S.M.A.R.T? Shawn Starr
@ 2001-02-11 2:39 ` Jakob Østergaard
2001-02-11 4:03 ` Andre Hedrick
2001-02-11 11:05 ` Alan Cox
2 siblings, 0 replies; 5+ messages in thread
From: Jakob Østergaard @ 2001-02-11 2:39 UTC (permalink / raw)
To: Shawn Starr; +Cc: lkm
On Sat, Feb 10, 2001 at 09:19:05PM -0500, Shawn Starr wrote:
> Does the current (E)IDE driver support SMART?
Yes.
[eagle:joe] $ ls /proc/ide/hda/smart_*
/proc/ide/hda/smart_thresholds
/proc/ide/hda/smart_values
>
> Will Linux report any S.M.A.R.T errors or warnings to the system log?
No.
You can set that up yourself with a script that compares the smart_thresholds
with the smart_values.
The values and thresholds are vendor/model/moonphase-specific,
so there's not really any way the kernel can make much sense out of them.
--
................................................................
: jakob@unthought.net : And I see the elder races, :
:.........................: putrid forms of man :
: Jakob Østergaard : See him rise and claim the earth, :
: OZ9ABN : his downfall is at hand. :
:.........................:............{Konkhra}...............:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [QUESTION]: IDE Driver support for S.M.A.R.T?
2001-02-11 2:19 [QUESTION]: IDE Driver support for S.M.A.R.T? Shawn Starr
2001-02-11 2:39 ` Jakob Østergaard
@ 2001-02-11 4:03 ` Andre Hedrick
2001-02-11 11:05 ` Alan Cox
2 siblings, 0 replies; 5+ messages in thread
From: Andre Hedrick @ 2001-02-11 4:03 UTC (permalink / raw)
To: Shawn Starr; +Cc: lkm
On Sat, 10 Feb 2001, Shawn Starr wrote:
> Does the current (E)IDE driver support SMART?
Yes
> Will Linux report any S.M.A.R.T errors or warnings to the system log?
No.
> Shawn.
When? 2.5
Andre Hedrick
Linux ATA Development
ASL Kernel Development
-----------------------------------------------------------------------------
ASL, Inc. Toll free: 1-877-ASL-3535
1757 Houret Court Fax: 1-408-941-2071
Milpitas, CA 95035 Web: www.aslab.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [QUESTION]: IDE Driver support for S.M.A.R.T?
2001-02-11 2:19 [QUESTION]: IDE Driver support for S.M.A.R.T? Shawn Starr
2001-02-11 2:39 ` Jakob Østergaard
2001-02-11 4:03 ` Andre Hedrick
@ 2001-02-11 11:05 ` Alan Cox
2001-02-11 17:48 ` Rogier Wolff
2 siblings, 1 reply; 5+ messages in thread
From: Alan Cox @ 2001-02-11 11:05 UTC (permalink / raw)
To: Shawn Starr; +Cc: lkm
> Does the current (E)IDE driver support SMART?
Yes
> Will Linux report any S.M.A.R.T errors or warnings to the system log?
If you run SMART logging apps yes
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [QUESTION]: IDE Driver support for S.M.A.R.T?
2001-02-11 11:05 ` Alan Cox
@ 2001-02-11 17:48 ` Rogier Wolff
0 siblings, 0 replies; 5+ messages in thread
From: Rogier Wolff @ 2001-02-11 17:48 UTC (permalink / raw)
To: Alan Cox; +Cc: Shawn Starr, lkm
Alan Cox wrote:
> > Does the current (E)IDE driver support SMART?
> Yes
My server disk reports:
Vendor Specific SMART Attributes with Thresholds:
Revision Number: 9
Attribute Flag Value Worst Threshold Raw Value
( 1)Raw Read Error Rate 0x0029 100 253 020 000000000000
( 3)Spin Up Time 0x0027 078 078 020 000000000aff
( 4)Start Stop Count 0x0032 100 100 008 000000000014
( 5)Reallocated Sector Ct 0x0033 100 100 020 000000000000
( 7)Seek Error Rate 0x000b 100 100 023 000000000000
( 9)Power On Hours 0x0012 084 084 001 000000002ae7
( 11)Unknown Attribute 0x0013 100 100 020 000000000000
( 12)Power Cycle Count 0x0032 100 100 008 000000000014
( 13)Unknown Attribute 0x000b 100 100 023 000000000000
(199)UDMA CRC Error Count 0x001a 200 200 000 000000000000
(198)Offline Uncorrectable 0x0010 100 253 000 000000000000
(uptime of the machine is 81 hours longer than power on hours of the
disk. Seems that there is a small discrepancy... Hmm. Just checked:
The disk looses one hour every week)
I think that "Power on hours value = 084" means that the disk thinks
that it's seen about 1/6th of it's lifetime. The number seems to drop
by one about once every month.
Roger.
--
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
* There are old pilots, and there are bold pilots.
* There are also old, bald pilots.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-02-11 17:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-11 2:19 [QUESTION]: IDE Driver support for S.M.A.R.T? Shawn Starr
2001-02-11 2:39 ` Jakob Østergaard
2001-02-11 4:03 ` Andre Hedrick
2001-02-11 11:05 ` Alan Cox
2001-02-11 17:48 ` Rogier Wolff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox