[Forensics-changes] [SCM] debian-forensics/recoverdm branch, debian, updated. debian/0.20-2-6-g2a5693e

William Vera billy at billy.com.mx
Tue Sep 7 22:33:12 UTC 2010


The following commit has been merged in the debian branch:
commit 2a5693e2dec141af84da62f8cdd33ba7bdbdc0b5
Author: William Vera <billy at billy.com.mx>
Date:   Tue Sep 7 17:39:06 2010 -0500

    Closes #589398

diff --git a/debian/control b/debian/control
index f4c7da1..693b97f 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: recover files/disks with damaged sectors
  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
+ files as well complete devices. In case it 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
diff --git a/recoverdm.1 b/recoverdm.1
index e69de29..78fc105 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 output file 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 useful 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 bad blocks.
+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