BSD 4_3 release
[unix-history] / usr / man / man4 / ht.4
CommitLineData
85423ffc
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
95f51977 5.\" @(#)ht.4 6.2 (Berkeley) 6/1/86
85423ffc 6.\"
95f51977 7.TH HT 4 "June 1, 1986"
85423ffc
KM
8.UC 4
9.SH NAME
10ht \- TM-03/TE-16,TU-45,TU-77 MASSBUS magtape interface
11.SH SYNOPSIS
a0cd2adf 12.B "master ht0 at mba? drive ?"
85423ffc 13.br
a0cd2adf 14.B "tape tu0 at ht0 slave 0"
85423ffc
KM
15.SH DESCRIPTION
16The tm-03/transport combination provides a standard tape drive
17interface as described in
a0cd2adf 18.IR mtio (4).
85423ffc
KM
19All drives provide both 800 and 1600 bpi; the TE-16 runs at 45 ips,
20the TU-45 at 75 ips, while the TU-77 runs at 125 ips and autoloads tapes.
21.SH "SEE ALSO"
a0cd2adf
KM
22mt(1),
23tar(1),
24tp(1),
25mtio(4),
26tm(4),
27ts(4),
28mt(4),
29ut(4)
85423ffc
KM
30.SH DIAGNOSTICS
31\fBtu%d: no write ring\fR. An attempt was made to write on the tape drive
32when no write ring was present; this message is written on the terminal of
33the user who tried to access the tape.
34.PP
35\fBtu%d: not online\fR. An attempt was made to access the tape while it
36was offline; this message is written on the terminal of the user
37who tried to access the tape.
38.PP
1b4637f3 39\fBtu%d: can't change density in mid-tape\fR. An attempt was made to write
85423ffc
KM
40on a tape at a different density than is already recorded on the tape.
41This message is written on the terminal of the user who tried to switch
42the density.
43.PP
44\fBtu%d: hard error bn%d mbsr=%b er=%b ds=%b\fR. A tape error occurred
45at block \fIbn\fR; the ht error register and drive status register are
46printed in octal with the bits symbolically decoded. Any error is
47fatal on non-raw tape; when possible the driver will have retried
48the operation which failed several times before reporting the error.
49.SH BUGS
50If any non-data error is encountered on non-raw tape, it refuses to do anything
51more until closed.