GNU ddrescue: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
|Picture=NA.png | |Picture=NA.png | ||
|Version= | |Version= | ||
|Vendor= | |Vendor=FSF | ||
|Author= | |Author= | ||
|License= | |License=GNU GPL V3 | ||
|Download= | |Download= | ||
|Website=[http://www.gnu.org/software/ddrescue/ddrescue.html Official Site] | |Website=[http://www.gnu.org/software/ddrescue/ddrescue.html Official Site] | ||
}} | }} | ||
GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, | GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, CD-ROM, etc) to another, trying hard to rescue data in case of read errors. | ||
Requirements: | Requirements: | ||
* GCC runtime (0.6.5) | * GCC runtime (0.6.5) | ||
* GCC Core (4.4.6) | * GCC Core (4.4.6) | ||
Ported by [[Gianfilippo Cimmino]] | |||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Revision as of 23:42, 26 July 2023
GNU ddrescue | |
---|---|
![]() | |
Version | |
Vendor | FSF |
Author | |
License | GNU GPL V3 |
Download | |
Website | Official Site |
GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, CD-ROM, etc) to another, trying hard to rescue data in case of read errors.
Requirements:
- GCC runtime (0.6.5)
- GCC Core (4.4.6)
Ported by Gianfilippo Cimmino