GNU ddrescue: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. | |||
GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. | |||
Requirements: | |||
* GCC runtime (0.6.5) | * GCC runtime (0.6.5) | ||
* GCC Core (4.4.6) | * GCC Core (4.4.6) | ||
==Link== | ==Link== | ||
* Official Web Site: http://www.gnu.org/software/ddrescue/ddrescue.html | * Official Web Site: http://www.gnu.org/software/ddrescue/ddrescue.html | ||
*Download: [http://hobbes.nmsu.edu/h-search.php?key=ddrescue] | |||
==License== | ==License== | ||
Open Source- GNU GPL V3 | Open Source - GNU GPL V3 | ||
==Author== | ==Author== | ||
* Port: [[Gianfilippo Cimmino]] | * Port: [[Gianfilippo Cimmino]] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Revision as of 23:21, 30 August 2017
GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.
Requirements:
- GCC runtime (0.6.5)
- GCC Core (4.4.6)
Link
- Official Web Site: http://www.gnu.org/software/ddrescue/ddrescue.html
- Download: [1]
License
Open Source - GNU GPL V3
Author
- Port: Gianfilippo Cimmino