User Tools

Site Tools


systems:media_server:install_useful_packages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
systems:media_server:install_useful_packages [2025/05/29 20:15] petersystems:media_server:install_useful_packages [2025/05/31 07:45] (current) peter
Line 132: Line 132:
 Thermal Management T2 Total Time : 0 Thermal Management T2 Total Time : 0
 </code> </code>
 +
 +----
 +
 +===== Smartctl =====
 +
 +<code bash>
 +sudo apt install smartmontools
 +</code>
 +
 +To use:
 +
 +<code bash>
 +sudo smartctl -x /dev/sda
 +</code>
 +
 +and
 +
 +<code bash>
 +sudo smartctl -l farm /dev/sda
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  **FARM** (Field Accessible Reliability Metrics) is only supported on Seagate drives.
 +
 +To check if a disk is really new(ish), compare the **Power_On_Hours** vs. **"Power on Hours"** in the two results.
 +
 +  * Other values that can also be checked, include **"Head Flight Hours"** and **"Power Cycle Count"**; they should also roughly match what you would expect from a hard disk of a certain age.
 +  * All near zero, of course, for a factory-new hard disk.
 +
 +</WRAP>
 +
 +----
 +
 +===== Locate =====
 +
 +<code bash>
 +sudo apt install plocate
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  This maintains a database of all your files and is re-indexed once a day by default.
 +</WRAP>
  
 ---- ----
  
  
systems/media_server/install_useful_packages.1748549712.txt.gz · Last modified: 2025/05/29 20:15 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki