Recent Changes - Search:

edit SideBar


Firefox 2
Get Thunderbird!

Smartmontools

Linux.Smartmontools History

Hide minor edits - Show changes to markup

November 29, 2006, at 11:31 PM by 85.105.66.26
Added lines 1-78:

Smartmontools

Kurulum

(:code:) # apt-get install smartmontools

Konfigurasyon

(:code:) # vim /etc/default/smartmontools enable_smart="/dev/hda /dev/hdb" start_smartd=yes smartd_opts="--interval=1800"

Disklerde smart Desteğinin Kontrol Edilmesi (:code:) # smartctl -i /dev/hda

Yukarıdaki komutun �ıktısı(Diske g�re değişir) (:code:) === START OF INFORMATION SECTION === Device Model: Maxtor 6E040L0 Serial Number: E10QZ31N Firmware Version: NAR61EA0 Device is: In smartctl database [for details use: -P show] ATA Version is: 7 ATA Standard is: ATA/ATAPI-7 T13 1532D revision 0 Local Time is: Wed Feb 8 16:50:19 2006 EET SMART support is: Available - device has SMART capability. SMART support is: Enabled

smart Desteğinin Verilemesi (:code:) # smartctl -s /dev/hda # smartctl -s /dev/hdb

Disklerin Kontrol Edilmesi (:code:) # smartctl -Hc /dev/hda # smartctl -Hc /dev/hdb

Disklerin Hangi Testleri Desteklediğinin G�r�lmesi (:code:) # smartctl -c /dev/hda # smartctl -c /dev/hdb

Self-Testlerin Uygulanması (:code:) # smartctl -t short /dev/hda # smartctl -t long /dev/hda

Başlatılan Bir Testin İptal Edilmesi (:code:) # smartctl -X

Self-Test Sonu�larının G�r�lmesi (:code:) # smartctl -l selftest /dev/hda # smartctl -l error /dev/hda

Konfigurasyon dosyası (:code:) /etc/smartd.conf

Kaynaklar:

  • http://www.linuxjournal.com/article/6983
  • http://gentoo-wiki.com/HOWTO_Monitor_your_hard_disk(s)_with_smartmontools
Edit - History - Print - Recent Changes - Search
Page last modified on November 29, 2006, at 11:31 PM