logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Data Recovery with ddrescue - Recover Damaged Devices | Online Free DevTools by Hexmos

Recover data with ddrescue, a powerful command-line data recovery tool for damaged block devices. Clone disks, create images, and manage recovery processes efficiently. Free online tool, no registration required.

ddrescue

Data recovery tool that reads data from damaged block devices. More information: https://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html#Invoking-ddrescue.

  • Take an image of a device, creating a log file:

sudo ddrescue {{/dev/sdb}} {{path/to/image.dd}} {{path/to/log.txt}}

  • Clone Disk A to Disk B, creating a log file:

sudo ddrescue {{[-f|--force]}} {{[-n|--no-scrape]}} {{/dev/sdX}} {{/dev/sdY}} {{path/to/log.txt}}

See Also