* [gentoo-user] Monitor SATA with smart?
@ 2007-04-18 9:28 Matthias Fechner
2007-04-18 10:26 ` Markus Schönhaber
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Matthias Fechner @ 2007-04-18 9:28 UTC (permalink / raw
To: gentoo-user
Hi,
is it possible to monitor SATA disks with smart?
sys-apps/smartmontools can not read smart on that disks.
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Monitor SATA with smart?
2007-04-18 9:28 [gentoo-user] Monitor SATA with smart? Matthias Fechner
@ 2007-04-18 10:26 ` Markus Schönhaber
2007-04-18 12:40 ` Matthias Fechner
2007-04-18 10:35 ` [gentoo-user] " Alexander Skwar
2007-04-18 15:18 ` [gentoo-user] " Sven Köhler
2 siblings, 1 reply; 8+ messages in thread
From: Markus Schönhaber @ 2007-04-18 10:26 UTC (permalink / raw
To: gentoo-user
Matthias Fechner wrote:
> is it possible to monitor SATA disks with smart?
Yes.
> sys-apps/smartmontools can not read smart on that disks.
It can. Try something like
smartctl -a -d ata /dev/sda
This ahould print all SMART info about the disk /dev/sda. The important part
wrt SATA disks is "-d ata"
Regards
mks
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Monitor SATA with smart?
2007-04-18 9:28 [gentoo-user] Monitor SATA with smart? Matthias Fechner
2007-04-18 10:26 ` Markus Schönhaber
@ 2007-04-18 10:35 ` Alexander Skwar
2007-04-18 12:42 ` Matthias Fechner
2007-04-18 15:18 ` [gentoo-user] " Sven Köhler
2 siblings, 1 reply; 8+ messages in thread
From: Alexander Skwar @ 2007-04-18 10:35 UTC (permalink / raw
To: gentoo-user
Matthias Fechner <idefix@fechner.net> wrote:
> is it possible to monitor SATA disks with smart?
Keep in mind though, that SMART doesn't give you reliable information,
though.
Message-ID: <544vb6F1v7oqgU1@mid.individual.net>
http://www.computerworld.com/blogs/node/5038
http://storagemojo.com/?p=383
http://www.usenix.org/events/fast07/tech/schroeder/schroeder_html/index.html
http://216.239.37.132/papers/disk_failures.pdf
Alexander Skwar
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Monitor SATA with smart?
2007-04-18 10:26 ` Markus Schönhaber
@ 2007-04-18 12:40 ` Matthias Fechner
0 siblings, 0 replies; 8+ messages in thread
From: Matthias Fechner @ 2007-04-18 12:40 UTC (permalink / raw
To: gentoo-user
Hello Markus,
* Markus Schnhaber <gentoo-user@schoenhaber.de> [18-04-07 12:26]:
> It can. Try something like
> smartctl -a -d ata /dev/sda
> This ahould print all SMART info about the disk /dev/sda. The important part
> wrt SATA disks is "-d ata"
thx, works now fine.
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: Monitor SATA with smart?
2007-04-18 10:35 ` [gentoo-user] " Alexander Skwar
@ 2007-04-18 12:42 ` Matthias Fechner
2007-04-18 13:22 ` [gentoo-user] " Alexander Skwar
0 siblings, 1 reply; 8+ messages in thread
From: Matthias Fechner @ 2007-04-18 12:42 UTC (permalink / raw
To: gentoo-user
Hello Alexander,
* Alexander Skwar <listen@alexander.skwar.name> [18-04-07 12:35]:
> Keep in mind though, that SMART doesn't give you reliable information,
> though.
>
> Message-ID: <544vb6F1v7oqgU1@mid.individual.net>
> http://www.computerworld.com/blogs/node/5038
> http://storagemojo.com/?p=383
> http://www.usenix.org/events/fast07/tech/schroeder/schroeder_html/index.html
> http://216.239.37.132/papers/disk_failures.pdf
thx a lot for your links. It was really nice and informative to read.
It's clear that smart is not reliability but it is better then
nothing. And smart protected my (backup-upped) data two times and that is
really a good rate :)
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Re: Monitor SATA with smart?
2007-04-18 12:42 ` Matthias Fechner
@ 2007-04-18 13:22 ` Alexander Skwar
2007-04-18 16:08 ` Hemmann, Volker Armin
0 siblings, 1 reply; 8+ messages in thread
From: Alexander Skwar @ 2007-04-18 13:22 UTC (permalink / raw
To: gentoo-user
Matthias Fechner <idefix@fechner.net> wrote:
> Hello Alexander,
>
> * Alexander Skwar <listen@alexander.skwar.name> [18-04-07 12:35]:
>> Keep in mind though, that SMART doesn't give you reliable information,
>> though.
>>
>> Message-ID: <544vb6F1v7oqgU1@mid.individual.net>
>> http://www.computerworld.com/blogs/node/5038
>> http://storagemojo.com/?p=383
>> http://www.usenix.org/events/fast07/tech/schroeder/schroeder_html/index.html
>> http://216.239.37.132/papers/disk_failures.pdf
>
> thx a lot for your links. It was really nice and informative to read.
> It's clear that smart is not reliability but it is better then
> nothing.
It really depends. The Google study (one of the links above) says,
that SMART very often does not warn you about an impending failure.
So, even though SMART reports that everything is fine, it may very
well not be fine at all. Classic case of false negative.
> And smart protected my (backup-upped) data two times and that is
> really a good rate :)
:)
Alexander Skwar
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Monitor SATA with smart?
2007-04-18 9:28 [gentoo-user] Monitor SATA with smart? Matthias Fechner
2007-04-18 10:26 ` Markus Schönhaber
2007-04-18 10:35 ` [gentoo-user] " Alexander Skwar
@ 2007-04-18 15:18 ` Sven Köhler
2 siblings, 0 replies; 8+ messages in thread
From: Sven Köhler @ 2007-04-18 15:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 517 bytes --]
> is it possible to monitor SATA disks with smart?
> sys-apps/smartmontools can not read smart on that disks.
You have to tell smartmontools, that it's actually an ATA disk. SATA
devices show up as SCSI devices, but the protocol is still ATA.
So this can be done with the "-d ata" switch - also see /etc/smartd.conf.
BUT: recent versions of smartmontools can recognize SATA disks. No need
for -d ata anymore! smartmontools-5.37 (which is still ~x86 and ~amd64)
correctly SATA disks in all my computers.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: Re: Monitor SATA with smart?
2007-04-18 13:22 ` [gentoo-user] " Alexander Skwar
@ 2007-04-18 16:08 ` Hemmann, Volker Armin
0 siblings, 0 replies; 8+ messages in thread
From: Hemmann, Volker Armin @ 2007-04-18 16:08 UTC (permalink / raw
To: gentoo-user
On Mittwoch, 18. April 2007, Alexander Skwar wrote:
> It really depends. The Google study (one of the links above) says,
> that SMART very often does not warn you about an impending failure.
> So, even though SMART reports that everything is fine, it may very
> well not be fine at all. Classic case of false negative.
but when smart starts to warn, it is a good sign, that the disk is on its way
to harddisk-hell....
There is no way to predict all kinds of failure - and covering at least some
of them is better than nothing.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-04-18 16:14 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18 9:28 [gentoo-user] Monitor SATA with smart? Matthias Fechner
2007-04-18 10:26 ` Markus Schönhaber
2007-04-18 12:40 ` Matthias Fechner
2007-04-18 10:35 ` [gentoo-user] " Alexander Skwar
2007-04-18 12:42 ` Matthias Fechner
2007-04-18 13:22 ` [gentoo-user] " Alexander Skwar
2007-04-18 16:08 ` Hemmann, Volker Armin
2007-04-18 15:18 ` [gentoo-user] " Sven Köhler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox