Decision help
Error correction data can be either created in form of a separate error
correction file or it can be placed directly onto the medium.
Click on the answers to the following questions to find out which
method is most appropriate for you.
Do you need error correction data for a medium which already exists?
\n";
if($answer == 1)
{ echo "You need to create an error correction file\n";
echo "because an already existing medium can not be augmented with error correction data.\n";
}
if($answer >= 2)
{ echo "How many free space is left on the medium?\n";
echo "\n";
if($answer == 3)
{ echo "You can put the error correction data directly onto the medium.\n";
echo "To do so you must create an ISO image first and then augment it\n";
echo "with error correction data before you write it to the medium.\n";
}
if($answer == 4)
{ echo "There is not enough space left on the medium for storing the error correction data.\n";
echo "You must create a separate error correction file.\n";
}
}
?>
More information on keeping error correction data
dvdisaster helps protecting your media from data loss by
forehanded*) creation of error correction data.
Error correction data must be treated like normal backup data, e.g.
you need to keep it available during the whole lifetime of the
respective medium.
The easiest way is storing the error correction data on the medium
you want to protect. But this is only possible if the medium has not yet
been written: To employ this method you need to create an ISO image first,
then augment this image with error correction data, and finally write
the augmented image to the medium.
If the medium has already been written, or insufficient space is left for
augmenting the image, you still can create error correction data in form
of a free-standing error correction file.
This file must then be stored somewhere else, e.g. you need to take additional
provisions to archive your error
correction files.
More information about the pro and con of these methods
can be found in the old documentation.