Failsafe dd
0. Contents
This is the documentation of faildd-1.0.3.
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, 14 Dec 2002 16:36:44 +0200)
with docmaker.php
(last updated: Tue, 13 Aug 2002 14:17:29 +0300)
at Sat, 14 Dec 2002 16:36:46 +0200