Date: Mon, 23 Jan 2006 15:14:52 +0000 (UTC) From: Andrey Slusar <anray@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/recoverdm Makefile distinfo pkg-descr pkg-plist ports/sysutils/recoverdm/files patch-Makefile patch-io.c patch-mergebad.c patch-recoverdm.c patch-utils.h Message-ID: <200601231514.k0NFEqkU060100@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
anray 2006-01-23 15:14:52 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/recoverdm Makefile distinfo pkg-descr pkg-plist
sysutils/recoverdm/files patch-Makefile patch-io.c
patch-mergebad.c patch-recoverdm.c
patch-utils.h
Log:
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>
Revision Changes Path
1.733 +1 -0 ports/sysutils/Makefile
1.1 +21 -0 ports/sysutils/recoverdm/Makefile (new)
1.1 +3 -0 ports/sysutils/recoverdm/distinfo (new)
1.1 +38 -0 ports/sysutils/recoverdm/files/patch-Makefile (new)
1.1 +16 -0 ports/sysutils/recoverdm/files/patch-io.c (new)
1.1 +33 -0 ports/sysutils/recoverdm/files/patch-mergebad.c (new)
1.1 +38 -0 ports/sysutils/recoverdm/files/patch-recoverdm.c (new)
1.1 +15 -0 ports/sysutils/recoverdm/files/patch-utils.h (new)
1.1 +16 -0 ports/sysutils/recoverdm/pkg-descr (new)
1.1 +2 -0 ports/sysutils/recoverdm/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601231514.k0NFEqkU060100>
