On 2006/01/16 22:27, Ricardo Lucas wrote:
> Look at this, it's look a kind of weird:

You forgot the complete dmesg. In any case, unless you're running
recent -current, reports of sensors problems are probably not very
useful at the moment.

On 2006/01/16 22:45, Ricardo Lucas wrote:
> And when I try atactl:

As the manual page says, the attributes vary between vendors
and even models.

Temperature is often in 194, but not unknown to be in
9, 11, 12, 222, 226, 231, maybe others. There's something of
a list on http://www.guzu.net/linux/hddtemp.php 

> There is no Temperature here, it means that my hard disk do not
> support this feature?!

That's fairly likely. Maybe you could try the drive with 'dtemp'
under Windows, but you may well find there's no temporature sensor.
fwiw, this is what one of my drives looks like:

~> [EMAIL PROTECTED] sudo atactl wd0 readattr
Attributes table revision: 16
ID      Attribute name                  Threshold       Value   Raw
  1     Raw Read Error Rate               50            100     0x000000000000
  2     Throughput Performance            50            100     0x000000000000
  3     Spin Up Time                       1            100     0x000000000233
  4     Start/Stop Count                   0            100     0x00000000005d
  5     Reallocated Sector Count          50            100     0x000000000000
  7     Seek Error Rate                   50            100     0x000000000000
  8     Seek Time Performance             50            100     0x000000000000
  9     Power-on Hours Count               0             62     0x000000003c1f
 10     Spin Retry Count                  30            101     0x000000000000
 12     Device Power Cycle Count           0            100     0x000000000054
192     Power-off Retract Count            0            100     0x000000000023
193     Load Cycle Count                   0              1     0x000000116d81
194     Temperature                        0            100     0x0037000d0024
196     Reallocation Event Count           0            100     0x000000000000
197     Current Pending Sector Count       0            100     0x000000000000
198     Off-line Scan Uncorrectable Sect   0            100     0x000000000000
199     Ultra DMA CRC Error Count          0            200     0x000000000000
220     Unknown                            0            100     0x0000000000c0
222     Unknown                            0             85     0x00000000179f
223     Unknown                            0            100     0x000000000000
224     Unknown                            0            100     0x000000000000
226     Unknown                            0            100     0x0000000000dc
240     Unknown                            1            100     0x000000000000

As you can see, there's quite a lot more information provided
by this drive (fujitsu mk4025gas, in this case).

One thing, though: you need to know how to interpret the 'Raw'
column to work this out. There may be some clues in the source to
http://www.guzu.net/linux/hddtemp.php.

Reply via email to