linux does not support NVME

Mega-core server does not support NVMe
1


Because the only physical interface SATA and PCIE M2 in the three
but NVME only supports these two PCIE M2 and
2
so NVME does not support SATA port, so no NVME SATA cable. Because NVME SSD is plugged directly into the physical M2 and two types of hardware PCIE socket. M2 and these two PCIE socket inside only in the server. You must remove the cover to see.
3
So NVME is onboard PCIE SSD otherwise it is inserted in the socket.

4 Check the command lspci | grep Non-Volatile


Expected results:
# lspci | grep Non-Volatile
0A: 00.0 Non-Volatile Memory the Controller: Samsung Electronics Co Ltd A808 Device
Support NVME

# lspci |grep Non-Volatile -i
03:00.0 Non-Volatile memory controller: Toshiba America Info Systems Device 011a

5 by command to check # ll / dev / n * | grep nvme
Expected result:
Support NVME

# ll /dev/n* |grep nvme
crw------- 1 root root 245, 0 9月 25 18:14 /dev/nvme0
brw-rw---- 1 root disk 259, 0 9月 25 18:14 /dev/nvme0n1
brw-rw---- 1 root disk 259, 1 9月 25 18:14 /dev/nvme0n1p1
brw-rw---- 1 root disk 259, 2 9月 25 18:14 /dev/nvme0n1p2
brw-rw---- 1 root disk 259, 3 9月 25 18:14 /dev/nvme0n1p3
brw-rw---- 1 root disk 259, 4 9月 25 18:14 /dev/nvme0n1p4
brw-rw---- 1 root disk 259, 5 9月 25 18:14 /dev/nvme0n1p5
brw-rw---- 1 root disk 259, 6 9月 25 18:14 /dev/nvme0n1p6

#####
6 through command to check # ll / dev / nvme *
Expected result:
Support NVMe
# ll / dev / nvme *
CRW ------- 1 root root 245, 0 9 Yue 25 18:14 / dev / nvme0
BRW. 1 ---- the root-RW Disk 259, dated 0. 9 18:14 25 / dev / nvme0n1
BRW. 1 ---- the root-RW Disk 259,. 1. 9 18:14 dated 25 / dev / nvme0n1p1
brw- rw ---- 1 root disk 259, 2. 9 18:14 dated 25 / dev / nvme0n1p2
BRW. 1 ---- the root-RW Disk 259, dated. 9. 3 18:14 25 / dev / nvme0n1p3
BRW-RW --- - 1 root disk 259, 4. 9 18:14 dated 25 / dev / nvme0n1p4
BRW. 1 ---- the root-RW Disk 259, dated. 9. 5 18:14 25 / dev / nvme0n1p5
BRW-RW Disk the root. 1 ---- 259, on 6 September 25 18:14 / dev / nvme0n1p6

Guess you like

Origin www.cnblogs.com/xuanbjut/p/11590570.html