[Forensics-changes] [SCM] recover files/disks with damaged sectors branch, debian, updated. debian/0.20-1

Daniel Baumann daniel at debian.org
Thu May 28 20:14:57 UTC 2009


The following commit has been merged in the debian branch:
commit c3a29ffc0d097832c534d5ec58df33e9ea998919
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu May 28 22:05:54 2009 +0200

    Re-adding manpage from recoverdm 0.19 which was removed by upstream in version 0.20 (for unknown reason; probably mistake).

diff --git a/debian/patches/01-manpage-removal.patch b/debian/patches/01-manpage-removal.patch
new file mode 100644
index 0000000..4c7a845
--- /dev/null
+++ b/debian/patches/01-manpage-removal.patch
@@ -0,0 +1,61 @@
+Author: Daniel Baumann <daniel at debian.org>
+Description:
+ Re-adding manpage from recoverdm 0.19 which was removed by upstream in version
+ 0.20 (for unknown reason; probably mistake).
+
+diff -Naurp recoverdm.orig/recoverdm.1 recoverdm/recoverdm.1
+--- recoverdm.orig/recoverdm.1	2009-05-28 19:58:40.000000000 +0000
++++ recoverdm/recoverdm.1	2009-05-28 20:03:39.000000000 +0000
+@@ -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/>
diff --git a/debian/patches/01-manpage.patch b/debian/patches/02-manpage-typo.patch
similarity index 100%
rename from debian/patches/01-manpage.patch
rename to debian/patches/02-manpage-typo.patch
diff --git a/debian/patches/series b/debian/patches/series
index 9d05b2b..160381f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-01-manpage.patch
+01-manpage-removal.patch
+02-manpage-typo.patch

-- 
recover files/disks with damaged sectors



More information about the forensics-changes mailing list