Custom Query (1406 matches)
Results (79 - 81 of 1406)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#83 | fixed | iomega LDHD-UP | ||
Description |
I just added the Iomega LDHD-UP in the USB supported device list on my own and then I saw that I'm supposed to write to you. Sorry. Hoping I was right If you're interested here is my smartctl -a -d usbsunplus /dev/sdb : smartctl 5.39.1 2010-01-28 r3054 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net START OF INFORMATION SECTIONModel Family: Seagate Barracuda 7200.12 family Device Model: ST3500418AS Serial Number: 6VMAG6CM Firmware Version: CC38 User Capacity: 500,107,862,016 bytes Device is: In smartctl database [for details use: -P show] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Wed Jul 7 01:53:05 2010 CEST SMART support is: Available - device has SMART capability. SMART support is: Enabled START OF READ SMART DATA SECTIONSMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x82) Offline data collection activity
Self-test execution status: ( 0) The previous self-test routine completed
Total time to complete Offline data collection: ( 609) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate.
SMART capabilities: (0x0003) Saves SMART data before entering
Error logging capability: (0x01) Error logging supported.
Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 91) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x103f) SCT Status supported.
SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 001 001 000 Old_age Always - 115 188 Command_Timeout 0x0032 100 091 000 Old_age Always - 120260919324 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 061 050 045 Old_age Always - 39 (Lifetime Min/Max 39/43) 194 Temperature_Celsius 0x0022 039 050 000 Old_age Always - 39 (0 16 0 0) 195 Hardware_ECC_Recovered 0x001a 038 030 000 Old_age Always - 192598735 197 Current_Pending_Sector 0x0012 040 040 000 Old_age Always - 2470 198 Offline_Uncorrectable 0x0010 040 040 000 Old_age Offline - 2470 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 83163451752791 241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 3915841531 242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 857597085 SMART Error Log Version: 1 ATA Error Count: 64239 (device log contains only the most recent five errors)
Powered_Up_Time is measured from power on, and printed as DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes, SS=sec, and sss=millisec. It "wraps" after 49.710 days. Error 64239 occurred at disk power-on lifetime: 349 hours (14 days + 13 hours)
Error 64238 occurred at disk power-on lifetime: 349 hours (14 days + 13 hours)
Error 64237 occurred at disk power-on lifetime: 349 hours (14 days + 13 hours)
Error 64236 occurred at disk power-on lifetime: 349 hours (14 days + 13 hours)
Error 64235 occurred at disk power-on lifetime: 349 hours (14 days + 13 hours)
SMART Self-test log structure revision number 1 No self-tests have been logged. [To run self-tests, use: smartctl -t] SMART Selective self-test log data structure revision number 1
Selective self-test flags (0x0):
If Selective self-test is pending on power-up, resume after 0 minute delay. |
|||
#84 | fixed | Charts of various SMART attributes, scripts included | ||
Description |
Hi, I used the appended awk und gnuplot scripts to generate various charts for an SSD with Indilinx controller. What was done? I added: FILENAME=/tmp/smartctl_`date -u +%Y%m%d_%H%M`.txt smartctl -a /dev/sda >$FILENAME gzip $FILENAME to /etc/cron.hourly/smartctl Then I passed the hourly generated files through an awk script: zcat /tmp/smartctl_20*.txt.gz | awk -f sm.awk >sm.dat And processed the resulting sm.dat with gnuplot gnuplot sm.gnuplot (not a generic solution, just one that works for me) Greetings, Frieder |
|||
#85 | fixed | Enhance drivedb for SAMSUNG SV1604N | ||
Description |
I have got a SAMSUNG SV1604N with firmware version TR100-23. After some research on the web I found out that I need to manually append -v 9,halfminutes -F samsung2 in order to get a correct output from smartctl. -v 9,halfminutes is needed otherwise Power on Hours is insanely high (~750000 hours) -F samsung2 is needed - otherwise I get an extra warning: "Warning: ATA error count xxx inconsistent with error log pointer 5" Please add this information to your drive db so that everybody will get the correct values by default. Thanks |