从无法挂载的分区恢复数据

从无法挂载的分区恢复数据

损坏的硬盘的一个分区无法安装

如果硬盘出现错误,其中一个分区无法挂载,而其他分区都已挂载,这意味着什么? (特别是第一个引导分区可以挂载,意味着分区表应该可用。)

从无法安装的状态中恢复

如果我无法安装分区,我将无法恢复分区。 Debian 有哪些工具(可能在 forensics-all 中)可以从不可安装的磁盘/分区恢复数据?

哪些工具不起作用: dd dc3dd extundelete gddrescue (gnu ddrescue) myrescue

if mounted:
ddrescue: Can't open input file: No such file or directory

if not mounted:
ddrescue: Can't open input file: Permission denied

https://packages.debian.org/jessie-backports/forensics-all

安装错误

/dev/sdc1 at /media/data: Command-line `mount -t "ext4" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdc1" "/media/data"' exited with non-zero exit status 32:

mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or helper program, or other error

In some cases useful info is found in syslog - try
       dmesg | tail or so.

(udisks-error-quark, 0)

答案1

dd 和 gddrescue 都能够从不可安装的映像中恢复数据。错误信息的原因是缺少root权限。您需要以 root 身份运行 dd 或 ddrescue。

相关内容