2003-08-07 13:05:01 +04:00
|
|
|
.\" $NetBSD: mt.1,v 1.33 2003/08/07 09:05:17 agc Exp $
|
1993-03-25 11:01:33 +03:00
|
|
|
.\"
|
1995-03-21 09:57:43 +03:00
|
|
|
.\" Copyright (c) 1981, 1990, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-03-25 11:01:33 +03:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2003-08-07 13:05:01 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1993-03-25 11:01:33 +03:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1995-03-21 09:57:43 +03:00
|
|
|
.\" @(#)mt.1 8.1 (Berkeley) 6/6/93
|
1993-03-25 11:01:33 +03:00
|
|
|
.\"
|
1995-03-21 09:57:43 +03:00
|
|
|
.Dd June 6, 1993
|
1993-03-25 11:01:33 +03:00
|
|
|
.Dt MT 1
|
1999-03-22 21:25:43 +03:00
|
|
|
.Os
|
1993-03-25 11:01:33 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm mt
|
1998-07-03 15:08:08 +04:00
|
|
|
.Nd magnetic tape manipulation
|
1993-03-25 11:01:33 +03:00
|
|
|
.Sh SYNOPSIS
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1993-03-25 11:01:33 +03:00
|
|
|
.Op Fl f Ar tapename
|
|
|
|
.Ar command
|
|
|
|
.Op Ar count
|
|
|
|
.Sh DESCRIPTION
|
1998-07-03 15:08:08 +04:00
|
|
|
The
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1998-07-03 15:08:08 +04:00
|
|
|
program is used to give commands to a magnetic tape drive.
|
1993-03-25 11:01:33 +03:00
|
|
|
By default
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1998-07-03 15:08:08 +04:00
|
|
|
performs the requested operation once.
|
|
|
|
Operations may be performed multiple times by specifying
|
1993-03-25 11:01:33 +03:00
|
|
|
.Ar count .
|
1998-07-03 15:08:08 +04:00
|
|
|
.Pp
|
1993-03-25 11:01:33 +03:00
|
|
|
Note
|
|
|
|
that
|
|
|
|
.Ar tapename
|
|
|
|
must reference a raw (not block) tape device.
|
1996-03-05 23:39:32 +03:00
|
|
|
If
|
|
|
|
.Ar tapename
|
|
|
|
is of the form
|
1998-07-03 15:08:08 +04:00
|
|
|
.Qq host:tapename ,
|
1996-03-05 23:39:32 +03:00
|
|
|
or
|
1998-07-03 15:08:08 +04:00
|
|
|
.Qq user@host:tapename ,
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1996-03-05 23:39:32 +03:00
|
|
|
writes to the named tape device on the remote host using
|
|
|
|
.Xr rmt 8 .
|
1993-03-25 11:01:33 +03:00
|
|
|
.Pp
|
1998-07-03 15:08:08 +04:00
|
|
|
The
|
|
|
|
.Xr rmt 8
|
|
|
|
process on the remote host is typically initiated via
|
|
|
|
.Xr rsh 1 ,
|
|
|
|
although an alternate method such as
|
|
|
|
.Xr ssh 1
|
|
|
|
can be specified via the
|
|
|
|
.Ev RCMD_CMD
|
|
|
|
environment variable.
|
|
|
|
.Pp
|
|
|
|
The available commands are listed below.
|
|
|
|
Only as many characters as are required to uniquely identify a command
|
1993-03-25 11:01:33 +03:00
|
|
|
need be specified.
|
|
|
|
.Bl -tag -width "eof, weof"
|
Add the asf command for absolute tape positioning.
Some cleanup of the remote tape interface, but a lot more is needed.
Ideally, we'd have a "rmt" library which provides a remote tape API
including open, read, write, close, and ioctl. This is useful not
only for mt, but also for programs like tar, cpio, pax, backup and
restore.
1996-08-08 13:16:06 +04:00
|
|
|
.It Cm asf
|
2001-02-03 19:26:45 +03:00
|
|
|
Move forward
|
2001-12-20 22:31:48 +03:00
|
|
|
.Ar count
|
2002-09-25 19:18:36 +04:00
|
|
|
files from the beginning of the tape.
|
|
|
|
This is accomplished by a rewind followed by fsf
|
Add the asf command for absolute tape positioning.
Some cleanup of the remote tape interface, but a lot more is needed.
Ideally, we'd have a "rmt" library which provides a remote tape API
including open, read, write, close, and ioctl. This is useful not
only for mt, but also for programs like tar, cpio, pax, backup and
restore.
1996-08-08 13:16:06 +04:00
|
|
|
.Ar count .
|
1993-03-25 11:01:33 +03:00
|
|
|
.It Cm eof , weof
|
|
|
|
Write
|
|
|
|
.Ar count
|
|
|
|
end-of-file marks at the current position on the tape.
|
|
|
|
.It Cm fsf
|
|
|
|
Forward space
|
|
|
|
.Ar count
|
|
|
|
files.
|
|
|
|
.It Cm fsr
|
|
|
|
Forward space
|
|
|
|
.Ar count
|
|
|
|
records.
|
|
|
|
.It Cm bsf
|
|
|
|
Back space
|
|
|
|
.Ar count
|
|
|
|
files.
|
|
|
|
.It Cm bsr
|
|
|
|
Back space
|
|
|
|
.Ar count
|
|
|
|
records.
|
|
|
|
.It Cm rewind
|
|
|
|
Rewind the tape
|
|
|
|
(Count is ignored).
|
|
|
|
.It Cm offline , rewoffl
|
|
|
|
Rewind the tape and place the tape unit off-line
|
|
|
|
(Count is ignored).
|
|
|
|
.It Cm status
|
1997-07-02 00:15:51 +04:00
|
|
|
Print status information about the tape unit
|
|
|
|
(Count is ignored).
|
1994-10-16 14:46:49 +03:00
|
|
|
.It Cm retension
|
2002-08-13 17:22:35 +04:00
|
|
|
Retensions the tape
|
2002-08-13 17:16:24 +04:00
|
|
|
(Not all tape drives support this feature; count is ignored).
|
1994-10-16 14:46:49 +03:00
|
|
|
.It Cm erase
|
2002-08-13 17:22:35 +04:00
|
|
|
Erases the tape
|
2002-08-13 17:16:24 +04:00
|
|
|
(Not all tape drives support this feature; count is ignored).
|
1998-07-30 04:58:27 +04:00
|
|
|
.It Cm eew
|
|
|
|
Enable or disabled early warning EOM behaviour.
|
|
|
|
.Ar Count
|
|
|
|
is set to nonzero to enable, zero to disable.
|
1994-10-16 14:46:49 +03:00
|
|
|
.It Cm eom
|
2000-02-02 09:56:46 +03:00
|
|
|
Forward space to the end of recorded media
|
1997-07-02 00:15:51 +04:00
|
|
|
(Count is ignored).
|
1999-07-21 21:10:08 +04:00
|
|
|
.It Cm blocksize , setblk
|
1996-05-21 14:23:54 +04:00
|
|
|
Set the tape blocksize to
|
|
|
|
.Ar count
|
|
|
|
bytes.
|
1997-07-02 00:15:51 +04:00
|
|
|
A
|
|
|
|
.Ar count
|
|
|
|
of zero sets variable blocksize.
|
1999-07-21 21:10:08 +04:00
|
|
|
.It Cm density , setdensity
|
1996-05-21 14:23:54 +04:00
|
|
|
Set the tape density code to
|
|
|
|
.Ar count
|
1998-07-03 15:08:08 +04:00
|
|
|
as specified in the
|
1999-09-30 16:08:12 +04:00
|
|
|
.Tn SCSI-3
|
2002-09-25 19:18:36 +04:00
|
|
|
specification.
|
|
|
|
See the
|
1999-09-30 16:08:12 +04:00
|
|
|
.Sx DENSITY CODES
|
|
|
|
section for a list of codes for commonly used media types.
|
1997-09-29 23:35:31 +04:00
|
|
|
.It Cm rdspos
|
2002-08-13 17:16:24 +04:00
|
|
|
Read the logical block position of the tape
|
|
|
|
(Not all tape drives support this feature; count is ignored).
|
1997-09-29 23:35:31 +04:00
|
|
|
.It Cm rdhpos
|
2002-08-13 17:22:35 +04:00
|
|
|
Read the hardware block position of the tape
|
2002-08-13 17:16:24 +04:00
|
|
|
(Not all tape drives support this feature; count is ignored).
|
1997-09-29 23:35:31 +04:00
|
|
|
.It Cm setspos
|
1997-10-03 10:03:06 +04:00
|
|
|
Set the logical block position of the tape to
|
|
|
|
.Ar count
|
|
|
|
(not all tape drives support this feature).
|
1997-09-29 23:35:31 +04:00
|
|
|
.It Cm sethpos
|
1997-10-03 10:03:06 +04:00
|
|
|
Set the hardware block position of the tape to
|
|
|
|
.Ar count
|
|
|
|
(not all tape drives support this feature).
|
1997-10-04 16:32:31 +04:00
|
|
|
.It Cm compress
|
|
|
|
If
|
|
|
|
.Ar count
|
1998-07-03 15:08:08 +04:00
|
|
|
is zero, disable compression.
|
|
|
|
Otherwise enable compression (not all tape drives support this feature).
|
1993-03-25 11:01:33 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
If a tape name is not specified, and the environment variable
|
|
|
|
.Ev TAPE
|
1997-10-03 10:03:06 +04:00
|
|
|
is not set, then
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1993-03-25 11:01:33 +03:00
|
|
|
uses the device
|
1997-10-04 16:32:31 +04:00
|
|
|
.Pa /dev/nrst0 .
|
2000-09-04 11:30:07 +04:00
|
|
|
.Sh EXIT STATUS
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1993-03-25 11:01:33 +03:00
|
|
|
returns a 0 exit status when the operation(s) were successful,
|
|
|
|
1 if the command was unrecognized, and 2 if an operation failed.
|
1999-09-30 16:08:12 +04:00
|
|
|
.Sh DENSITY CODES
|
|
|
|
The SCSI-3 specification defines a number of density codes for
|
2002-09-25 19:18:36 +04:00
|
|
|
various tape media, some of which are listed here.
|
|
|
|
Note that many tape drive vendors also define model-specific codes.
|
1999-09-30 16:08:12 +04:00
|
|
|
.Pp
|
|
|
|
.Bl -column "Code" "Format" -compact
|
|
|
|
.It Em "Code Format"
|
|
|
|
.It Li 0 Ta Device default
|
|
|
|
.It Li 1 Ta 1/2" 800 bpi
|
|
|
|
.It Li 2 Ta 1/2" 1600 bpi
|
|
|
|
.It Li 3 Ta 1/2" 6250 bpi
|
|
|
|
.It Li 4 Ta QIC-11
|
|
|
|
.It Li 5 Ta QIC-24
|
|
|
|
.It Li 15 Ta QIC-120
|
|
|
|
.It Li 16 Ta QIC-150
|
|
|
|
.It Li 17 Ta QIC-320/525
|
|
|
|
.It Li 18 Ta QIC-1320/1350
|
|
|
|
.It Li 19 Ta DDS
|
|
|
|
.It Li 28 Ta QIC-385M
|
|
|
|
.It Li 29 Ta QIC-410M
|
|
|
|
.It Li 30 Ta QIC-1000C
|
|
|
|
.It Li 31 Ta QIC-2100C
|
|
|
|
.It Li 32 Ta QIC-6GB
|
|
|
|
.It Li 33 Ta QIC-20GB
|
|
|
|
.It Li 34 Ta QIC-2GB
|
|
|
|
.It Li 35 Ta QIC-875M
|
|
|
|
.It Li 36 Ta DDS-2
|
|
|
|
.It Li 37 Ta DDS-3
|
|
|
|
.It Li 38 Ta DDS-4
|
|
|
|
.El
|
1993-03-25 11:01:33 +03:00
|
|
|
.Sh ENVIRONMENT
|
2003-02-05 02:07:28 +03:00
|
|
|
If the following environment variables exist, they are used by
|
2003-02-25 13:34:36 +03:00
|
|
|
.Nm .
|
1993-03-25 11:01:33 +03:00
|
|
|
.Bl -tag -width Fl
|
|
|
|
.It Ev TAPE
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1998-07-03 15:08:08 +04:00
|
|
|
uses device filename given in the
|
1993-03-25 11:01:33 +03:00
|
|
|
.Ev TAPE
|
|
|
|
environment variable if the
|
|
|
|
.Ar tapename
|
1998-07-03 15:08:08 +04:00
|
|
|
argument is not given.
|
|
|
|
.It Ev RCMD_CMD
|
|
|
|
.Nm
|
|
|
|
will use
|
|
|
|
.Ev RCMD_CMD
|
|
|
|
rather than
|
|
|
|
.Pa /usr/bin/rsh
|
|
|
|
to invoke
|
|
|
|
.Xr rmt 8
|
|
|
|
on a remote machine.
|
|
|
|
The full path name must be specified.
|
1998-07-27 22:07:41 +04:00
|
|
|
.El
|
1993-03-25 11:01:33 +03:00
|
|
|
.Sh FILES
|
1999-09-30 16:08:12 +04:00
|
|
|
.Bl -tag -width /dev/rst* -compact
|
1995-08-22 23:36:00 +04:00
|
|
|
.It Pa /dev/rst*
|
1998-07-03 15:08:08 +04:00
|
|
|
Raw
|
|
|
|
.Tn SCSI
|
1999-09-30 16:08:12 +04:00
|
|
|
tape device
|
1993-03-25 11:01:33 +03:00
|
|
|
.It Pa /dev/rmt*
|
1999-09-30 16:08:12 +04:00
|
|
|
Raw magnetic tape device
|
1993-03-25 11:01:33 +03:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr dd 1 ,
|
|
|
|
.Xr ioctl 2 ,
|
1998-07-03 15:08:08 +04:00
|
|
|
.Xr mtio 4 ,
|
1999-09-30 16:08:12 +04:00
|
|
|
.Xr st 4 ,
|
1993-03-25 11:01:33 +03:00
|
|
|
.Xr environ 7
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
1997-10-20 12:50:59 +04:00
|
|
|
.Nm
|
1995-07-25 23:36:36 +04:00
|
|
|
utility appeared in
|
1993-03-25 11:01:33 +03:00
|
|
|
.Bx 4.3 .
|