Difference between revisions of "Dd rescue"
From Forensics Wiki
(→Example) |
(→See also) |
||
| (One intermediate revision by one user not shown) | |||
| Line 4: | Line 4: | ||
genre = {{Disk imaging}} | | genre = {{Disk imaging}} | | ||
license = {{GPL}} | | license = {{GPL}} | | ||
| − | website = [http://www.garloff.de/kurt/linux/ddrescue/] | + | website = [http://www.garloff.de/kurt/linux/ddrescue/ www.garloff.de/kurt/linux/ddrescue/] |
}} | }} | ||
| − | '''dd_rescure''', is an an advanced evolution of [[dd]], a command line program that has been ported only for UNIX/Linux | + | '''dd_rescure''', is an an advanced evolution of [[dd]], a command line program that has been ported only for UNIX/Linux. The program uses a complex series of flags to allow the user to image or write data from and to [[raw image file|raw image files]]. Like [[dcfldd]], the program makes an effort to keep the user apprised of the status of the current operation. |
| − | == | + | == Sample usage == |
Here is a common dd_rescue command: | Here is a common dd_rescue command: | ||
| Line 15: | Line 15: | ||
'''UNIX/Linux''' | '''UNIX/Linux''' | ||
| − | dd_rescue /dev/hda myfile.img | + | <pre>$ dd_rescue /dev/hda myfile.img</pre> |
== Cautions == | == Cautions == | ||
| − | + | Unlike regular [[dd]], dd_rescue does not use the command line arguments <tt>if</tt> or <tt>of</tt>. | |
| − | + | ||
== See also == | == See also == | ||
| Line 28: | Line 27: | ||
* [[dcfldd]] | * [[dcfldd]] | ||
* [[dd]] | * [[dd]] | ||
| + | * [[ddrescue]] | ||
* [[sdd]] | * [[sdd]] | ||
Revision as of 15:31, 2 June 2007
| dd_rescure | |
|---|---|
| Maintainer: | {{{maintainer}}} |
| OS: | Linux |
| Genre: | Disk imaging |
| License: | GPL |
| Website: | www.garloff.de/kurt/linux/ddrescue/ |
dd_rescure, is an an advanced evolution of dd, a command line program that has been ported only for UNIX/Linux. The program uses a complex series of flags to allow the user to image or write data from and to raw image files. Like dcfldd, the program makes an effort to keep the user apprised of the status of the current operation.
Sample usage
Here is a common dd_rescue command:
UNIX/Linux
$ dd_rescue /dev/hda myfile.img
Cautions
Unlike regular dd, dd_rescue does not use the command line arguments if or of.