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