救援系统中:
[email protected] ~ # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 2.8G 1 loop
然后工单回复
As requested, we have checked the server once again and replaced the raid controller again, somehow the server is still not possible to start your system and ends up in grub rescue shell.
根据要求,我们再次检查了服务器并再次更换了 raid 控制器,不知何故服务器仍然无法启动您的系统并最终进入 grub rescue shell。
现在救援系统中,能识别出来了
[email protected] ~ # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 2.8G 1 loop
sda 8:0 1 136.4T 0 disk
├─sda1 8:1 1 4G 0 part
├─sda2 8:2 1 1G 0 part
├─sda3 8:3 1 2T 0 part
├─sda4 8:4 1 116.2T 0 part
└─sda5 8:5 1 1M 0 part
但是系统还是无法开机
识别文件格式为:
[email protected] ~ # file -s /dev/sda4
/dev/sda4: data
这是ai的回复:
根据您提供的输出结果,/dev/sda3 磁盘没有被正确识别为文件系统类型,而是被识别为“data”类型,这意味着该磁盘可能已经损坏或者没有被格式化。
您可以尝试使用 TestDisk 等工具进行修复。如果您有备份,请考虑重新格式化磁盘并从备份中还原数据。
求大哥救命