S.M.A.R.T.: Difference between revisions

From David's Wiki
(Created page with "SMART Testing ==smartctl== ===USB Hard Drives=== * Add <code>-d sat</code> ==gsmartcontrol== gsmartcontrol is a GUI frontend for smartctl")
 
No edit summary
Line 4: Line 4:
===USB Hard Drives===
===USB Hard Drives===
* Add <code>-d sat</code>
* Add <code>-d sat</code>
For some seagate hard drives, it will run in uas mode and smart won't work. 
See [https://www.smartmontools.org/wiki/SAT-with-UAS-Linux https://www.smartmontools.org/wiki/SAT-with-UAS-Linux]. 
To fix this, you can find your id by looking in <code>/var/log/kern.log</code> and filling in:
<pre>
GRUB_CMDLINE_LINUX="usb_storage.quirks=0bc2:[id]:u"
</pre>
* Multiple hard drives should be comma separated:
** E.g. <code>0bc2:abcd:u,0bc2:efgh:u</code>
* <code>0bc2</code> is the manufacturer id for Seagate drives.


==gsmartcontrol==
==gsmartcontrol==
gsmartcontrol is a GUI frontend for smartctl
gsmartcontrol is a GUI frontend for smartctl

Revision as of 16:01, 23 December 2020

SMART Testing

smartctl

USB Hard Drives

  • Add -d sat

For some seagate hard drives, it will run in uas mode and smart won't work.
See https://www.smartmontools.org/wiki/SAT-with-UAS-Linux.
To fix this, you can find your id by looking in /var/log/kern.log and filling in:

GRUB_CMDLINE_LINUX="usb_storage.quirks=0bc2:[id]:u"
  • Multiple hard drives should be comma separated:
    • E.g. 0bc2:abcd:u,0bc2:efgh:u
  • 0bc2 is the manufacturer id for Seagate drives.

gsmartcontrol

gsmartcontrol is a GUI frontend for smartctl