1.\" Copyright (c) 1980, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. 9.\" 2. Redistributions in binary form must reproduce the above copyright 10.\" notice, this list of conditions and the following disclaimer in the 11.\" documentation and/or other materials provided with the distribution. 12.\" 3. All advertising materials mentioning features or use of this software 13.\" must display the following acknowledgement: 14.\" This product includes software developed by the University of 15.\" California, Berkeley and its contributors. 16.\" 4. Neither the name of the University nor the names of its contributors 17.\" may be used to endorse or promote products derived from this software 18.\" without specific prior written permission. 19.\" 20.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" SUCH DAMAGE. 31.\" 32.\" @(#)mt.4 8.1 (Berkeley) 6/5/93 33.\" 34.Dd June 5, 1993 35.Dt MT 4 vax 36.Os BSD 4 37.Sh NAME 38.Nm mt 39.Nd 40.Tn TM78 Ns / Tn TU-78 41.Tn MASSBUS 42magtape interface 43.Sh SYNOPSIS 44.Cd "master mt0 at mba? drive ? tape mu0 at mt0 slave 0" 45.Sh DESCRIPTION 46The 47.Tn TM78 Ns / Tn TU-78 48combination provides a standard tape drive 49interface as described in 50.Xr mtio 4 . 51Only 1600 and 6250 52.Tn BPI 53are supported; the 54.Tn TU-78 55runs at 125 56.Tn IPS 57and autoloads tapes. 58.Sh DIAGNOSTICS 59.Bl -diag 60.It mu%d: no write ring. 61An attempt was made to write on the tape drive 62when no write ring was present; this message is written on the terminal of 63the user who tried to access the tape. 64.Pp 65.It mu%d: not online. 66An attempt was made to access the tape while it 67was offline; this message is written on the terminal of the user 68who tried to access the tape. 69.Pp 70.It "mu%d: can't change density in mid-tape." 71An attempt was made to write 72on a tape at a different density than is already recorded on the tape. 73This message is written on the terminal of the user who tried to switch 74the density. 75.Pp 76.It "mu%d: hard error bn%d mbsr=%b er=%x ds=%b." 77A tape error occurred 78at block 79.Em bn ; 80the mt error register and drive status register are 81printed in octal with the bits symbolically decoded. Any error is 82fatal on non-raw tape; when possible the driver will have retried 83the operation which failed several times before reporting the error. 84.Pp 85.It mu%d: blank tape. 86An attempt was made to read a blank tape (a tape without even 87end-of-file marks). 88.Pp 89.It mu%d: offline. 90During an i/o operation the device was set offline. If a 91non-raw tape was used in the access it is closed. 92.El 93.Sh SEE ALSO 94.Xr mt 1 , 95.Xr tar 1 , 96.Xr tp 1 , 97.Xr mtio 4 , 98.Xr tm 4 , 99.Xr ts 4 , 100.Xr ut 4 101.Sh HISTORY 102The 103.Nm 104driver appeared in 105.Bx 4.1 . 106.Sh BUGS 107If a physical error (non-data) occurs, 108.Nm 109may hang ungracefully. 110.Pp 111Because 800 112.Tn BPI 113tapes are not supported, the numbering of minor devices 114is inconsistent with triple-density tape units. 115Unit 0 is drive 0, 1600 116.Tn BPI. 117