summaryrefslogtreecommitdiffstats
path: root/system/recoverdm/README
diff options
context:
space:
mode:
author Binh Nguyen2010-07-28 00:23:55 +0200
committer Erik Hanson2010-07-28 00:23:55 +0200
commitdaabcbdca34e5a20fb6845aee3ea1ea76fa19290 (patch)
tree06c47cee03aac4d633cd77bab875d69f39da7c27 /system/recoverdm/README
parentaf328c2e006fa025e8d351102d8fd169f07acdc2 (diff)
downloadslackbuilds-daabcbdca34e5a20fb6845aee3ea1ea76fa19290.tar.gz
system/recoverdm: Added (recover files/disks with damaged sectors)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/recoverdm/README')
-rw-r--r--system/recoverdm/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/recoverdm/README b/system/recoverdm/README
new file mode 100644
index 0000000000..64837ab8e9
--- /dev/null
+++ b/system/recoverdm/README
@@ -0,0 +1,13 @@
+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.