Festplattenstatus (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 34: Zeile 34:
</pre>
</pre>


== smart-notifier ==
== hddtemp ==


=== Installation ===
=== Installation ===


<pre>
<pre>
sudo apt-get install smart-notifier
sudo apt-get install hddtemp
</pre>
</pre>


== Links ==
== Links ==


[https://wiki.ubuntuusers.de/Festplattenstatus/ https://wiki.ubuntuusers.de/Festplattenstatus/]
[https://wiki.ubuntuusers.de/Festplattenstatus/ https://wiki.ubuntuusers.de/Festplattenstatus/]
[https://wiki.ubuntuusers.de/hddtemp/ https://wiki.ubuntuusers.de/hddtemp/]




Zurück zu [[Ubuntu]]
Zurück zu [[Ubuntu]]

Aktuelle Version vom 22. September 2016, 12:21 Uhr

Noch in Bearbeitung


Installation

sudo apt-get install smartmontools 

Aktualisieren

Durch Infratrukturanpassungen bei Sourceforge muss der Link zu den Updates angepasst werden:

sudo nano /usr/sbin/update-smart-drivedb
# ViewVC repository browser
## MANUALLY UPDATED: commented orginial URL and inserted URL from script of smartmontools v6.2 package.
## SRCEXPR='http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/$location/smartmontools/drivedb.h?revision=HEAD'
SRCEXPR='http://sourceforge.net/p/smartmontools/code/HEAD/tree/$location/smartmontools/drivedb.h?format=raw'

Die interne Datenbank wird mittels folgenden Befehl aktualisiert (!! nur bis LTS 14.04 unterstützt !!):

sudo update-smart-drivedb 

Konfiguration

Ob eine Festplatte unterstützt wird, kann mittels folgenden Befehl abgefragt werden (/dev/sda entsprechend anpassen):

sudo smartctl -a /dev/sda 

hddtemp

Installation

sudo apt-get install hddtemp 

Links

https://wiki.ubuntuusers.de/Festplattenstatus/

https://wiki.ubuntuusers.de/hddtemp/


Zurück zu Ubuntu