Difference between revisions of "Lspci"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
 
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
 
</pre>
 
</pre>
 +
 +
 +
== Activities ==
 +
# Execute <code>lspci</code> command to list your PCI devices
 +
## Identify your [[SATA]] controllers<ref>https://superuser.com/questions/tagged/sata?tab=Votes</ref>
 +
# List your [[Fibre Channel]] devices ([[HBA]]s): <code>lspci | grep "Fibre Channel"</code> or <code>[[systool]] -c fc_host -v</code>
  
  
 
== See also ==
 
== See also ==
 
{{Linux block devices}}
 
{{Linux block devices}}

Revision as of 11:23, 8 December 2019

lspci command list all PCI devices


lspci
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)


Activities

  1. Execute lspci command to list your PCI devices
    1. Identify your SATA controllers[1]
  2. List your Fibre Channel devices (HBAs): lspci | grep "Fibre Channel" or systool -c fc_host -v


See also

  • https://superuser.com/questions/tagged/sata?tab=Votes
  • Advertising: