我有一个带有两个 MegaRAID RAID-6 分区的系统,使用 Linux 软件 RAID 将其转变为单个 RAID-0 系统,尽管这不是我做的。我在升级系统时丢失了/md*分区,但/dev/sda1和/dev/sdb1硬件RAID分区仍然存在。我无法安装任何一个硬件 raid 分区。我可以使用 mdadm 或 dmraid 恢复 /md* 分区而不丢失所有内容吗?
以下是属于 RAID 0 配置的两个分区的信息:
mdadm --examine /dev/sda1
/dev/sda1:
Magic : a92b4efc
Version : 0.90.00
UUID : 754cf49f:6e88dcc2:25005497:2b83f9e9
Creation Time : Tue Mar 20 22:28:11 2012
Raid Level : raid0
Raid Devices : 2
Total Devices : 2
Preferred Minor : 3
Update Time : Tue Mar 20 22:28:11 2012
State : active
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Checksum : 7c59057a - correct
Events : 1
Chunk Size : 64K
Number Major Minor RaidDevice State
this 0 8 33 0 active sync /dev/sdc1
0 0 8 33 0 active sync /dev/sdc1
1 1 8 49 1 active sync /dev/sdd1
mdadm --examine /dev/sdb1
/dev/sdb1:
Magic : a92b4efc
Version : 0.90.00
UUID : 754cf49f:6e88dcc2:25005497:2b83f9e9
Creation Time : Tue Mar 20 22:28:11 2012
Raid Level : raid0
Raid Devices : 2
Total Devices : 2
Preferred Minor : 3
Update Time : Tue Mar 20 22:28:11 2012
State : active
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Checksum : 7c59058c - correct
Events : 1
Chunk Size : 64K
Number Major Minor RaidDevice State
this 1 8 49 1 active sync /dev/sdd1
0 0 8 33 0 active sync /dev/sdc1
1 1 8 49 1 active sync /dev/sdd1
请注意,升级前这两个分区是 sdc1 和 sdd1,升级后它们是 sda1 和 sdb1。