%PDF- %PDF-
Direktori : /proc/309157/task/309157/root/usr/share/doc/gddrescue/html/ |
Current File : //proc/309157/task/309157/root/usr/share/doc/gddrescue/html/Basic-concepts.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"> <title>Basic concepts (GNU ddrescue Manual)</title> <meta name="description" content="Basic concepts (GNU ddrescue Manual)"> <meta name="keywords" content="Basic concepts (GNU ddrescue Manual)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <link href="index.html" rel="start" title="Top"> <link href="Concept-index.html" rel="index" title="Concept index"> <link href="index.html" rel="up" title="Top"> <link href="Important-advice.html" rel="next" title="Important advice"> <link href="Introduction.html" rel="prev" title="Introduction"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.indentedblock {margin-right: 0em} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.lisp {margin-left: 3.2em} kbd {font-style: oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en"> <span id="Basic-concepts"></span><div class="header"> <p> Next: <a href="Important-advice.html" accesskey="n" rel="next">Important advice</a>, Previous: <a href="Introduction.html" accesskey="p" rel="prev">Introduction</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="Concept-index.html" title="Index" rel="index">Index</a>]</p> </div> <hr> <span id="Basic-concepts-1"></span><h2 class="chapter">2 Basic concepts</h2> <span id="index-basic-concepts"></span> <dl compact="compact"> <dt>Block</dt> <dd><p>Any amount of data. A block is described by its starting position and its size. The starting position (or beginning position) is the lowest position in the block. The end of the block is its starting position plus its size. </p> </dd> <dt>Cluster</dt> <dd><p>Group of consecutive sectors read or written in one go. </p> </dd> <dt>Device</dt> <dd><p>Piece of hardware containing data. Hard disc drives, cdrom drives, USB pendrives, are devices. /dev/hda, /dev/sdb, are device names. </p> </dd> <dt>File</dt> <dd><p>Files are named units of data which are stored by the operating system for you to retrieve later by name. Devices and partitions are accessed by means of their associated file names. </p> </dd> <dt>Partition</dt> <dd><p>Every part in which a device is divided. A partition normally contains a file system. /dev/hda1, /dev/sdb3, are partition names. </p> </dd> <dt>Recoverable formats</dt> <dd><p>As ddrescue uses standard library functions to read data from the device being rescued, only mountable device formats can be rescued with ddrescue. CD-ROMs and DVDs can be rescued, "compact disc digital audio" CDs can’t, "video CDs"[1] maybe.<br> [1] http://en.wikipedia.org/wiki/Video_CD </p> </dd> <dt>Rescue domain</dt> <dd><p>Block or set of blocks to be acted upon (rescued, listed, etc). You may define it with the options ‘<samp>--input-position</samp>’, ‘<samp>--size</samp>’ and ‘<samp>--domain-mapfile</samp>’. The rescue domain defaults to the whole input file or mapfile. If ddrescue can’t determine the size of the input file, the rescue domain defaults to the maximum size of a block (at least 2^63 <span class="nolinebreak">-</span> 1<!-- /@w --> bytes, or 8 EiB minus 1 byte). </p> <p>Ddrescue will never try to read any data outside of the rescue domain except when unaligned direct disc access is requested (see <a href="Direct-disc-access.html">Direct disc access</a>). If it does, please, report it as a bug. </p> <p>The amount of data rescued, number of bad areas, etc, shown by ddrescue may vary or even become zero if you limit the rescue domain. Don’t worry, they have not disappeared; they are simply out of the specified rescue domain. </p> </dd> <dt>Sector</dt> <dd><p>Hardware block. Smallest accessible amount of data on a device. </p> </dd> </dl> <hr> <div class="header"> <p> Next: <a href="Important-advice.html" accesskey="n" rel="next">Important advice</a>, Previous: <a href="Introduction.html" accesskey="p" rel="prev">Introduction</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="Concept-index.html" title="Index" rel="index">Index</a>]</p> </div> </body> </html>