Failsafe dd
0. Contents
This is the documentation of faildd-1.0.5.
1. Purpose
Imitate the behavior of the unix tool
dd
,
but in a way that is suitable for copying the contents
of a broken hard disk to another.
That is, ignore read errors, don't desync in stream positions and aim to minimal data loss.
1.1. What is dd?
This is a progrma to copy a file or data stream
to another file or data stream.
2. Copying
3. Requirements
A C++ compiler is required. The program also uses the
_llseek() syscall available only in Linux. You probably
have to customize the program if you want to use it in
something else than Linux.
4. Downloading
Generated from
progdesc.php (last updated: Sat, 25 Jan 2003 16:53:30 +0200)
with docmaker.php (last updated: Sun, 12 Jun 2005 06:08:02 +0300)
at Wed, 26 Apr 2006 11:21:35 +0300