强大的恢复功能

分区表修复、引导扇区重建、文件恢复与多系统支持。

立即下载 查看指南

技术命令

TestDisk 可修复的系统区域及参考命令。TestDisk 不修改 Windows 注册表。

Windows 启动修复

Bootrec
bootrec /FixBoot
bootrec /FixMbr
bootrec /RebuildBcd

Linux MBR 备份/恢复

dd
sudo dd if=/dev/sda of=~/mbr_backup.bin bs=512 count=1
sudo dd if=~/mbr_backup.bin of=/dev/sda bs=512 count=1

TestDisk/PhotoRec 日志

CLI
testdisk /log
photorec /log

Windows 注册表

None