Revision history of "Run SMART test on all SATA drives"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 16:44, 7 August 2016Michael.mast talk contribs 417 bytes +417 Created page with "<pre> #!/bin/bash ##Create list of all possible sata block devices for i in {a..z} do echo sd$i >> /tmp/drivelist done ##Check if the drive exists, if it does run the long sma..."