最近我对我的 Ubuntu 进行了更新,它一开始似乎可以工作,但重启后显示:
kernell ofset relocation range kernel panic not syncing: VFS
我尝试使用 Grub 中的其他旧内核,但它们似乎都存在同样的问题
我已更新的 Ubuntu 是在 Bios 中安装在名为“MainRaid”的 Intel Rapid raid 上的(Raid 在发布期间报告为工作正常)它还启动了 Grub 并尝试加载内核(未成功)
我已经下载了 ubuntu 22 并制作了一个可启动棒,我尝试通过从我的 raid 复制数据来保存数据(通过使用实时版本),问题是我无法让 raid 再次被发现
首先我跑sudo fdisk -l
我可以看到三张光盘,两张是物理的(突袭成员),一张是虚拟的,这是我的输出:
Disk /dev/sda: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: ADATA SU800
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 3DF57144-44CA-4ABA-841F-56CAFB326190
Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 1054719 1050624 513M EFI System
/dev/sda3 1054720 500113407 499058688 238G Linux filesystem
GPT PMBR size mismatch (500113671 != 500118191) will be corrected by write.
The backup GPT table is not on the end of the device.
Disk /dev/sdb: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: ADATA SU800
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 3DF57144-44CA-4ABA-841F-56CAFB326190
Device Start End Sectors Size Type
/dev/sdb1 2048 4095 2048 1M BIOS boot
/dev/sdb2 4096 1054719 1050624 513M EFI System
/dev/sdb3 1054720 500113407 499058688 238G Linux filesystem
Disk /dev/mapper/isw_dcffbfjabb_MainRaid: 238.47 GiB, 256058200064 bytes, 500113672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 3DF57144-44CA-4ABA-841F-56CAFB326190
Device Start End Sectors Size Type
/dev/mapper/isw_dcffbfjabb_MainRaid-part1 2048 4095 2048 1M BIOS bo
/dev/mapper/isw_dcffbfjabb_MainRaid-part2 4096 1054719 1050624 513M EFI Sys
/dev/mapper/isw_dcffbfjabb_MainRaid-part3 1054720 500113407 499058688 238G Linux f
首先我尝试恢复突袭:
root@ubuntu:~# mdadm --assemble --run /dev/test /dev/sdb /dev/sda
mdadm: /dev/sdb is busy - skipping
mdadm: /dev/sda is busy - skipping
我也尝试这样:
root@ubuntu:~# mdadm --assemble --run /dev/sdb /dev/sda
mdadm: device /dev/sdb exists but is not an md array.
然后我试图阻止突袭
root@ubuntu:~# sudo mdadm --stop /dev/mapper/isw_dcffbfjabb_MainRaid
mdadm: /dev/mapper/isw_dcffbfjabb_MainRaid does not appear to be an md device
然后尝试停止光盘:
root@ubuntu:~# sudo mdadm --stop /dev/sda
mdadm: /dev/sda does not appear to be an md device
然后我尝试安装 raid 和/或单个磁盘
root@ubuntu:~# sudo mkdir /media/dysk1
root@ubuntu:~# sudo mount /dev/sdb /media/dysk1
mount: /media/dysk1: unknown filesystem type 'isw_raid_member'.
root@ubuntu:~# sudo mount /dev/mapper/isw_dcffbfjabb_MainRaid /media/dysk1
mount: /media/dysk1: wrong fs type, bad option, bad superblock on /dev/mapper/isw_dcffbfjabb_MainRaid, missing codepage or helper program, or other error.
root@ubuntu:~# sudo mount /dev/mapper/isw_dcffbfjabb_MainRaid-part3 /media/dysk1
mount: /media/dysk1: special device /dev/mapper/isw_dcffbfjabb_MainRaid-part3 does not exist.
我也这样做了root@ubuntu:~# sudo mdadm --assemble --scan
,但没有输出
我也这么做了
root@ubuntu:~# vgdisplay -v
No volume groups found.
root@ubuntu:~# cat /proc/mdstat
Personalities :
unused devices: <none>
另外,为了参考,我粘贴了root@ubuntu:~# mdadm --examine /dev/sd*
输出:
/dev/sda:
Magic : Intel Raid ISM Cfg Sig.
Version : 1.1.00
Orig Family : c205c8e3
Family : c205c8e3
Generation : 00000093
Creation Time : Unknown
Attributes : All supported
UUID : 64df4ed2:d29bea98:7891e9e2:8ecad7d4
Checksum : 7df1adb5 correct
MPB Sectors : 1
Disks : 2
RAID Devices : 1
Disk00 Serial : 2J4120021118
State : active
Id : 00000004
Usable Size : 500113408 (238.47 GiB 256.06 GB)
[MainRaid]:
Subarray : 0
UUID : a64d17c4:6122eb8d:38f49b03:c224e286
RAID Level : 1
Members : 2
Slots : [UU]
Failed disk : none
This Slot : 0
Sector Size : 512
Array Size : 500113408 (238.47 GiB 256.06 GB)
Per Dev Size : 500113672 (238.47 GiB 256.06 GB)
Sector Offset : 0
Num Stripes : 1953568
Chunk Size : 64 KiB
Reserved : 0
Migrate State : idle
Map State : normal
Dirty State : clean
RWH Policy : off
Volume ID : 1
Disk01 Serial : 2H3920011233
State : active
Id : 00000005
Usable Size : 500113408 (238.47 GiB 256.06 GB)
/dev/sdb:
Magic : Intel Raid ISM Cfg Sig.
Version : 1.1.00
Orig Family : c205c8e3
Family : c205c8e3
Generation : 00000093
Creation Time : Unknown
Attributes : All supported
UUID : 64df4ed2:d29bea98:7891e9e2:8ecad7d4
Checksum : 7df1adb5 correct
MPB Sectors : 1
Disks : 2
RAID Devices : 1
Disk01 Serial : 2H3920011233
State : active
Id : 00000005
Usable Size : 500113408 (238.47 GiB 256.06 GB)
[MainRaid]:
Subarray : 0
UUID : a64d17c4:6122eb8d:38f49b03:c224e286
RAID Level : 1
Members : 2
Slots : [UU]
Failed disk : none
This Slot : 1
Sector Size : 512
Array Size : 500113408 (238.47 GiB 256.06 GB)
Per Dev Size : 500113672 (238.47 GiB 256.06 GB)
Sector Offset : 0
Num Stripes : 1953568
Chunk Size : 64 KiB
Reserved : 0
Migrate State : idle
Map State : normal
Dirty State : clean
RWH Policy : off
Volume ID : 1
Disk00 Serial : 2J4120021118
State : active
Id : 00000004
Usable Size : 500113408 (238.47 GiB 256.06 GB)
/dev/sdc:
MBR Magic : aa55
Partition[0] : 30431232 sectors at 2048 (type 0c)
/dev/sdc1:
MBR Magic : aa55
Partition[0] : 1851859059 sectors at 1936028272 (type 68)
Partition[1] : 538976288 sectors at 1330184192 (type 79)
Partition[2] : 1398362912 sectors at 538989391 (type 53)
Partition[3] : 21337 sectors at 1394627663 (type 49)
我的磁盘上有非常重要的数据,我决心以某种方式访问它,有人知道发生了什么事吗?