This is a continuation of this thread:
http://www.linuxquestions.org/questi...hecking-for-hd
(the original issue getting smartctl working was resolved)
I am having a problem with excessive spins on my drive (5 -7 per minute). So far, I have read a number of articles, and tried:
1. disabling power management in the bios
2. issuing these commands: $sudo hdparm -B255 /dev/sda1, $sudo hdparm -S0 /dev/sda1
but my load cycles are still ~5 per minute. In the output below, the hours on my drive are 28,164 and the load cyle is 56,510. This might seem ok, except that I am pretty sure most of these load cycles have occured since installing Kubuntu. At 5 per minute, averaging 2 hours per day for 2 months, we have 36,000 loads. Of course, this is my guess only; it may be the problem occured only after I upgraded from Dapper.
I also note in the output below that my disk reads Pre-fail in two instances - this drive is maybe 8 months old.
2 questions:
1. What else can I do to reduce these load cycle times?
2. Does anyone have any important interpretations of the output below? (I have read the man pages, but it is still a little greek to me)
What I do know: I have a SAMSUNG drive (MP0402H Version: YQ20
Serial number: S03WJ10L783528) that may require the -F switch firmware workaround in smartctl, but I really don't know which option is right for me.
Thanks!
***********OUTPUT*****************
Code:
tferero@ubuntu:~$ sudo smartctl -d ata -A /dev/sda1
smartctl version 5.36 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 100 100 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0007 100 100 025 Pre-fail Always - 2688
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 298
5 Reallocated_Sector_Ct 0x0033 253 253 011 Pre-fail Always - 0
7 Seek_Error_Rate 0x000e 253 253 000 Old_age Always - 0
8 Seek_Time_Performance 0x0024 253 253 000 Old_age Offline - 0
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 28164
10 Spin_Retry_Count 0x0032 253 253 001 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 174
191 G-Sense_Error_Rate 0x0012 100 100 000 Old_age Always - 298
194 Temperature_Celsius 0x0022 106 085 000 Old_age Always - 44
195 Hardware_ECC_Recovered 0x001a 100 100 000 Old_age Always - 266937
196 Reallocated_Event_Count 0x0032 253 253 000 Old_age Always - 0
197 Current_Pending_Sector 0x0012 253 253 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 253 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x000a 100 100 051 Old_age Always - 0
201 Soft_Read_Error_Rate 0x0012 253 253 000 Old_age Always - 0
223 Load_Retry_Count 0x0012 100 100 000 Old_age Always - 32
225 Load_Cycle_Count 0x0012 095 095 000 Old_age Always - 56510
255 Unknown_Attribute 0x000a 253 100 051 Old_age Always - 0
tferero@ubuntu:~$