我的一个HDD上有一个坏了的XFS文件系统。我运行了xfs_repair,它无法找到一个二级超级块来修复文件系统。因此,我无法装入HDD/分区。
我试图通过ddrescure备份一个NTFS硬盘到一个iso文件.不幸的是,我现在发现我的目标驱动器比源驱动器小4 KiB。所以我才没能完成后援。ddrescure显示,在我的硬盘上实际上没有坏的块或扇区,这让我假设,我的数据仍然在那里,但我无法访问它。
我是通过一个Live棒来这样做的,因为我无法通过Windows和一些用于这个用例的工具(在Windows中安装XFS )看到/挂载HDD。
是否有任何方法从不完整的映像或直接从我的HDD访问/恢复我的数据?
编辑:我从xfs_repair /dev/sdc1中走出
Phase 1 - find and verify superblock...
couldn't verify primary superblock - not enough secondary superblocks with matching geometry !!!
attempting to find secondary superblock...
[then plenty of these lines]
found candidate secondary superblock...
unable to verify superblock, continuing...
[then it finishes with this]
Sorry, could not find valid secondary superblock
Exiting now.发布于 2018-05-21 12:37:44
克隆磁盘,使其有多个副本。
使用为您的操作系统维护XFS的人打开一个支持用例。获取xfs_metadump输出以显示文件系统的当前状态,包括是否有辅助超级块。
恢复所有备份。或者让用户做好重建的准备。
https://serverfault.com/questions/913016
复制相似问题