smartmontools

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
blnsnoopy26
Posts: 660
Joined: 2002-10-19 14:01
 

smartmontools

Post by blnsnoopy26 »

Hi,

Hoffe ich habe den richtigen Bereich hier, weil ich mir jetzt nicht so sicher war, wo ich das hinposten sollte.
Ansonsten einfach in den richtigen Bereich verschieben.

Wollte bei mir die smartmontools installieren, was auch prima funktionierte, aber anscheinend unterstützt meine Festplatte das nicht.
Bin nach dem Howto von hier vorgegangen.

Code: Select all

smartctl -s on -a /dev/sda1
smartctl version 5.36 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

Device: ATA      SAMSUNG HD080HJ  Version: ZH10
Serial number: S08EJ1RLB03481
Device type: disk
Local Time is: Tue Jun 10 04:16:46 2008 CEST
Device does not support SMART
unable to fetch IEC (SMART) mode page [unsupported field in scsi command]
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
Gibs da eine alternative, die man auch währen des Systembetriebs nutzen kann?
freddy36
Posts: 273
Joined: 2008-03-20 17:31
 

Re: smartmontools

Post by freddy36 »

Die Sasmsung SpinPoints können garantiert SMART. Ich hab hier eine SAMSUNG HD402LJ, klappt wunderbar

Dein erstes Problem ist das du es mit einer Partition startest.
Ist SMART im BIOS aktiviert?
eventuell hilft die Anweisung die da auch ausgegeben wird ;)
blnsnoopy26
Posts: 660
Joined: 2002-10-19 14:01
 

Re: smartmontools

Post by blnsnoopy26 »

Auf das Bios habe ich ja kein Zugriff ... das kann nur mein Anbieter machen direkt vor ort.
Und ja habe da schon verschiedene Möglichkeiten probiert, aber ohne Erfolg.

Wie soll das denn korrekt starten?
Hab das nach dem Howto gemacht das ich hier als Link gepostet hatte.

Hab auch phpsysinfo installiert und da wirft er mir auch nur folgendes raus:
SCSI Geräte
- ATA SAMSUNG HD080HJ (Direct-Access)
Vielleicht hilft ja auch einer der folgenden ausgaben:

Code: Select all

 df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              73G   21G   53G  28% /
tmpfs                1011M     0 1011M   0% /lib/init/rw
udev                   10M   28K   10M   1% /dev
tmpfs                1011M     0 1011M   0% /dev/shm

Code: Select all

 fdisk -l
Disk /dev/sda: 80.0 GB, 80025280000 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1         243     1951866   82  Linux swap / Solaris
/dev/sda2             244        9729    76196295   83  Linux

Code: Select all

smartctl -s on -a /dev/sda -T permissive

smartctl version 5.36 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

Device: ATA      SAMSUNG HD080HJ  Version: ZH10
Serial number: S08EJ1RLB03481
Device type: disk
Local Time is: Tue Jun 10 15:14:01 2008 CEST
Device does not support SMART
unable to fetch IEC (SMART) mode page [unsupported field in scsi command]

Error Counter logging not supported

[GLTSD (Global Logging Target Save Disable) set. Enable Save with '-S on']
Device does not support Self Test logging
freddy36
Posts: 273
Joined: 2008-03-20 17:31
 

Re: smartmontools

Post by freddy36 »

Versuchs nochmal mit der neuesten SVN/CVS Version, ansonsten Anbieter mal fragen wegen dem BIOS ;)