Zum Inhalt springen

Ddrescue

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 27. Dezember 2013 um 17:36 Uhr durch Parzi (Diskussion | Beiträge) (References: References-Tag der deutschen Wikipedia eingesetzt.). Sie kann sich erheblich von der aktuellen Version unterscheiden.
Dieser Importartikel ist fälschlicherweise im Artikelnamensraum. Bitte verschiebe die Seite oder entferne diesen Baustein.
Dieser Artikel (Ddrescue) ist im Entstehen begriffen und noch nicht Bestandteil der freien Enzyklopädie Wikipedia.
Wenn du dies liest:
  • Der Text kann teilweise in einer Fremdsprache verfasst, unvollständig sein oder noch ungeprüfte Aussagen enthalten.
  • Wenn du Fragen zum Thema hast, nimm am besten Kontakt mit den Autoren auf.
Wenn du diesen Artikel überarbeitest:
  • Bitte denke daran, die Angaben im Artikel durch geeignete Quellen zu belegen und zu prüfen, ob er auch anderweitig den Richtlinien der Wikipedia entspricht (siehe Wikipedia:Artikel).
  • Nach erfolgter Übersetzung kannst du diese Vorlage entfernen und den Artikel in den Artikelnamensraum verschieben. Die entstehende Weiterleitung kannst du schnelllöschen lassen.
  • Importe inaktiver Accounts, die länger als drei Monate völlig unbearbeitet sind, werden gelöscht.

Vorlage:Infobox software

GNU Ddrescue is a data recovery tool. It copies data from one file or block device (hard disk, cdrom, etc.) to another, trying hard to rescue data in case of read errors. GNU ddrescue is a C++ program that was initially released in 2004 and is now in most GNU/Linux distributions.

Description

GNU ddrescue is not a derivative of dd, nor is related to dd in any way except in that both can be used for copying data from one device to another. The difference is that ddrescue uses a sophisticated algorithm to copy data from failing drives causing them as little additional damage as possible. [1] GNU ddrescue has the most sophisticated block-size-changing algorithm available in OSS, [2] [3] is considered an essential data recovery tool, [4] [5] and is used even by professionals. [6]

If you use the logfile feature of ddrescue, the data is rescued very efficiently, (only the needed blocks are read). Also you can interrupt the rescue at any time and resume it later at the same point.

Ddrescue does not write zeros to the output when it finds bad sectors in the input, and does not truncate the output file if not asked to. So, every time you run it on the same output file, it tries to fill in the gaps without wiping out the data already rescued.

Other uses

Automatic merging of backups: If you have two or more damaged copies of a file, cdrom, etc., and run ddrescue on all of them, one at a time, with the same output file, you will probably obtain a complete and error-free file. This is so because the probability of having the same area damaged in all copies is low. Using the logfile, only the needed blocks are read from the second and successive copies.

Ddrescue recommends lzip for compression of backups because the lzip format is designed for long-term data archiving and provides data recovery capabilities which nicely complement those of ddrescue. (Ddrescue fills unreadable sectors with data from other copies, while lziprecover corrects corrupt sectors with data from other copies). If the cause of file corruption is damaged media, the combination ddrescue + lziprecover is the best option for recovering data from multiple damaged copies.

Ddrescue also features a "fill mode" able to selectively overwrite parts of the output file, which has a number of interesting uses like wiping data, marking bad areas or even, in some cases, "repair" damaged sectors. [7]

See also

Einzelnachweise

  1. GNU ddrescue Manual. The GNU project, abgerufen am 6. September 2013.
  2. Disk drive recovery: ddrescue, dd_rescue, dd_rhelp. John Gilmore, abgerufen am 6. September 2013.
  3. Damaged Hard Disk. www.cgsecurity.org, abgerufen am 6. September 2013.
  4. Best Data Recovery Tools - Top 10 List. Geekyprojects, abgerufen am 6. September 2013.
  5. 12 essential system recovery tools. PC Plus Issue 303 22nd Jan 2011, abgerufen am 6. September 2013.
  6. gnu ddrescue to the rescue! Jelsoft Enterprises Ltd., abgerufen am 6. September 2013.
  7. Ddrescue - Data recovery tool. The GNU project, abgerufen am 6. September 2013.
==External links==
* [http://www.gnu.org/software/ddrescue/ddrescue.html GNU ddrescue].
* [http://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html GNU ddrescue Manual].

[[Category:Data recovery]]
[[Category:Hard disk software]]
[[Category:Unix software]]

[[es:Ddrescue]]
[[fr:Ddrescue]]