From: Will Budic Date: Wed, 14 May 2025 14:58:57 +0000 (+1000) Subject: . X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=38bf06f78ba28c4ba2e8685322029344a0fb2600;p=LifeLog.git . --- diff --git a/htdocs/cgi-bin/docs/Linux/Linux Useful Utilities.md b/htdocs/cgi-bin/docs/Linux/Linux Useful Utilities.md index db4d1d4..cce86ad 100644 --- a/htdocs/cgi-bin/docs/Linux/Linux Useful Utilities.md +++ b/htdocs/cgi-bin/docs/Linux/Linux Useful Utilities.md @@ -61,4 +61,12 @@ sudo hdparm -Tt /dev/nvme1n1p2 ``` - ![image desc](../../images/WelloffHighlevelAlpinegoat.webp) \ No newline at end of file + ![image desc](../../images/WelloffHighlevelAlpinegoat.webp) + +### lshw +>Display all disks and storage controllers in the system. + +``` +lshw -class disk -class storage +``` +