用lspci -vmm命令查看SSD盘的信息

安装systool命令:
[root@host1 devices]# yum install sysfsutils-2.1.0-16.el7.x86_64

lspci -vmm
如下是截取:

Slot:	81:00.0
Class:	Non-Volatile memory controller
Vendor:	Intel Corporation
Device:	PCIe Data Center SSD
SVendor:	Intel Corporation
SDevice:	DC P4800 SSD
PhySlot:	6
Rev:	01
ProgIf:	02

[root@host1 devices]# lspci -nn | grep -i ssd
81:00.0 Non-Volatile memory controller [0108]: Intel Corporation PCIe Data Center SSD [8086:0953] (rev 01)
[root@host1 devices]# 


你可能感兴趣的:(Linux,InfiniBand相关技术)