Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 1359)

Ticket Resolution Summary Owner Reporter
#84 fixed Charts of various SMART attributes, scripts included somebody frief
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 Christian Franke tobthea
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

#86 fixed 3ware 9750 SATA Drive Support Christian Franke vpayno
Description

Hi,

I've attached a patch that allows smartctl to access SATA drives on LSI 3ware 9750 controllers.

I've been using this version on multiple systems (with 3ware 9650, 9750, and on-board SATA and SAS only) for almost a month without any problems.

Please let me know if I need to make changes and re-submit it again, or if there's a different procedure for submitting this patch.

Regards,

Victor

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.