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