
我试图弄清楚为什么我的 PCIe 连接的 nvme 驱动器似乎无法被正确识别并且无法按照我预期的那样组装到 RAID 中。
进行一些故障排除并查看周围情况似乎是 mdadm --examine 提供的最佳线索:
mdadm --examine /dev/nvme1n1
/dev/nvme1n1:
MBR Magic : aa55
Partition[0] : 1953525167 sectors at 1 (type ee)
但是当我使用旋转磁盘 RAID 组件执行此操作时,我得到了通常的结果:
mdadm --examine /dev/sda
/dev/sda:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : 73abfd2e:9332c4dd:6bdf75fc:e457fac6
Name : functionalgenomics.server:0
Creation Time : Mon Apr 2 15:06:27 2018
Raid Level : raid10
Raid Devices : 4
Avail Dev Size : 19532611584 (9313.88 GiB 10000.70 GB)
Array Size : 19532611584 (18627.75 GiB 20001.39 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=0 sectors
State : clean
Device UUID : 99d89efb:611f31e0:e18a15d2:4884c89e
Internal Bitmap : 8 sectors from superblock
Update Time : Wed Mar 31 17:25:24 2021
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 13436101 - correct
Events : 22612
Layout : near=2
Chunk Size : 512K
Device Role : Active device 0
Array State : AAAA ('A' == active, '.' == missing, 'R' == replacing)
有什么想法吗?谢谢。