smartctl test error
Recently I have installed smartmontools. *I have run the following command to determine the disk* : # fdisk -l *I have run the following command and it is showing the following error for all the disks [ hda, hda1, hda2, hda5 ]* : # smartctl -l selftest /dev/hda === START OF READ SMART DATA SECTION === SMART Self-test log structure revision number 1 Num Test_DescriptionStatus Remaining LifeTime(hours) LBA_of_first_error # 1 Short offline Completed without error 00% 15730 - # 2 Extended offlineAborted by host 90% 11081 - # 3 Short offline Completed without error 00% 11080 - *And when I run the following command nothing happens and I did check syslog for message. Do I have to look elsewhere ?* # smartctl -t short /dev/hda and the output of the command : smartctl version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION === Sending command: "Execute SMART Short self-test routine immediately in off-line mode". Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful. Testing has begun. Please wait 2 minutes for test to complete. Test will complete after Tue Aug 17 21:29:15 2010 Use smartctl -X to abort test. vishnuvardhan:/home/vishnu# *The output of my hard drive # smartctl -a /dev/hda :* smartctl version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF INFORMATION SECTION === Model Family: Hitachi Travelstar 5K100 series Device Model: HTS541040G9AT00 Serial Number:MPB2LAX2ESGPDM Firmware Version: MB2IA60A User Capacity:40,007,761,920 bytes Device is:In smartctl database [for details use: -P show] ATA Version is: 6 ATA Standard is: ATA/ATAPI-6 T13 1410D revision 3a Local Time is:Mon Aug 9 13:20:16 2010 IST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x82)Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0)The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 645) seconds. Offline data collection capabilities: (0x5b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. No Conveyance Self-test supported. Selective Self-test supported. SMART capabilities:(0x0003)Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability:(0x01)Error logging supported. No General Purpose Logging support. Short self-test routine recommended polling time: ( 2) minutes. Extended self-test routine recommended polling time: ( 29) minutes. 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 0x000b 100 100 062Pre-fail Always - 0 2 Throughput_Performance 0x0005 105 105 040Pre-fail Offline - 4573 3 Spin_Up_Time0x0007 253 253 033Pre-fail Always - 1 4 Start_Stop_Count0x0012 093 093 000Old_age Always - 11195 5 Reallocated_Sector_Ct 0x0033 100 100 005Pre-fail Always - 0 7 Seek_Error_Rate 0x000b 100 100 067Pre-fail Always - 0 8 Seek_Time_Performance 0x0005 122 122 040Pre-fail Offline - 39 9 Power_On_Hours 0x0012 065 065 000Old_age Always - 15650 10 Spin_Retry_Count0x0013 100 100 060Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 097 097 000Old_age Always - 6195 191 G-Sense_Error_Rate 0x000a 099 099 000Old_age Always - 3 192 Power-Off_Retract_Count 0x0032 097 097 000Old_age Always - 247202527 193 Load_Cycle_Count0x0012 089 089 000Old_age Always - 114999 194 Temperature_Celsius 0x0002 157
Re: Resmartctl test error
Camaleón wrote: There are some "how to read smartcl results" articles there. For example: Linux Harddisk Monitoring with SmartMonTools (smartctl) http://www.captain.at/howto-linux-smartmontools-smartctl.php Monitoring Hard Disks with SMART http://www.linuxjournal.com/magazine/monitoring-hard-disks-smart BTW, I keep smartmontools daemon running and monitoring the disks status. Greetings, I have started smartd by uncommenting the line in /etc/smartd.conf and /etc/default/smartmontools : # First (primary) ATA/IDE hard disk. Monitor all attributes, enable # automatic online data collection, automatic Attribute autosave, and # start a short self-test every day between 2-3am, and a long self test # Saturdays between 3-4am. /dev/hda -a -o on -S on -s (S/../.././02|L/../../6/03) # uncomment to start smartd on system startup start_smartd=yes I will look into the links provided by you. thanks Camaleón for the links and reminding me to start smart daemon. Kevin Ross wrote: A reallocated event count of 132 doesn't look good. This is showing a sector that it couldn't correct the errors on, and would have been reported back to the operating system as an I/O error. You've never completed an extended offline test, try "smartctl -t long /dev/hda", and check the results after 30 minutes with "smartctl -a /dev/hda". At the beginning of the output, you can see if the test has completed yet next to the "Self-test execution status" field. After the test completes, the results will be near the end of the output, under "SMART Self-test log".** *the output of the fdisk* : Script started on Thursday 19 August 2010 02:08:46 PM IST vishnuvardhan:/home/vishnu# fdisk -l Disk /dev/hda: 40.0 GB, 40007761920 bytes 255 heads, 63 sectors/track, 4864 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xa1eca1ec Device Boot Start End Blocks Id System /dev/hda1 * 1467937584036 83 Linux /dev/hda246804864 1486012+ 5 Extended /dev/hda5 4680 4864 1485981 82 Linux swap / Solaris vishnuvardhan:/home/vishnu# exit Script done on Thursday 19 August 2010 02:08:53 PM IST. I have tested the disk with the command provided by you but the errors that cannot be corrected are bothering me. I will do some online search possibly with the key-words and anything suprising pops up I will post here. key-words : HTS541040G9AT00+smartctl+errors. The results of the long test are given below. I am using IBM Thinkpad R51 2887-MQ5 laptop. Long test one [1] [ there was a power cut in the middle of the command execution ] : pastebin.com/B2ASzjSu [ the link is valid for one month ] Long test two [2] [ this time there is no power cut and closed all the applications ] : pastebin.com/vZ6kgjzu [ the link is valid for one month ] thanks for your time, vishnuvardhan.
help me for downloading debina-user mailing list on a windows machine
I don't have an active internet connection in my room. I cannot install and use VM in internet cafe. However, I can download as much as I want. I have subscribed to mailing list and I am learning a lot. In fact, I did not reuested for help to mailing list, saving a little time who are helping out in the mailing list ;-) . I want to download debian-user mailing list from February 1,2009 to July 10,2010 on a windows machine. I have full set of installion DVD's and I can install packages on my debian machine. I request members to provide me detailed instructions about how to download and which package to install in order to access them on debian machine. thank you for your valuable time, vishnuvardhan.