diff options
Diffstat (limited to 'static/netbsd/man4/man4.vax/mt.4 4.html')
| -rw-r--r-- | static/netbsd/man4/man4.vax/mt.4 4.html | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/static/netbsd/man4/man4.vax/mt.4 4.html b/static/netbsd/man4/man4.vax/mt.4 4.html deleted file mode 100644 index c64c21ba..00000000 --- a/static/netbsd/man4/man4.vax/mt.4 4.html +++ /dev/null @@ -1,80 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">MT(4)</td> - <td class="head-vol">Device Drivers Manual (vax)</td> - <td class="head-rtitle">MT(4)</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">mt</code> — <span class="Nd">TM-78/TU-78 - MASSBUS mag tape interface</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="Cd">mt0 at mba? drive ? tape mu0 at mt0 slave - 0</code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The TM-78/TU-78 combination provides a standard tape drive - interface as described in <a class="Xr">mtio(4)</a>. Only 1600 and 6250 BPI - are supported; the TU-78 runs at 125 IPS and autoloads tapes.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1> -<dl class="Bl-diag"> - <dt>mu%d: no write ring.</dt> - <dd>An attempt was made to write on the tape drive when no write ring was - present; this message is written on the terminal of the user who tried to - access the tape.</dd> - <dt>mu%d: not online.</dt> - <dd>An attempt was made to access the tape while it was offline; this message - is written on the terminal of the user who tried to access the tape.</dd> - <dt>mu%d: can't change density in mid-tape.</dt> - <dd>An attempt was made to write on a tape at a different density than is - already recorded on the tape. This message is written on the terminal of - the user who tried to switch the density.</dd> - <dt id="bn">mu%d: hard error bn%d mbsr=%b er=%x ds=%b.</dt> - <dd>A tape error occurred at block - <a class="permalink" href="#bn"><i class="Em">bn</i></a>; the mt error - register and drive status register are printed in octal with the bits - symbolically decoded. Any error is fatal on non-raw tape; when possible - the driver will have retried the operation which failed several times - before reporting the error.</dd> - <dt>mu%d: blank tape.</dt> - <dd>An attempt was made to read a blank tape (a tape without even end-of-file - marks).</dd> - <dt>mu%d: offline.</dt> - <dd>During an i/o operation the device was set offline. If a non-raw tape was - used in the access it is closed.</dd> -</dl> -</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">mt(1)</a>, <a class="Xr">tar(1)</a>, - <a class="Xr">mtio(4)</a>, <a class="Xr">vax/tm(4)</a>, - <a class="Xr">vax/ts(4)</a>, <a class="Xr">vax/ut(4)</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">mt</code> driver appeared in - <span class="Ux">4.1BSD</span>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp">If a physical error (non-data) occurs, <code class="Nm">mt</code> - may hang ungracefully.</p> -<p class="Pp">Because 800 BPI tapes are not supported, the numbering of minor - devices is inconsistent with triple-density tape units. Unit 0 is drive 0, - 1600 BPI.</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> |
