summaryrefslogtreecommitdiff
path: root/static/netbsd/man8/man8.vax/drtest.8 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man8/man8.vax/drtest.8 3.html')
-rw-r--r--static/netbsd/man8/man8.vax/drtest.8 3.html85
1 files changed, 0 insertions, 85 deletions
diff --git a/static/netbsd/man8/man8.vax/drtest.8 3.html b/static/netbsd/man8/man8.vax/drtest.8 3.html
deleted file mode 100644
index 5d8aad9f..00000000
--- a/static/netbsd/man8/man8.vax/drtest.8 3.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">DRTEST(8)</td>
- <td class="head-vol">System Manager's Manual (vax)</td>
- <td class="head-rtitle">DRTEST(8)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">drtest</code> &#x2014;
- <span class="Nd">stand-alone disk test program</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp"><code class="Nm">drtest</code> is a stand-alone program used to
- read a disk track by track. It was primarily intended as a test program for
- new stand-alone drivers, but has shown useful in other contexts as well,
- such as verifying disks and running speed tests. For example, when a disk
- has been formatted (by <a class="Xr">vax/format(8)</a>), you can check that
- hard errors has been taken care of by running
- <code class="Nm">drtest</code>. No hard errors should be found, but in many
- cases quite a few soft ECC errors will be reported.</p>
-<p class="Pp">While <code class="Nm">drtest</code> is running, the cylinder
- number is printed on the console for every 10th cylinder read.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
-<p class="Pp">A sample run of <code class="Nm">drtest</code> is shown below. In
- this example (using a 750), <code class="Nm">drtest</code> is loaded from
- the root file system; usually it will be loaded from the machine's console
- storage device. Boldface means user input. As usual, ``#'' and ``@'' may be
- used to edit input.</p>
-<p class="Pp"></p>
-<div class="Bd Bd-indent">
-<pre><code class="Li">&gt;&gt;&gt;</code><a class="permalink" href="#B/3"><b class="Sy" id="B/3">B/3</b></a>
-<code class="Li">%%</code>
-<code class="Li">loading hk(0,0)boot</code>
-<code class="Li">Boot</code>
-<code class="Li">:</code> <a class="permalink" href="#hk(0,0)drtest"><b class="Sy" id="hk(0,0)drtest">hk(0,0)drtest</b></a>
-<code class="Li">Test program for stand-alone up and hp driver</code>
-<mark id="hp(0,0)"></mark>
-<code class="Li">Debugging level (1=bse, 2=ecc, 3=bse+ecc)?</code>
-<code class="Li">Enter disk name [type(adapter,unit),&#x00A0;e.g.&#x00A0;hp(1,3)]?</code> <a class="permalink" href="#hp(0,0)"><b class="Sy">hp(0,0)</b></a>
-<code class="Li">Device data: #cylinders=1024, #tracks=16, #sectors=32</code>
-<code class="Li">Testing hp(0,0), chunk size is 16384 bytes.</code>
-<a class="permalink" href="#(chunk"><i class="Em" id="(chunk">(chunk&#x00A0;size&#x00A0;is&#x00A0;the&#x00A0;number&#x00A0;of&#x00A0;bytes read per disk access)</i></a>
-<code class="Li">Start ...Make sure hp(0,0) is online</code>
-<code class="Li">&#x00A0;...</code>
-<a class="permalink" href="#(errors"><i class="Em" id="(errors">(errors are reported as they occur)</i></a>
-<code class="Li">&#x00A0;...</code>
-<a class="permalink" href="#(...program"><i class="Em" id="(...program">(...program restarts to allow checking other disks)</i></a>
-<a class="permalink" href="#(...to"><i class="Em" id="(...to">(...to abort halt machine with ^P)</i></a></pre>
-</div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
-<p class="Pp">The diagnostics are intended to be self explanatory. Note,
- however, that the device number in the diagnostic messages is identified as
- <a class="permalink" href="#typeX"><i class="Em" id="typeX">typeX</i></a>
- instead of
- <a class="permalink" href="#type(a,u)"><i class="Em" id="type(a,u)">type(a,u)</i></a>
- where <var class="Ar">X</var> = a*8+u, e.g., hp(1,3) becomes hp11.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">bad144(8)</a>, <a class="Xr">vax/format(8)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The <code class="Nm">drtest</code> command appeared in
- <span class="Ux">4.2BSD</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp"><span class="An">Helge Skrivervik</span></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">February 17, 2017</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>