[Forensics-changes] [SCM] debian-forensics/recoverdm branch, debian-sid, updated. upstream/0.19-13-g4a3b875

Christophe Monniez christophe.monniez at fccu.be
Mon Feb 11 20:55:46 UTC 2008


The following commit has been merged in the debian-sid branch:
commit 6fbfdbf632c642d56030818d03dce8d0078500a1
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Mon Feb 11 21:56:25 2008 +0100

    Added a man page for recoverdm

diff --git a/recoverdm.1 b/recoverdm.1
index e69de29..90fd7b3 100644
--- a/recoverdm.1
+++ b/recoverdm.1
@@ -0,0 +1,52 @@
+.TH RECOVERDM 1 "Version 0.19 " "recoverdm"
+
+.SH NAME
+recoverdm \- recover files\/disks with damaged sectors
+
+.SH SYNOPSIS
+.I recoverdm
+\-t type \-i file\/devicein \-o fileout [\-l list] [\-n retries] [\-s speed]
+.SH DESCRIPTION
+.LP
+.I recoverdm
+This program will help you recover disks with bad sectors. You can recover files as well complete devices.
+In case if finds sectors which simply cannot be recoverd, it writes an empty sector to the outputfile and continues.
+If you're recovering a CD or a DVD and the program cannot read the sector in "normal mode",
+then the program will try to read the sector in "RAW mode" (without error-checking etc.).
+This toolkit also has a utility called 'mergebad': mergebad merges multiple images into one.
+This can be usefull when you have, for example, multiple CD's with the same data which are all damaged.
+In such case, you can then first use recoverdm to retrieve the data from the damaged CD's into image-files and then combine them into one image with mergebad.
+.SH OPTIONS
+.TP
+.I "\-t type"
+is 1 for files, 10 for floppy disks and 40 for IDE disks (try -h for a complete list)
+.TP
+.I "\-i file\/devicein"
+is the device or file you want to recover.
+.TP
+.I "\-o fileout"
+is the file where to write to. This file should not already exists.
+.TP
+.I "\-l list"
+This file will contain the offsets of the bad blocks as well as the size of the badblocks.
+This file can be used together with the image with the mergebad utility.
+.TP
+.I "\-n retries"
+Number of retries before going on with next sector, defaults to 6.
+.TP
+.I "\-r RAW read"
+Number of retries while reading in RAW mode before going on with next sector, default to 6.
+.TP
+.I "\-s rotation speed"
+Speed of the CD\-ROM\/DVD, defaults to 1.
+.TP
+.I "\-h"
+Gives the help message.
+
+.SH SEE ALSO
+gddrescue(1), dd_rescue(1), testdisk(1), gpart(1)
+
+.SH AUTHOR
+Folkert van Heusden <flok at xs4all.nl>,
+.br
+Home page is <http://www.vanheusden.com/recoverdm/>

-- 
debian-forensics/recoverdm



More information about the forensics-changes mailing list