265 lines
9.0 KiB
HTML
265 lines
9.0 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
<title>Technical Questions</title>
|
|
<link rel="stylesheet" type="text/css" href="../include/dvdisaster.css">
|
|
</head>
|
|
<body>
|
|
|
|
<!--- Title header --->
|
|
<table width="100%" cellpadding="0" border="0">
|
|
<tr>
|
|
<td align="left">
|
|
<font size="+3"><b>dvdisaster</b></font>
|
|
<i>Version 0.72 (pl3)</i>
|
|
</td>
|
|
<td align="right">
|
|
<font size="+3"> </font><a href="http://dvdisaster.net/en/">To the Internet version</a>
|
|
<a href="../de/qa10.html"></a>
|
|
|
|
<a href="../ru/qa10.html"></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!--- Language chooser or separator --->
|
|
<table width="100%" cellpadding="0" border="0">
|
|
<tr bgcolor="#000000">
|
|
<td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
|
|
</tr>
|
|
<tr><td colspan="2" width="100%" height="10">
|
|
<img width=1 height=1 alt="">
|
|
</td></tr>
|
|
</table>
|
|
|
|
<!--- Main body (Navigation, actual page content, optional news column) --->
|
|
<table width="100%" cellspacing=0>
|
|
<tr>
|
|
<!--- Navigation --->
|
|
<td bgcolor="#f0f0f0" valign="top" width="20%">
|
|
<table width="100%" cellpadding="10">
|
|
<tr>
|
|
<td>
|
|
<font size="-1"><b>Contents</b></font>
|
|
<table width="100%" cellpadding="0" cellspacing="0">
|
|
<tr bgcolor="#000000">
|
|
<td width="100%"><img width=1 height=1 alt=""></td>
|
|
</tr>
|
|
</table><p>
|
|
|
|
<table width="100%">
|
|
|
|
<tr><td colspan=3><font size="-1"><a href="news.html">News</a></font></td></tr>
|
|
<tr><td></td><td></td><td height="10"></td></tr>
|
|
<tr><td colspan=3><font size="-1"><a href="index.html">Overview</a></font></td></tr>
|
|
<tr><td></td><td></td><td height="10"></td></tr>
|
|
<tr><td colspan=3><font size="-1"><a href="howtos.html">Howtos</a></font></td></tr>
|
|
<tr><td></td><td></td><td height="10"></td></tr>
|
|
<tr><td colspan=3><font size="-1"><a href="download.html">Download</a></font></td></tr>
|
|
<tr><td></td><td></td><td height="10"></td></tr>
|
|
<tr><td colspan=3><font size="-1"><a href="qa.html">Questions and Answers</a></font></td></tr>
|
|
<tr><td valign="top" width="1%">·</td><td colspan=2><font size="-1">Technical Questions</font></td></tr>
|
|
<tr><td valign="top" width="1%">·</td><td colspan=2><font size="-1"><a href="qa20.html">Error messages</a></font></td></tr>
|
|
<tr><td></td><td></td><td height="10"></td></tr>
|
|
<tr><td colspan=3><font size="-1"><a href="feedback.html">Bug reporting</a></font></td></tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td></td>
|
|
|
|
<!--- Actual page contents --->
|
|
<td valign="top" width="77%" rowspan="2">
|
|
|
|
<!--- Insert actual page content below --->
|
|
|
|
<h3><a name="top">Technical Questions</a></h3>
|
|
|
|
<a href="qa10.html#nls">2.1 Which translations of the program are available?</a><p>
|
|
<a href="qa10.html#media">2.2 Which media types are supported?</a><p>
|
|
<a href="qa10.html#filesystem">2.3 Which file systems are supported?</a><p>
|
|
<a href="qa10.html#aspi">2.4 What does "SPTI" and "ASPI" mean?</a><p>
|
|
|
|
<hr><p>
|
|
|
|
<b><a name="nls">2.1 Which translations of the program are available?</a></b><p>
|
|
|
|
The current version of dvdisaster contains screen texts in the following languages:<p>
|
|
|
|
<table>
|
|
<tr><td> </td><td>Czech</td><td>--</td><td>upto version 0.66</td></tr>
|
|
<tr><td></td><td>English</td><td>--</td><td>complete</td></tr>
|
|
<tr><td> </td><td>German</td><td>--</td><td>complete</td></tr>
|
|
<tr><td> </td><td>Italian</td><td>--</td><td>upto version 0.65</td></tr>
|
|
<tr><td></td><td>Portuguese</td><td>--</td><td>complete</td></tr>
|
|
<tr><td> </td><td>Russian</td><td>--</td><td>complete</td></tr>
|
|
<tr><td> </td><td>Swedish</td><td>--</td><td>upto version 0.70</td></tr>
|
|
</table><p>
|
|
|
|
Translators for other languages are welcome!<p>
|
|
|
|
dvdisaster will automatically obtain language settings from the operating system.
|
|
If the local language is not yet supported, english text will be used.
|
|
A different language can be selected using environment variables.<p>
|
|
|
|
Example for the bash shell and german language:
|
|
|
|
<pre>export LANG=de_DE</pre>
|
|
|
|
If special characters like german umlauts are not displayed properly,
|
|
try the following:<p>
|
|
|
|
<tt>export OUTPUT_CHARSET=iso-8859-1</tt> (X11, XTerm)
|
|
|
|
<div align=right><a href="qa10.html#top">↑</a></div>
|
|
|
|
|
|
<b><a name="media">2.2 Which media types are supported?</a></b><p>
|
|
|
|
dvdisaster supports (re-)writeable CD, DVD and BD media. <br>
|
|
Media containing multiple sessions or copy protections can <i>not</i> be used.<p>
|
|
|
|
Usable media by type:<p>
|
|
|
|
<b>CD-R, CD-RW</b><p>
|
|
|
|
<ul>
|
|
<li>only Data CD are supported.</li>
|
|
</ul>
|
|
|
|
<b>DVD-R, DVD+R</b><p>
|
|
|
|
<ul>
|
|
<li>No further limitations are known.</li>
|
|
</ul>
|
|
|
|
<b>DVD-R DL, DVD+R DL (two layers)</b>
|
|
<ul>
|
|
<li>The drive must be able to <a href="qa20.html#dvdrom">identify the medium type</a>.
|
|
Typically this is only the case for drives which can also write two layered media.</li>
|
|
</ul>
|
|
|
|
<b>DVD-RW, DVD+RW</b><p>
|
|
|
|
<ul>
|
|
<li>Some drives report wrong <a href="qa20.html#rw">image sizes</a>.<br>
|
|
Remedy: Determine the image size from the ISO/UDF file system or the ECC/RS02 data.
|
|
</li></ul>
|
|
|
|
<b>DVD-RAM</b><p>
|
|
<ul>
|
|
<li>Usable only when written with ISO/UDF images like DVD-R/-RW;</li>
|
|
<li>Not supported when used as removeable medium / for packet writing.</li>
|
|
<li>Similar issues with <a href="qa20.html#rw">image size</a>
|
|
recognition as noted above.</li>
|
|
</ul>
|
|
|
|
<b>BD-R, BD-RW</b><p>
|
|
|
|
<ul>
|
|
<li>No limitations are known so far, but very few results
|
|
on the two-layered type (the 50GB variety) have been reported yet.
|
|
</li>
|
|
</ul>
|
|
|
|
<b>Not usable types</b> (image can not be extracted):<p>
|
|
BD-ROM (pressed BDs), DVD-ROM (pressed DVDs), CD-Audio and CD-Video.
|
|
|
|
<div align=right><a href="qa10.html#top">↑</a></div><p>
|
|
|
|
|
|
<b><a name="filesystem">2.3 Which file systems are supported?</a></b><p>
|
|
|
|
dvdisaster works exclusively on the image level
|
|
which is accessed sector-wise.
|
|
That means it does not matter with which file system the medium has been formatted.<p>
|
|
|
|
Since dvdisaster neither knows nor uses the file system structure,
|
|
it can not repair logical errors at the file system level.
|
|
It can not recover lost or deleted files.
|
|
<div align=right><a href="qa10.html#top">↑</a></div><p>
|
|
|
|
|
|
<b><a name="aspi">2.4 What does "SPTI" and "ASPI" mean?</a></b><p>
|
|
|
|
Windows 98 and ME use drivers called "ASPI" to access CD/DVD drives.
|
|
Windows NT and its successors provide similar functionality
|
|
through an interface named "SPTI", but do still allow the installation
|
|
of additional ASPI drivers.<p>
|
|
|
|
<i>> Pro and Con of installing ASPI under Windows NT/2000/XP:</i><p>
|
|
|
|
<table>
|
|
<tr valign=top><td>+</td><td>No administrator priviledges needed for accessing the drives.</td></tr>
|
|
<tr valign=top><td>-</td><td>ASPI does not map well onto the Windows drive letters.</td></tr>
|
|
<tr valign=top><td>-</td><td>Some CD/DVD writing programs install
|
|
their own ASPI drivers. Installing another ASPI driver may interfere
|
|
with the existing software.</td></tr>
|
|
</table><p>
|
|
|
|
<i>> Which ASPI versions are recommended for use with dvdisaster?</i><p>
|
|
|
|
Adaptec provides their ASPI drivers free of charge for download.
|
|
Sometimes versions 4.72.* have difficulties recognizing drives under
|
|
Windows 2000/XP. Downgrading to version 4.60 usually helps in such
|
|
cases.<p>
|
|
|
|
<i>> Drive letters are wrong under ASPI!</i><p>
|
|
|
|
ASPI drivers use their own system of identifying drives, which does
|
|
not support the drive letter scheme of Windows.<br>
|
|
In order to provide a unified access to SPTI and ASPI,
|
|
dvdisaster tries to guess the mapping of ASPI drives to drive letters.
|
|
However this does not work under all configurations.<p>
|
|
|
|
The --list function prints out
|
|
the current mapping of drive letters.<p>
|
|
|
|
<i>> How to select between SPTI and ASPI?</i><p>
|
|
|
|
dvdisaster will automatically choose between SPTI and ASPI,
|
|
deciding in favor of SPTI if both are available.
|
|
Usage of ASPI can be forced; see the description of the
|
|
--list function for details.
|
|
|
|
<div align=right><a href="qa10.html#top">↑</a></div><p>
|
|
|
|
<!--- do not change below --->
|
|
|
|
</td> <!--- end of page contents --->
|
|
|
|
</tr>
|
|
<tr valign="bottom">
|
|
<td bgcolor="#f0f0f0">
|
|
<table cellpadding="10"><tr><td><a href="http://dvdisaster.net/legacy/en/index.html"><font size="-1">Old documentation (V0.70)</font></a></td></tr></table>
|
|
</td>
|
|
<td></td>
|
|
<td></td>
|
|
|
|
</tr>
|
|
</table> <!--- end of main body table --->
|
|
|
|
|
|
<!--- Page footer --->
|
|
<table width="100%" cellpadding="0" border="0">
|
|
<tr><td colspan="2" width="100%" height="10"><img width=1 height=1 alt=""></td>
|
|
</tr>
|
|
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<font size="-1">
|
|
<i> Copyright 2004-2011 Carsten Gnörlich.<br>
|
|
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
|
|
</i>
|
|
</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#000000"><td colspan="2" width="100%"><img width=1 height=1 alt=""></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|