Linux Storage Info: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux Runtime Information")
 
No edit summary
Line 2: Line 2:


* [[Linux#Getting_Runtime_Information|Linux Runtime Information]]
* [[Linux#Getting_Runtime_Information|Linux Runtime Information]]
=hdparm=
If not installed, install with:
<pre>
yum install hdparm
</pre>
Disk information:
<pre>
hdparm -I /dev/sda
</pre>
=lshw=
If not installed, install with:
<pre>
yum install lshw
</pre>
Disk information:
<pre>
lshw -short -C disk
</pre>

Revision as of 03:36, 7 May 2017

Internal

hdparm

If not installed, install with:

yum install hdparm

Disk information:

hdparm -I /dev/sda

lshw

If not installed, install with:

yum install lshw

Disk information:

lshw -short -C disk