Custom Query (1497 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 of 1497)

Ticket Resolution Summary Owner Reporter
#269 worksforme Change standby (spindown) timer of WDEARS20 somebody woutdenolf
Description

Reading the manual of smartctl (version 6.1), I was under the impression that I could set the standby (spindown) timer of my WDEARS20 disks like this:

smartctl -d areca,1 -g standby,254 /dev/sg6

However this is not a valid argument to -g: =======> INVALID ARGUMENT TO -g: standby,255 =======> VALID ARGUMENTS ARE: aam, apm, lookahead, security, wcache, rcache <=======

Is this a bug or did I misinterpret something?

Thanks in advance, Wout

PS, The tool idle3ctl would also be able to do the job, but my disks happen to be behind an Areca RAID controller.

#1824 wontfix Change the capability name of "Offline surface scan" to "Off-line Read Scanning" jay
Description

This is listed in the capabilities section when using smartctl --capabilities command.

It is called Off-line Read Scanning in this draft of ACS-3, page 264, Table 133, Bit 3: https://people.freebsd.org/~imp/asiabsdcon2015/works/d2161r5-ATAATAPI_Command_Set_-_3.pdf

And I can find a few manuals of drives that use the name Off-line Read Scanning: https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/data-center-drives/ultrastar-dc-hc500-series/product-manual-ultrastar-dc-hc550-sata-oem-spec.pdf page 306, 12.53.2.6 Off-Line Data Collection Capability, Bit 3 https://ia804502.us.archive.org/14/items/manualzilla-id-7035037/7035037.pdf page 149, 14.39.2.7 Off-Line Data Collection Capability, Bit 3 http://datasheet.elcodis.com/pdf2/99/55/995536/mmdoe28gxmsp-0va.pdf page 27, 7.3.2.7 Off-line data collection capability, Bit 3

Using the same name as these documents will make searching for information easier.

#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

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