注意到一个降级的团队,其中 /proc/mdstats 将一个设备标记为关闭。
所以我想将丢失的驱动器设置为故障并重新连接它。
不知为何,我得到了错误的驱动器,导致我的磁盘阵列无法正常工作。
我尝试使用 --assume-clean 重新创建 raid,但没有成功。我该怎么做才能恢复我的数据?
如下所示,看来 sdd 仍然包含带有有关降级 raid 信息的超级块。
raid5 包含一个 cryptsetup luks 分区。
[root@archiso ~]# mdadm --examine /dev/sda1 /dev/sda1: Magic : a92b4efc Version : 1.2 Feature Map : 0x0 Array UUID : d0e85136:224b9fce:71d459c2:3d4c7c82 Name : archiso:0 (local to host archiso) Creation Time : Thu Sep 9 09:26:17 2010 Raid Level : raid5 Raid Devices : 4
Avail Dev Size : 1953517954 (931.51 GiB 1000.20 GB) Array Size : 5860552704 (2794.53 GiB 3000.60 GB) Used Dev Size : 1953517568 (931.51 GiB 1000.20 GB) Data Offset : 2048 sectors Super Offset : 8 sectors State : clean Device UUID : a9525f08:f0c6dd3b:b52f190d:a098df0a
Update Time : Thu Sep 9 09:26:17 2010
Checksum : 73f26b10 - correct
Events : 0
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 0 Array State : AA.A ('A' == active, '.' == missing) [root@archiso ~]# mdadm --examine /dev/sdb1 /dev/sdb1: Magic : a92b4efc Version : 1.2 Feature Map : 0x0 Array UUID : d0e85136:224b9fce:71d459c2:3d4c7c82 Name : archiso:0 (local to host archiso) Creation Time : Thu Sep 9 09:26:17 2010 Raid Level : raid5 Raid Devices : 4
Avail Dev Size : 1953517954 (931.51 GiB 1000.20 GB) Array Size : 5860552704 (2794.53 GiB 3000.60 GB) Used Dev Size : 1953517568 (931.51 GiB 1000.20 GB) Data Offset : 2048 sectors Super Offset : 8 sectors State : clean Device UUID : eb089cca:c83ab79e:863c8178:eebe1c4f
Update Time : Thu Sep 9 09:26:17 2010
Checksum : 48adc84c - correct
Events : 0
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 1 Array State : AA.A ('A' == active, '.' == missing) [root@archiso ~]# mdadm --examine /dev/sdc1 /dev/sdc1: Magic : a92b4efc Version : 1.2 Feature Map : 0x0 Array UUID : d0e85136:224b9fce:71d459c2:3d4c7c82 Name : archiso:0 (local to host archiso) Creation Time : Thu Sep 9 09:26:17 2010 Raid Level : raid5 Raid Devices : 4
Avail Dev Size : 1953517954 (931.51 GiB 1000.20 GB) Array Size : 5860552704 (2794.53 GiB 3000.60 GB) Used Dev Size : 1953517568 (931.51 GiB 1000.20 GB) Data Offset : 2048 sectors Super Offset : 8 sectors State : clean Device UUID : cd7e5164:da8037a5:8ba219fc:efe5b05c
Update Time : Thu Sep 9 09:26:17 2010
Checksum : 7a101148 - correct
Events : 0
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 3 Array State : AA.A ('A' == active, '.' == missing) [root@archiso ~]# mdadm --examine /dev/sdd1 /dev/sdd1: Magic : a92b4efc Version : 0.90.00 UUID : 748b6c50:c383a4fd:e9ac99f0:185f7f8f Creation Time : Thu Jun 4 18:50:33 2009 Raid Level : raid5 Used Dev Size : 976759936 (931.51 GiB 1000.20 GB) Array Size : 2930279808 (2794.53 GiB 3000.61 GB) Raid Devices : 4 Total Devices : 4 Preferred Minor : 0
Update Time : Thu Sep 9 06:58:49 2010
State : clean
Active Devices : 2 Working Devices : 4 Failed Devices : 2 Spare Devices : 2 Checksum : b4728202 - correct Events : 2170510
Layout : left-symmetric
Chunk Size : 64K
Number Major Minor RaidDevice State
this 3 8 49 3 active sync /dev/sdd1
0 0 8 1 0 active sync /dev/sda1 1 1 0 0 1 faulty removed 2 2 0 0 2 faulty removed 3 3 8 49 3 active sync /dev/sdd1 4 4 8 33 4 spare /dev/sdc1 5 5 8 17 5 spare /dev/sdb1
原始的 mdadm.conf 行:
ARRAY /dev/md0 level=raid5 num-devices=4 metadata=0.90 UUID=748b6c50:c383a4fd:e9ac99f0:185f7f8f
答案1
我尝试使用--assume-clean重新创建突袭,但没有成功。
你应该这样做。你说的“不起作用”是什么意思?信息是什么?发生了什么?你是否用所有原始 RAID 阵列分区调用了 mdadm?
我该怎么做才能恢复我的数据?
从备份中恢复。如果你没有备份,那真是该受的教训(这很严厉,根本不是开玩笑)。
编辑:鉴于这是一个加密卷,如果您无法使 RAID 正常工作,则您绝对没有机会恢复任何数据。您可以只发布内容吗/proc/mdstat
?我不明白当前状态是什么(您的消息表明有 2 个驱动器发生故障,但只显示 1 个驱动器发生故障)。