各位好
最近公司有台架设在Esxi底下的CentOS突然无法开机
开机时会出现如下的错误讯息
mount" error mounting /dev/root on /sysroot as ext3: Invalid argument
setuproot: moving /dev failed : No such file or directory
setuproot: error mouting /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!
后来使用rescue模式,想说救救看
结果不管是用fsck还是e2fsck,都会出现superblock错误
因此就在另外一台主机上,先还原之前做过的整机备份
也顺利地在新主机上开启成功
现在想请问的是,如果想要把这段时间的资料救援回来
能使用新主机的磁盘设定来救援旧主机
还是将旧主机的vmdk档挂载在新主机后
再mount起来复制资料呢?
另外,CentOS系统有使用LVM
在资料救援上是否有什么需要注意的地方呢?谢谢!
PS:Esxi为6.0版,CentOS为5.9版