나는 두 개의 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입니다.