]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mt/mt.1
zfs: merge openzfs/zfs@e13538856
[FreeBSD/FreeBSD.git] / usr.bin / mt / mt.1
1 .\" Copyright (c) 1981, 1990, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\" 3. Neither the name of the University nor the names of its contributors
14 .\"    may be used to endorse or promote products derived from this software
15 .\"    without specific prior written permission.
16 .\"
17 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 .\" SUCH DAMAGE.
28 .\"
29 .\"     @(#)mt.1        8.1 (Berkeley) 6/6/93
30 .\"
31 .Dd December 10, 2020
32 .Dt MT 1
33 .Os
34 .Sh NAME
35 .Nm mt
36 .Nd magnetic tape manipulating program
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl f Ar tapename
40 .Ar command
41 .Op Ar count
42 .Nm
43 .Op Fl f Ar tapename
44 .Ar command
45 .Ar argument
46 .Sh DESCRIPTION
47 The
48 .Nm
49 utility is used to command a magnetic tape drive for operations
50 other than reading or writing data.
51 .Pp
52 The
53 .Fl f
54 option's
55 .Ar tapename
56 overrides the
57 .Ev TAPE
58 environment variable described below.
59 .Pp
60 The available commands are listed below.
61 Only as many
62 characters as are required to uniquely identify a command
63 need be specified.
64 .Pp
65 The following commands optionally take a
66 .Ar count ,
67 which defaults to 1.
68 .Bl -tag -width ".Cm erase"
69 .It Cm weof
70 Write
71 .Ar count
72 end-of-file (EOF) marks at the current position.
73 This returns when the file mark has been written to the media.
74 .It Cm weofi
75 Write
76 .Ar count
77 end-of-file (EOF) marks at the current position.
78 This returns as soon as the command has been validated by the tape drive.
79 .It Cm smk
80 Write
81 .Ar count
82 setmarks at the current position (DDS drives only).
83 .It Cm fsf
84 Forward space
85 .Ar count
86 files.
87 .It Cm fsr
88 Forward space
89 .Ar count
90 records.
91 .It Cm fss
92 Forward space
93 .Ar count
94 setmarks (DDS drives only).
95 .It Cm bsf
96 Backward space
97 .Ar count
98 files.
99 .It Cm bsr
100 Backward space
101 .Ar count
102 records.
103 .It Cm bss
104 Backward space
105 .Ar count
106 setmarks (DDS drives only).
107 .It Cm erase
108 Erase the tape using a long (often very long) method.
109 With a
110 .Ar count
111 of 0, it will erase the tape using a quick method.
112 Operation is not guaranteed if the tape is not at its beginning.
113 The tape will be at its beginning upon completion.
114 .El
115 .Pp
116 The following commands ignore
117 .Ar count .
118 .Bl -tag -width ".Cm geteotmodel"
119 .It Cm rdhpos
120 Read the hardware block position.
121 The block
122 number reported is specific for that hardware only.
123 With drive data compression especially,
124 this position may have more to do with the amount of data
125 sent to the drive than the amount of data written to tape.
126 Some drives do not support this.
127 .It Cm rdspos
128 Read the SCSI logical block position.
129 This typically is greater than the hardware position
130 by the number of end-of-file marks.
131 Some drives do not support this.
132 .It Cm rewind
133 Rewind the tape.
134 .It Cm offline , rewoffl
135 Rewind the tape and place the drive off line.
136 Some drives are never off line.
137 .It Cm load
138 Load the tape into the drive.
139 .It Cm retension
140 Re-tension the tape.
141 This winds the tape from the current position to the end
142 and then to the beginning.
143 This sometimes improves subsequent reading and writing,
144 particularly for streaming drives.
145 Some drives do not support this.
146 .It Cm ostatus
147 Output status information about the drive.
148 For SCSI magnetic tape devices,
149 the current operating modes of density, blocksize, and whether compression
150 is enabled is reported.
151 The current state of the driver (what it thinks that
152 it is doing with the device) is reported.
153 If the driver knows the relative
154 position from BOT (in terms of filemarks and records), it outputs that.
155 Note
156 that this information is not definitive (only BOT, End of Recorded Media, and
157 hardware or SCSI logical block position (if the drive supports such) are
158 considered definitive tape positions).
159 .Pp
160 Also note that this is the old status command, and will be eliminated in
161 favor of the new status command (see below) in a future release.
162 .It Cm errstat
163 Output (and clear) error status information about this device.
164 For every normal
165 operation (e.g., a read or a write) and every control operation (e.g,, a
166 rewind), the driver stores up the last command executed and it is associated
167 status and any residual counts (if any).
168 This command retrieves and outputs this
169 information.
170 If possible, this also clears any latched error information.
171 .It Cm geteotmodel
172 Output the current EOT filemark model.
173 The model states how
174 many filemarks will be written at close if a tape was being written.
175 .It Cm eod , eom
176 Wind the tape to the end of the recorded data,
177 typically after an EOF mark where another file may be written.
178 .It Cm rblim
179 Report the block limits of the tape drive, including the minimum and
180 maximum block size, and the block granularity if any.
181 .El
182 .Pp
183 The following commands may require an
184 .Ar argument .
185 .Bl -tag -width ".Cm seteotmodel"
186 .It Cm sethpos
187 Set the hardware block position.
188 The
189 .Ar argument
190 is a hardware block number to which to position the tape.
191 Some drives do not support this.
192 .It Cm setspos
193 Set the SCSI logical block position.
194 The
195 .Ar argument
196 is a SCSI logical block number to which to position the tape.
197 Some drives do not support this.
198 .It Cm blocksize
199 Set the block size for the drive.
200 The
201 .Ar argument
202 is the number of bytes per block,
203 except 0 commands the drive to use variable-length blocks.
204 .It Cm seteotmodel
205 Set the EOT filemark model to
206 .Ar argument
207 and output the old and new models.
208 Typically this will be 2
209 filemarks, but some devices (typically QIC cartridge drives) can
210 only write 1 filemark.
211 You may only choose a value of
212 .Ar 1
213 or
214 .Ar 2 .
215 .It Cm status
216 Output status information about the drive.
217 For SCSI magnetic tape devices,
218 the current operating modes of density, blocksize, and whether compression
219 is enabled is reported.
220 The current state of the driver (what it thinks that
221 it is doing with the device) is reported.
222 .Pp
223 If the driver knows the relative
224 position from BOT (in terms of filemarks and records), it outputs that.
225 If the tape drive supports the long form report of the
226 .Tn SCSI
227 READ POSITION command, the Reported File Number and Reported Record Number
228 will be numbers other than -1, and there may be Flags reported as well.
229 .Pp
230 The BOP flag means that the logical position of the drive is at the
231 beginning of the partition.
232 .Pp
233 The EOP flag means that the logical position of the drive is between Early
234 Warning and End of Partition.
235 .Pp
236 The BPEW flag means that the logical position of the drive is in a
237 Programmable Early Warning Zone or on the EOP side of Early Warning.
238 .Pp
239 Note that the Reported Record Number is the tape block or object number
240 relative to the beginning of the partition.
241 The Calculated Record Number is the tape block or object number relative
242 to the previous file mark.
243 .Pp
244 Note
245 that the Calculated File and Record Numbers are not definitive.
246 The Reported File and Record Numbers are definitive, if they are numbers
247 other than -1.
248 .Bl -tag -width 6n
249 .It Fl v
250 Print additional status information, such as the maximum supported I/O
251 size.
252 .It Fl x
253 Print all available status data to stdout in XML format.
254 .El
255 .It Cm getdensity
256 Report density support information for the tape drive and any media that is
257 loaded.
258 Most drives will report at least basic density information similar to that
259 reported by
260 .Nm status
261 command.
262 Newer tape drives that conform to the T-10 SSC and newer tape
263 specifications may report more detailed information about the types of
264 tapes they support and the tape currently in the drive.
265 .Bl -tag -width 6n
266 .It Fl x
267 Print all available density data to stdout in XML format.
268 Because density information is currently included in the general status XML
269 report used for
270 .Nm
271 status command, this will be the same XML output via
272 .Do
273 .Nm
274 status
275 .Fl x
276 .Dc
277 .El
278 .It Cm param
279 Display or set parameters.
280 One of
281 .Fl l ,
282 .Fl s ,
283 or
284 .Fl x
285 must be specified to indicate which operation to perform.
286 See
287 .Xr sa 4
288 for more detailed information on the parameters.
289 .Bl -tag -width 8n
290 .It Fl l
291 List parameters, values and descriptions.
292 By default all parameters will be displayed.
293 To display a specific parameter, specify the parameter with
294 .Fl p .
295 .It Fl p Ar name
296 Specify the parameter name to list (with
297 .Fl l )
298 or set (with
299 .Fl s ) .
300 .It Fl q
301 Enable quiet mode for parameter listing.
302 This will suppress printing of parameter descriptions.
303 .It Fl s Ar value
304 Specify the parameter value to set.
305 The general type of this argument (integer, unsigned integer, string) is
306 determined by the type of the variable indicated by the
307 .Xr sa 4
308 driver.
309 More detailed argument checking is done by the
310 .Xr sa 4
311 driver.
312 .It Fl x
313 Print out all parameter information in XML format.
314 .El
315 .It Cm protect
316 Display or set drive protection parameters.
317 This is used to control checking and reporting a per-block checksum for
318 tape drives that support it.
319 Some drives may only support some parameters.
320 .Bl -tag -width 8n
321 .It Fl b Ar 0|1
322 Set the Recover Buffered Data Protected bit.
323 If set, this indicates that checksums are transferred with the logical
324 blocks transferred by the RECOVERED BUFFERED DATA
325 .Tn SCSI
326 command.
327 .It Fl d
328 Disable all protection information settings.
329 .It Fl e
330 Enable all protection information settings.
331 The default protection method used is Reed-Solomon CRC (protection method
332 1), as specified in ECMA-319.
333 The default protection information length used with Reed-Solomon CRC is
334 4 bytes.
335 To enable all settings except one more setting, specify the
336 .Fl e
337 argument and then explicitly disable settings that you do not wish to
338 enable.
339 For example, specifying
340 .Fl e
341 .Fl w Ar 0
342 will enable all settings except for LBP_W.
343 .It Fl l
344 List available protection parmeters and their current settings.
345 .It Fl L Ar len
346 Set the length of the protection information in bytes.
347 For Reed-Solomon CRC, the protection information length should be 4 bytes.
348 .It Fl m Ar num
349 Specify the numeric value for the protection method.
350 The numeric value for Reed-Solomon CRC is 1.
351 .It Fl r Ar 0|1
352 Set the LBP_R parameter.
353 When set, this indicates that each block read from the tape drive will
354 have a checksum at the end.
355 .It Fl v
356 Enable verbose mode for parameter listing.
357 This will include descriptions of each parameter.
358 .It Fl w Ar 0|1
359 Set the LBP_W parameter.
360 When set, this indicates that each block written to the tape drive will have
361 a checksum at the end.
362 The drive will verify the checksum before writing the block to tape.
363 .El
364 .It Cm locate
365 Set the tape drive's logical position.
366 One of
367 .Fl b ,
368 .Fl e ,
369 .Fl f ,
370 or
371 .Fl s
372 must be specified to indicate the type of position.
373 If the partition number is specified, the drive will first relocate to the
374 given partition (if it exists) and then to the position indicated within
375 that partition.
376 If the partition number is not specified, the drive will relocate to the
377 given position within the current partition.
378 .Bl -tag -width 14n
379 .It Fl b Ar block_addr
380 Relocate to the given tape block or logical object identifier.
381 Note that the block number is the Reported Record Number that is relative
382 to the beginning of the partition (or beginning of tape).
383 .It Fl e
384 Relocate to the end of data.
385 .It Fl f Ar fileno
386 Relocate to the given file number.
387 .It Fl p Ar partition
388 Specify the partition to change to.
389 .It Fl s Ar setmark
390 Relocate to the given set mark.
391 .El
392 .It Cm comp
393 Set the drive's compression mode.
394 The non-numeric values of
395 .Ar argument
396 are:
397 .Pp
398 .Bl -tag -width 9n -compact
399 .It off
400 Turn compression off.
401 .It on
402 Turn compression on.
403 .It none
404 Same as
405 .Ar off .
406 .It enable
407 Same as
408 .Ar on .
409 .It IDRC
410 IBM Improved Data Recording Capability compression (0x10).
411 .It DCLZ
412 DCLZ compression algorithm (0x20).
413 .El
414 .Pp
415 In addition to the above recognized compression keywords, the user can
416 supply a numeric compression algorithm for the drive to use.
417 In most
418 cases, simply turning the compression
419 .Sq on
420 will have the desired effect of enabling the default compression algorithm
421 supported by the drive.
422 If this is not the case (see the
423 .Cm status
424 display to see which compression algorithm is currently in use), the user
425 can manually specify one of the supported compression keywords (above), or
426 supply a numeric compression value from the drive's specifications.
427 .Pp
428 Note that for some older tape drives (for example the Exabyte 8200 and 8500
429 series drives) it is necessary to switch to a different density to tell the
430 drive to record data in its compressed format.
431 If the user attempts to turn compression on while the uncompressed density
432 is selected, the drive will return an error.
433 This is generally not an issue for modern tape drives.
434 .It Cm density
435 Set the density for the drive.
436 For the density codes, see below.
437 The density value could be given either numerically, or as a string,
438 corresponding to the
439 .Dq Reference
440 field.
441 If the string is abbreviated, it will be resolved in the order
442 shown in the table, and the first matching entry will be used.
443 If the
444 given string and the resulting canonical density name do not match
445 exactly, an informational message is output about what the given
446 string has been taken for.
447 .El
448 .Pp
449 The initial version of the density table below was taken from the
450 .Sq Historical sequential access density codes
451 table (A-1) in Revision 11 of the SCSI-3 Stream Device Commands (SSC)
452 working draft, dated November 11, 1997.
453 Subsequent additions have come from a number of sources.
454 .Pp
455 The density codes are:
456 .Bd -literal -offset 2n
457 0x0    default for device
458 0xE    reserved for ECMA
459
460 Value  Width        Tracks    Density         Code Type Reference   Note
461         mm    in              bpmm       bpi
462 0x01   12.7  (0.5)    9         32     (800)  NRZI  R   X3.22-1983   2
463 0x02   12.7  (0.5)    9         63   (1,600)  PE    R   X3.39-1986   2
464 0x03   12.7  (0.5)    9        246   (6,250)  GCR   R   X3.54-1986   2
465 0x05    6.3  (0.25)  4/9       315   (8,000)  GCR   C   X3.136-1986  1,3
466 0x06   12.7  (0.5)    9        126   (3,200)  PE    R   X3.157-1987  2
467 0x07    6.3  (0.25)   4        252   (6,400)  IMFM  C   X3.116-1986  1
468 0x08    3.81 (0.15)   4        315   (8,000)  GCR   CS  X3.158-1987  1
469 0x09   12.7  (0.5)   18      1,491  (37,871)  GCR   C   X3.180       2
470 0x0A   12.7  (0.5)   22        262   (6,667)  MFM   C   X3B5/86-199  1
471 0x0B    6.3  (0.25)   4         63   (1,600)  PE    C   X3.56-1986   1
472 0x0C   12.7  (0.5)   24        500  (12,690)  GCR   C   HI-TC1       1,6
473 0x0D   12.7  (0.5)   24        999  (25,380)  GCR   C   HI-TC2       1,6
474 0x0F    6.3  (0.25)  15        394  (10,000)  GCR   C   QIC-120      1,6
475 0x10    6.3  (0.25)  18        394  (10,000)  GCR   C   QIC-150      1,6
476 0x11    6.3  (0.25)  26        630  (16,000)  GCR   C   QIC-320      1,6
477 0x12    6.3  (0.25)  30      2,034  (51,667)  RLL   C   QIC-1350     1,6
478 0x13    3.81 (0.15)   1      2,400  (61,000)  DDS   CS  X3B5/88-185A 5
479 0x14    8.0  (0.315)  1      1,703  (43,245)  RLL   CS  X3.202-1991  5,11
480 0x15    8.0  (0.315)  1      1,789  (45,434)  RLL   CS  ECMA TC17    5,12
481 0x16   12.7  (0.5)   48        394  (10,000)  MFM   C   X3.193-1990  1
482 0x17   12.7  (0.5)   48      1,673  (42,500)  MFM   C   X3B5/91-174  1
483 0x18   12.7  (0.5)  112      1,673  (42,500)  MFM   C   X3B5/92-50   1
484 0x19   12.7  (0.5)  128      2,460  (62,500)  RLL   C   DLTapeIII    6,7
485 0x1A   12.7  (0.5)  128      3,214  (81,633)  RLL   C   DLTapeIV(20) 6,7
486 0x1B   12.7  (0.5)  208      3,383  (85,937)  RLL   C   DLTapeIV(35) 6,7
487 0x1C    6.3  (0.25)  34      1,654  (42,000)  MFM   C   QIC-385M     1,6
488 0x1D    6.3  (0.25)  32      1,512  (38,400)  GCR   C   QIC-410M     1,6
489 0x1E    6.3  (0.25)  30      1,385  (36,000)  GCR   C   QIC-1000C    1,6
490 0x1F    6.3  (0.25)  30      2,666  (67,733)  RLL   C   QIC-2100C    1,6
491 0x20    6.3  (0.25) 144      2,666  (67,733)  RLL   C   QIC-6GB(M)   1,6
492 0x21    6.3  (0.25) 144      2,666  (67,733)  RLL   C   QIC-20GB(C)  1,6
493 0x22    6.3  (0.25)  42      1,600  (40,640)  GCR   C   QIC-2GB(C)   ?
494 0x23    6.3  (0.25)  38      2,666  (67,733)  RLL   C   QIC-875M     ?
495 0x24    3.81 (0.15)   1      2,400  (61,000)        CS  DDS-2        5
496 0x25    3.81 (0.15)   1      3,816  (97,000)        CS  DDS-3        5
497 0x26    3.81 (0.15)   1      3,816  (97,000)        CS  DDS-4        5
498 0x27    8.0  (0.315)  1      3,056  (77,611)  RLL   CS  Mammoth      5
499 0x28   12.7  (0.5)   36      1,491  (37,871)  GCR   C   X3.224       1
500 0x29   12.7  (0.5)
501 0x2A
502 0x2B   12.7  (0.5)    3          ?        ?     ?   C   X3.267       5
503 0x40   12.7  (0.5)  384      4,800  (123,952)       C   LTO-1
504 0x41   12.7  (0.5)  208      3,868  (98,250)  RLL   C   DLTapeIV(40) 6,7
505 0x42   12.7  (0.5)  512      7,398  (187,909)       C   LTO-2
506 0x44   12.7  (0.5)  704      9,638  (244,805)       C   LTO-3
507 0x46   12.7  (0.5)  896      12,725 (323,215)       C   LTO-4
508 0x47    3.81 (0.25)   ?      6,417  (163,000)       CS  DAT-72
509 0x48   12.7  (0.5)  448      5,236  (133,000) PRML  C   SDLTapeI(110) 6,8,13
510 0x49   12.7  (0.5)  448      7,598  (193,000) PRML  C   SDLTapeI(160) 6,8
511 0x4A   12.7  (0.5)  768          ?            PRML  C   T10000A      10
512 0x4B   12.7  (0.5) 1152          ?            PRML  C   T10000B      10
513 0x4C   12.7  (0.5) 3584          ?            PRML  C   T10000C      10
514 0x4D   12.7  (0.5) 4608          ?            PRML  C   T10000D      10
515 0x51   12.7  (0.5)  512      11,800 (299,720)       C   3592A1 (unencrypted)
516 0x52   12.7  (0.5)  896      11,800 (299,720)       C   3592A2 (unencrypted)
517 0x53   12.7  (0.5) 1152      13,452 (341,681)       C   3592A3 (unencrypted)
518 0x54   12.7  (0.5) 2560      19,686 (500,024)       C   3592A4 (unencrypted)
519 0x55   12.7  (0.5) 5120      20,670 (525,018)       C   3592A5 (unencrypted)
520 0x56   12.7  (0.5) 7680      20,670 (525,018)       C   3592B5 (unencrypted)
521 0x57   12.7  (0.5) 8704      21,850 (554,990)       C   3592A6 (unencrypted)
522 0x58   12.7  (0.5) 1280      15,142 (384,607)       C   LTO-5
523 0x5A   12.7  (0.5) 2176      15,142 (384,607)       C   LTO-6
524 0x5C   12.7  (0.5) 3584      19,107 (485,318)       C   LTO-7
525 0x5D   12.7  (0.5) 5376      19,107 (485,318)       C   LTO-M8       14
526 0x5E   12.7  (0.5) 6656      20,669 (524,993)       C   LTO-8
527 0x60   12.7  (0.5) 8960      23,031 (584,987)       C   LTO-9
528 0x71   12.7  (0.5)  512      11,800 (299,720)       C   3592A1 (encrypted)
529 0x72   12.7  (0.5)  896      11,800 (299,720)       C   3592A2 (encrypted)
530 0x73   12.7  (0.5) 1152      13,452 (341,681)       C   3592A3 (encrypted)
531 0x74   12.7  (0.5) 2560      19,686 (500,024)       C   3592A4 (encrypted)
532 0x75   12.7  (0.5) 5120      20,670 (525,018)       C   3592A5 (encrypted)
533 0x76   12.7  (0.5) 7680      20,670 (525,018)       C   3592B5 (encrypted)
534 0x77   12.7  (0.5) 8704      21,850 (554,990)       C   3592A6 (encrypted)
535 0x8c    8.0  (0.315)  1      1,789  (45,434)  RLL   CS  EXB-8500c    5,9
536 0x90    8.0  (0.315)  1      1,703  (43,245)  RLL   CS  EXB-8200c    5,9
537 .Ed
538 .Bd -literal -offset 2n
539 Code    Description                                Type Description
540 ----    --------------------------------------     ---- -----------
541 NRZI    Non return to zero, change on ones         R    Reel-to-reel
542 GCR     Group code recording                       C    Cartridge
543 PE      Phase encoded                              CS   Cassette
544 IMFM    Inverted modified frequency modulation
545 MFM     Modified frequency modulation
546 DDS     DAT data storage
547 RLL     Run length limited
548 PRML    Partial Response Maximum Likelihood
549 .Ed
550 .Bd -literal -offset 2n
551 NOTES
552 1.  Serial recorded.
553 2.  Parallel recorded.
554 3.  Old format known as QIC-11.
555 5.  Helical scan.
556 6.  This is not an American National Standard.  The reference is based
557     on an industry standard definition of the media format.
558 7.  DLT recording: serially recorded track pairs (DLTapeIII and
559     DLTapeIV(20)), or track quads (DLTapeIV(35) and DLTapeIV(40)).
560 8.  Super DLT (SDLT) recording: 56 serially recorded logical tracks
561     with 8 physical tracks each.
562 9.  Vendor-specific Exabyte density code for compressed format.
563 10. bpi/bpmm values for the Oracle/StorageTek T10000 tape drives are
564     not listed in the manual.  Someone with access to a drive can
565     supply the necessary values by running 'mt getdensity'.
566 11. This is Exabyte 8200 uncompressed format.  The compressed format
567     density code is 0x90.
568 12. This is Exabyte 8500 uncompressed format.  The compressed format
569     density code is 0x8c.
570 13. This density code (0x48) was also used for DAT-160.
571 14. Officially known as LTO-8 Type M, abbreviated M8.  This is a pristine
572     LTO-7 cartridge initialized with a higher density format by an LTO-8
573     drive.  It cannot be read by an LTO-7 drive.  Uncompressed capacity
574     is 9TB, compared to 6TB for LTO-7 and 12TB for LTO-8.
575 .Ed
576 .Bd -literal -offset 2n
577 NOTE ON QIC STREAMERS
578
579 The following is a table of Data Cartridge types as used in the 1/4 inch
580 tape drives such as the Archive Viper 150, Wangtek 5525ES, and Tandberg
581 TDC4220 tape drives:
582
583 Value Reference     Format    Cartridge Type  Capacity   Tracks  Length
584 ----- ---------     ------    --------------  --------   ------  ------
585
586 0x05                QIC-11    DC300           15MB       4        300ft
587 0x05                QIC-11    DC300XL/P       20MB       4        450ft
588 0x05                QIC-11    DC600           27MB       4        600ft
589 0x05  X3.136-1986   QIC-24    DC615A          15MB       9        150ft
590 0x05  X3.136-1986   QIC-24    DC300XL/P       45MB       9        450ft
591 0x05  X3.136-1986   QIC-24    DC600A          60MB       9        600ft
592 0x0F  QIC-120       QIC-120   DC600A/DC6150   120MB      15       620ft
593 0x10  QIC-150       QIC-150   DC600XTD/DC6150 150MB      18       620ft
594 0x10  QIC-150       QIC-150   DC6250          250MB      18     1,020ft
595 0x11  QIC-320       QIC-525   DC6320          320MB      26       620ft
596 0x11  QIC-320       QIC-525   DC6525          525MB      26     1,020ft
597 0x1E  QIC-1000C     QIC-1000  DC9100/DL9135   1.0GB      30       760ft
598 0x1E  QIC-1000C     QIC-1000  DC9150          1.2GB      30       950ft
599 0x22  QIC-2GB(C)    QIC-2GB   DC9200          2.0GB      42       950ft
600 0x22  QIC-2GB(C)    QIC-2GB   DC9250          2.5GB      42     1,200ft
601 .Ed
602 .Pp
603 Notes:
604 .Pp
605 QIC-24, QIC-120, QIC-150 use fixed blocksize of 512 bytes, QIC-525, QIC-1000
606 and QIC-2GB can use blocksize of 1,024 bytes.
607 DDS (DAT) drives generally use variable blocks.
608 .Pp
609 QIC-02 and QIC-36 are interface standards for tape drives.
610 The QIC-02 and QIC-36 streamers such as the Wangtek 5250EQ are otherwise
611 identical to their SCSI versions (i.e.: Wangtek 5250ES).
612 .Pp
613 It seems that the 150MB and larger streamers cannot write QIC-24 9 track
614 formats, only read them.
615 .Pp
616 DC600A cartridges marked "10,000ftpi" can only be used as QIC-11, QIC-24,
617 and QIC-120 format.
618 DC600A cartridges marked 12,500ftpi can be used as both QIC-120 and QIC-150
619 format.
620 .Pp
621 Some manufacturers do not use "DC" on their cartridges.
622 Verbatim uses DL, Maxell uses MC, Sony uses QD, Quill uses DQ.
623 .Pp
624 3M/Imation & Fuji use DC.
625 Thus a DL6250, MC-6250, QD6250, DQ6250 are all identical media to a DC6250.
626 .Pp
627 QIC tape media is not "connected" to the take up reels and will de-spool
628 if the tape drive has dust covering the light sensor that looks for the end
629 of tape holes in the media.
630 .Sh ENVIRONMENT
631 .Bl -tag -width ".Ev TAPE"
632 .It Ev TAPE
633 This is the pathname of the tape drive.
634 The default (if the variable is unset, but not if it is null) is
635 .Pa /dev/nsa0 .
636 It may be overridden with the
637 .Fl f
638 option.
639 .El
640 .Sh FILES
641 .Bl -tag -width ".Pa /dev/*sa[0-9]*" -compact
642 .It Pa /dev/*sa[0-9]*
643 SCSI magnetic tape interface
644 .El
645 .Sh DIAGNOSTICS
646 The exit status will be 0 when the drive operations were successful,
647 2 when the drive operations were unsuccessful, and 1 for other
648 problems like an unrecognized command or a missing drive device.
649 .Sh COMPATIBILITY
650 Some undocumented commands support old software.
651 .Sh SEE ALSO
652 .Xr dd 1 ,
653 .Xr ioctl 2 ,
654 .Xr mtio 4 ,
655 .Xr sa 4 ,
656 .Xr environ 7
657 .Sh HISTORY
658 The
659 .Nm
660 command appeared in
661 .Bx 4.3 .
662 .Pp
663 Extensions regarding the
664 .Xr st 4
665 driver appeared in
666 .Bx 386 0.1
667 as a separate
668 .Nm st
669 command, and have been merged into the
670 .Nm
671 command in
672 .Fx 2.1 .
673 .Pp
674 The former
675 .Cm eof
676 command that used to be a synonym for
677 .Cm weof
678 has been abandoned in
679 .Fx 2.1
680 since it was often confused with
681 .Cm eom ,
682 which is fairly dangerous.
683 .Sh BUGS
684 The utility cannot be interrupted or killed during a long erase
685 (which can be longer than an hour), and it is easy to forget
686 that the default erase is long.
687 .Pp
688 Hardware block numbers do not always correspond to blocks on the tape
689 when the drive uses internal compression.
690 .Pp
691 Erasure is not guaranteed if the tape is not at its beginning.
692 .Pp
693 Tape-related documentation is poor, here and elsewhere.