我之前运行的 Debian 服务器今天早上基本就死机了。最后我搬到了一台新服务器,反正我当时正在准备(运行 CentOS),我有一些备份,但其余的都在旧服务器的不稳定磁盘上。
所以我让主机将它连接到我的新服务器,我只需要该磁盘上的 mysql 文件(.myd)等,因为我没有某些数据库的备份。
所有其他分区都挂载正常,但 1 号分区有问题,我认为该分区有我需要的数据
当我运行以下命令时
mount /dev/sdb3 /media/3
mount: you must specify the filesystem type
我尝试运行 fsck /dev/sdb3 并得到以下结果
fsck /dev/sdb3
fsck from util-linux-ng 2.17.2
e2fsck 1.41.12 (17-May-2010)
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb3
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
所以我做了一些挖掘,甚至尝试了这个
dumpe2fs /dev/sdb3 | grep superblock
dumpe2fs 1.41.12 (17-May-2010)
dumpe2fs: Bad magic number in super-block while trying to open /dev/sdb3
Couldn't find valid filesystem superblock.
完全没有主意了,有人能帮我解决这个问题吗,或者是时候注销数据丢失了