IT/Hardware/Hard Drives: Difference between revisions
Jump to navigation
Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (Created page with "I like Samsung SSDs. Thats a full stop at the end of the previous sentence! === General === === Smart Control === This is software for managing hard drives. It works well f...") |
Walttheboss (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
=== Smart Control === | === Smart Control === | ||
This is software for managing hard drives. It works well for Samsung SSDS | This is software for managing hard drives. It works well for Samsung SSDS | ||
You will need to install smartctl which comes in the gsmartcontrol package. It is no longer standalone. | |||
<code>sudo /usr/sbin/smartctl -A /dev/sda | awk '$0~/LBAs/{ printf "TBW %.1f\n", $10 * 512 / 1024^4 }'</code> |
Revision as of 05:28, 11 June 2020
I like Samsung SSDs. Thats a full stop at the end of the previous sentence!
General
Smart Control
This is software for managing hard drives. It works well for Samsung SSDS
You will need to install smartctl which comes in the gsmartcontrol package. It is no longer standalone.
sudo /usr/sbin/smartctl -A /dev/sda | awk '$0~/LBAs/{ printf "TBW %.1f\n", $10 * 512 / 1024^4 }'