diff options
author | anray <anray@FreeBSD.org> | 2006-01-23 23:14:52 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-23 23:14:52 +0800 |
commit | 39f7f56b5c764fa86c7d8238b2e176308b3e3ee9 (patch) | |
tree | 67465f6c51ec2cd4e39ec4b73d3016f119d91de4 /sysutils/Makefile | |
parent | 084d567e42ece165a0be872502ad235bb5e7c878 (diff) | |
download | freebsd-ports-gnome-39f7f56b5c764fa86c7d8238b2e176308b3e3ee9.tar.gz freebsd-ports-gnome-39f7f56b5c764fa86c7d8238b2e176308b3e3ee9.tar.zst freebsd-ports-gnome-39f7f56b5c764fa86c7d8238b2e176308b3e3ee9.zip |
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.
WWW: http://www.vanheusden.com/recoverdm/
PR: ports/92148
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cd05a0e85c3f..bf89efa5ed35 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -449,6 +449,7 @@ SUBDIR += rdiff-backup SUBDIR += rdiff-backup-devel SUBDIR += readlink + SUBDIR += recoverdm SUBDIR += reed SUBDIR += rej SUBDIR += relaxconf |