Imported Upstream version 0.79.3
This commit is contained in:
@@ -111,8 +111,8 @@ Omit the \fB-e corr.ecc\fP options when working with augmented images in the exa
|
||||
Action selection (at least one action must be specified):
|
||||
.TP
|
||||
.B \-r, \-\-read
|
||||
Read the medium image to hard disc. Use -rn-m to read a certain sector range,
|
||||
e.g. -r100-200.
|
||||
Read the medium image to hard disc. Use \-rn-m to read a certain sector range,
|
||||
e.g. \-r100-200.
|
||||
.TP
|
||||
.B \-c, \-\-create
|
||||
Create .ecc information for the medium image.
|
||||
@@ -167,8 +167,56 @@ Possible values are RS02 and RS03.
|
||||
.B \-j, \-\-jump n
|
||||
jump n sectors forward after a read error (default: 16).
|
||||
.TP
|
||||
.B \-n, \-\-redundancy n%
|
||||
sets redundancy for error correction (default: 14.3%).
|
||||
.B \-n, \-\-redundancy n[unit]
|
||||
Error correction data redundancy. Allowed values depend
|
||||
on the codec:
|
||||
|
||||
.RS
|
||||
RS01- and RS03-error correction files
|
||||
.RS
|
||||
\-n x\ \ creates error correction file with x roots.
|
||||
.RE
|
||||
.RS
|
||||
\-n x% creates error correction file with x percent redundancy.
|
||||
.RE
|
||||
.RS
|
||||
\-n xm creates error correction file of approx. x MB size.
|
||||
.RE
|
||||
.RS
|
||||
\-n normal - optimized codec for 14.3% redundancy/32 roots.
|
||||
.RE
|
||||
.RS
|
||||
\-n high\ \ \ - optimized codec for 33.5% redundancy/64 roots.
|
||||
.RE
|
||||
.RE
|
||||
|
||||
.RS
|
||||
RS02 images:
|
||||
.RS
|
||||
\-n CD\ \ \ augments image suitable for CD media.
|
||||
.RE
|
||||
.RS
|
||||
\-n DVD\ \ augments image suitable for DVD media.
|
||||
.RE
|
||||
.RS
|
||||
\-n DVD9 augments image suitable for DVD9 media.
|
||||
.RE
|
||||
.RS
|
||||
\-n BD\ \ \ augments image suitable for BD media.
|
||||
.RE
|
||||
.RS
|
||||
\-n BD2\ augments image suitable for two layered BD media.
|
||||
.RE
|
||||
.RS
|
||||
\-n x\ \ \ \ augments image using approx. x sectors in total.
|
||||
.RE
|
||||
.RS
|
||||
\-n x%\ \ \ augments image with approx. x% redundancy.
|
||||
.RE
|
||||
.RS
|
||||
\-n xr\ \ \ augments image with x roots error correction data.
|
||||
.RE
|
||||
.RE
|
||||
.TP
|
||||
.B \-m, \-\-method n
|
||||
lists/selects error correction methods (default: RS01).
|
||||
@@ -192,7 +240,7 @@ use optimized strategy for reading damaged media.
|
||||
automatically add .iso and .ecc file suffixes.
|
||||
.TP
|
||||
.B \-\-cache-size n
|
||||
image cache size in MB during -c mode (default: 32MB).
|
||||
image cache size in MB during \-c mode (default: 32MB).
|
||||
.TP
|
||||
.B \-\-dao
|
||||
assume DAO disc; do not trim image end.
|
||||
@@ -201,9 +249,13 @@ assume DAO disc; do not trim image end.
|
||||
Specifies the sub directory for storing incomplete raw sectors.
|
||||
.TP
|
||||
.B \-\-driver d (Linux only)
|
||||
dvdisaster uses the optical drive interface by default. This may cause
|
||||
system failures on some ancient SCSI controllers. Try using the generic
|
||||
SCSI driver with the option \-\-driver=sg in such cases.
|
||||
Selects between the sg (SG_IO) driver (default setting) and the
|
||||
older cdrom (CDROM_SEND_PACKET) driver for accessing the optical drives.
|
||||
Both drivers should work equally well; however the cdrom driver is known
|
||||
to cause system failures on some ancient SCSI controllers.
|
||||
The older cdrom driver was the default upto and including dvdisaster 0.72.x;
|
||||
if the now pre-selected sg driver changes something to the worse for you
|
||||
please switch back to the older driver using \-\-driver=cdrom.
|
||||
.TP
|
||||
.B \-\-eject
|
||||
eject medium after successful read.
|
||||
@@ -215,12 +267,12 @@ fill unreadable sectors with byte n
|
||||
continue reading after potentially fatal error condition.
|
||||
.TP
|
||||
.B \-\-internal-rereads n
|
||||
internal read attempts for defective CD media sectors (default: -1)
|
||||
internal read attempts for defective CD media sectors (default: \-1)
|
||||
.RS
|
||||
The drive firmware usually retries unreadable sectors a few times before
|
||||
giving up and returning a read error. It is more efficient to set this to 0 or 1
|
||||
and manage read attempts through the --read-attempts parameter. Most drives ignore
|
||||
this setting anyways. Use -1 to leave the drive at its default setting.
|
||||
and manage read attempts through the \-\-read-attempts parameter. Most drives ignore
|
||||
this setting anyways. Use \-1 to leave the drive at its default setting.
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-old-ds-marker
|
||||
@@ -245,7 +297,7 @@ Using a value of n uses approx. n MB of RAM.
|
||||
selects raw reading mode for CD media (default: 20)
|
||||
.RS
|
||||
The recommended mode is 20, which makes the drive apply its built-in error
|
||||
correction to the best possible extent before transfering a defective sector.
|
||||
correction to the best possible extent before transferring a defective sector.
|
||||
However some drives can only read defective sectors using mode 21, skipping
|
||||
the last stage of the internal error correction and returning
|
||||
the uncorrected sector instead.
|
||||
|
||||
Reference in New Issue
Block a user