Auteur Sujet: Connaitre la température de son HDD  (Lu 4055 fois)

0 Membres et 1 Invité sur ce sujet

Hors ligne E-D-S

  • Partenaire
  • Membre Héroïque
  • ***
  • Messages: 1.521
    • e-Dream Shop
Connaitre la température de son HDD
« le: 25 février 2011 à 23:45:47 »
Hard Drive Temperature monitoring



Citer
    Because I was curious how hot/cool my Hard Drive in the ET9000 performs (WD20EARS) and the Glasssysutil Plugin displays temperature "0", I've installed the HDDTemp Plugin by Aladin.

    Because the Plugin has not been maintained for about the past two years, it's not fully OE1.6 compatible. You have to edit a line in a file to make it work:

    Open the file plugin.py in /usr/lib/enigma2/python/Plugins/Extensions/HDDTemp/. Change the line:

    hdd_path = "/dev/ide/host0/bus0/target0/lun0/disc"

    to:

    hdd_path = "/dev/sda1".

    After that save and restart.

    The above example shows the approach with an internal HDD ("/dev/sda1"). Other configurations may differ, i.e.: "/dev/sdb1" (External USB Drive).

    Have fun!

Merci à dispatcher ;)