分页: 1 / 1
哪位大神推荐个能恢复移动硬盘里数据的软件
发表于 : 2022年 7月 26日 20:07
由 iiiiiiiii
家里熊孩子一不小心把WD mypassport给format了,里面有多年的照片。
希望哪位大神推荐个能恢复移动硬盘里数据的软件。
多谢
Re: 哪位大神推荐个能恢复移动硬盘里数据的软件
发表于 : 2022年 7月 26日 21:32
由 Jack12345
首先,第一要紧的 是把 原盘 做一个镜像 备份,生成 ISO 文件, 不要对原盘进行任何 写的操作。然后再对 备份的 ISO 文件操作。
具体哪个 恢复软件 好用,我没用过,不太清楚。有好多的,你都 试试?
DiskGenius,easyrecovery,UFS Explorer Professional recovery , 还有很多
Re: 哪位大神推荐个能恢复移动硬盘里数据的软件
发表于 : 2022年 7月 26日 22:37
由 iiiiiiiii
Jack12345 写了: 2022年 7月 26日 21:32
首先,第一要紧的 是把 原盘 做一个镜像 备份,生成 ISO 文件, 不要对原盘进行任何 写的操作。然后再对 备份的 ISO 文件操作。
具体哪个 恢复软件 好用,我没用过,不太清楚。有好多的,你都 试试?
DiskGenius,easyrecovery,UFS Explorer Professional recovery , 还有很多
非常感谢
Re: 哪位大神推荐个能恢复移动硬盘里数据的软件
发表于 : 2022年 7月 27日 02:22
由 wyr
use a linux ,
create a disk image first , plug in your usb disk then use the following command , replace xxx with your device , you can find the device by checking dmesg output after plugin ,
sudo dd if=/dev/xxx of=output.disk.file bs=4096
then use recovery software, i personally used testdisk
i have successfully recovered three such instances. 1 ntfs v3, 1 hfs and 1 hfs+
notice that if you had encryption on disk or bit lock on the disk, then you are screwed..otherwise, it should be pretty straight forward, the software will try to rebuild partiton table / file allocation table for ntfs hfs or hfs+(you have to tell what partition type was on the disk). if memory serves right all these modern file systems stores at least three copies of file allocation tables on each partition. and this software is pretty good at finding them. I remembered I once recovered ntfs V3 back in 2003 by writing my own code to look for ntfs redundant FAT copies on the disk . read a lot of NTFS documents at the time
Re: 哪位大神推荐个能恢复移动硬盘里数据的软件
发表于 : 2022年 7月 27日 03:31
由 laufine
同意一楼的说法,不要有任何写入,找一个恢复软件基本90%能恢复回来的,easyrecovery我之前用过恢复sd卡可以的
Re: 哪位大神推荐个能恢复移动硬盘里数据的软件
发表于 : 2022年 7月 31日 00:40
由 mrmaja
laufine 写了: 2022年 7月 27日 03:31
同意一楼的说法,不要有任何写入,找一个恢复软件基本90%能恢复回来的,easyrecovery我之前用过恢复sd卡可以的
同推荐easy recovery
另外记着重要备份的321原则
1、3份备份
除了原有的数据备份副本之外,应该始终保证有两个额外的备份副本或版本。假设一份备份被损坏的的机率为1/100,那么三份备份遭到损坏的机率便仅为1/1000000,意味着在原本的备份基础上多添加两份保障。
2、2种介质
至少在两种不同的存储介质上存储数据副本,包括内部驱动器,以及外部媒介,如磁盘、磁带、闪存、网络存储或云存储等。将备份存放在不同的介质中,为的就是降低单一介质遭遇损坏的风险。
3、1份异地
将至少一份备份数据存储在异地作为异地副本,备份数据之间的隔离十分重要,将外部存储设备与生产存储设备存放在同一空间的行为并不明智,一旦遭遇洪水火灾等自然灾害时,数据就可能会有”团灭”的危机。