内核恐慌 - 不知道如何解决

Noe*_*res 1 linux centos

我的 Alfresco 服务器突然停止启动并在启动时给我这条消息:

ACPI: Getting cpuindex for acpiid 0x5
ACPI: Getting cpuindex for acpiid 0x6
ACPI: Getting cpuindex for acpiid 0x7
Red Hat nash version 5.1.19.6 starting
    Reading all physical volumes. This may take a while...
    Found volume group "VolGroup00" using metadata type lvm2
    3 logical volume(s) in volume group "VolGroup00" now active
ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata1.00: BMDMA stat 0x24
ata1.00: cmd c8/00:00:3d:19:86/00:00:00:00:00/e0 tag 0 dma 131072 in
ata1.00: status: { DRDY DF ERR }
ata1.00: error: { ABRT }
ata1.00: revalidation failed (errno=-5)
ata1.00: revalidation failed (errno=-5)
ata1.00: revalidation failed (errno=-5)
JBD: Failed to read block at offset 21726
EXT3-f: error loading journal.
Buffer I/O error on device dm-0, logical block 2057
mount: error mounting /dev/root on /sysroot as ext3: Invalid argument
setuproot: moving /dev failed: No such file or directory
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
switchroot: mount failed: No such file or directory
Kernel panic - not syncing: Attempted to kill init!
Run Code Online (Sandbox Code Playgroud)

这是我第一次遇到这种情况。可以肯定地说问题出在硬盘上吗?我想尝试将硬盘驱动器安装到另一个系统,以便我可以检索文件。我该如何修复这个系统?或者,如果您认为这是无法修复的,我是否应该开始创建一个新服务器来替换这个服务器?

Tom*_*nor 7

对于你的损失,我真的很抱歉。

那个磁盘已经死了。

ata1.00: cmd c8/00:00:3d:19:86/00:00:00:00:00/e0 tag 0 dma 131072 in
ata1.00: status: { DRDY DF ERR }
ata1.00: error: { ABRT }
Run Code Online (Sandbox Code Playgroud)

这几乎是垂死的 SATA 磁盘的绝唱。

您可能应该创建一个新服务器,从上次已知的良好备份中恢复,然后继续。

您可能想要调查服务器上多个磁盘的 RAID,以提供抵御磁盘故障的能力。

  • @dashmug 你可能会从驱动器上拿走一些东西,或者你可能会让情况变得更糟。如果这很重要,请将其发送给专业的数据恢复服务。 (3认同)
  • RIP,忠实的驱动器。 (2认同)