RAID0 Recovery after BIOS Update
Posted: 23 Nov 2020, 07:30
I have a raid0 nvme array with 4 drives. I updated my bios the other day and now the array isn't working. I'm not sure on how to fix this array. I'm using Arch Linux and mdadm.
This is missing nvme2n1
This is missing nvme2n1
Code: Select all
cat /proc/mdstat
Personalities : [raid0]
md124 : inactive nvme5n1[3](S) nvme4n1[2](S) nvme3n1[1](S)
5860147464 blocks super 1.2
*****************************************
sudo mdadm --misc --detail /dev/md124
/dev/md124:
Version : 1.2
Raid Level : raid0
Total Devices : 3
Persistence : Superblock is persistent
State : inactive
Working Devices : 3
Name : workstation:md124 (local to host workstation)
UUID : feaa3268:1f4e9c90:17941f50:4b90f854
Events : 0
Number Major Minor RaidDevice
- 259 2 - /dev/nvme5n1
- 259 8 - /dev/nvme4n1
- 259 1 - /dev/nvme3n1
*******************************
sudo mdadm --misc --examine /dev/nvme2n1
/dev/nvme2n1:
MBR Magic : aa55
Partition[0] : 3907029167 sectors at 1 (type ee)
sudo mdadm --misc --examine /dev/nvme3n1
/dev/nvme3n1:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : feaa3268:1f4e9c90:17941f50:4b90f854
Name : workstation:md124 (local to host workstation)
Creation Time : Sun Nov 15 11:25:43 2020
Raid Level : raid0
Raid Devices : 4
Avail Dev Size : 3906764976 (1862.89 GiB 2000.26 GB)
Data Offset : 264192 sectors
Super Offset : 8 sectors
Unused Space : before=264112 sectors, after=0 sectors
State : clean
Device UUID : 3ace9aaa:a056a37f:75b8503d:39189a04
Update Time : Sun Nov 15 11:25:43 2020
Bad Block Log : 512 entries available at offset 8 sectors
Checksum : a7fe7073 - correct
Events : 0
Chunk Size : 512K
Device Role : Active device 1
Array State : AAAA ('A' == active, '.' == missing, 'R' == replacing)
sudo mdadm --misc --examine /dev/nvme4n1
/dev/nvme4n1:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : feaa3268:1f4e9c90:17941f50:4b90f854
Name : workstation:md124 (local to host workstation)
Creation Time : Sun Nov 15 11:25:43 2020
Raid Level : raid0
Raid Devices : 4
Avail Dev Size : 3906764976 (1862.89 GiB 2000.26 GB)
Data Offset : 264192 sectors
Super Offset : 8 sectors
Unused Space : before=264112 sectors, after=0 sectors
State : clean
Device UUID : 32b66b95:9cd8b61f:0ec87950:904ca687
Update Time : Sun Nov 15 11:25:43 2020
Bad Block Log : 512 entries available at offset 8 sectors
Checksum : c9181e58 - correct
Events : 0
Chunk Size : 512K
Device Role : Active device 2
Array State : AAAA ('A' == active, '.' == missing, 'R' == replacing)
sudo mdadm --misc --examine /dev/nvme5n1
/dev/nvme5n1:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : feaa3268:1f4e9c90:17941f50:4b90f854
Name : workstation:md124 (local to host workstation)
Creation Time : Sun Nov 15 11:25:43 2020
Raid Level : raid0
Raid Devices : 4
Avail Dev Size : 3906764976 (1862.89 GiB 2000.26 GB)
Data Offset : 264192 sectors
Super Offset : 8 sectors
Unused Space : before=264112 sectors, after=0 sectors
State : clean
Device UUID : 1862c371:93a7971d:bf953ac4:3366830e
Update Time : Sun Nov 15 11:25:43 2020
Bad Block Log : 512 entries available at offset 8 sectors
Checksum : 9dee808a - correct
Events : 0
Chunk Size : 512K
Device Role : Active device 3
Array State : AAAA ('A' == active, '.' == missing, 'R' == replacing)