GNU ddrescue: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
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.
{{Software
|Picture=NA.png
|Version=1.24 (2019-04-04)
|Vendor=FSF
|Author=
|License=GNU GPL V3
|Download={{FileLink|Ddrescue_1-24.zip}}
|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, 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]]
==Link==
* Official Web Site: http://www.gnu.org/software/ddrescue/ddrescue.html
*Download: [http://hobbes.nmsu.edu/h-search.php?key=ddrescue]
 
==License==
Open Source - GNU GPL V3
 
==Author==
* Port: [[Gianfilippo Cimmino]]


[[Category:Open Source Software]]
[[Category:Open Source Software]]

Latest revision as of 17:04, 1 August 2023

GNU ddrescue
Version 1.24 (2019-04-04)
Vendor FSF
Author
License GNU GPL V3
Download Ddrescue_1-24.zip
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