summaryrefslogtreecommitdiff
path: root/tapeinfo.1
diff options
context:
space:
mode:
Diffstat (limited to 'tapeinfo.1')
-rw-r--r--tapeinfo.129
1 files changed, 16 insertions, 13 deletions
diff --git a/tapeinfo.1 b/tapeinfo.1
index 653042f..d8f1e49 100644
--- a/tapeinfo.1
+++ b/tapeinfo.1
@@ -28,45 +28,48 @@ tapeinfo \- report SCSI tape device info
.SH SYNOPSIS
tapeinfo -f <scsi-generic-device>
.SH DESCRIPTION
-The
+The
.B tapeinfo
command reads various information from SCSI tape drives that is not
generally available via most vendors' tape drivers. It issues raw
commands directly to the tape drive, using either the operating system's
SCSI generic device ( e.g. /dev/sg0 on Linux, /dev/pass0 on FreeBSD) or
-the raw SCSI I/O ioctl on a tape device on some operating systems.
+the raw SCSI I/O ioctl on a tape device on some operating systems.
.P
One good time to use 'tapeinfo' is immediately after a tape i/o operation has
failed. On tape drives that support HP's 'tapealert' API, 'tapeinfo' will
-report a more exact description of what went wrong.
+report a more exact description of what went wrong.
.P
Do be aware that 'tapeinfo' is not a substitute for your operating system's
own 'mt' or similar tape driver control program. It is intended to supplement,
not replace, programs like 'mt' that access your operating system's tape
-driver in order to report or set information.
+driver in order to report or set information.
.SH OPTIONS
The first argument, given following
.B -f
, is the SCSI generic device corresponding to your tape drive.
Consult your operating system's documentation for more information (for
-example, under Linux these are generally start at /dev/sg0
+example, under Linux these are generally start at /dev/sg0
under FreeBSD these start at /dev/pass0).
.P
-Under FreeBSD, 'camcontrol devlist' will tell you what SCSI devices you
-have, along with which 'pass' device controls them. Under Linux,
-"cat /proc/scsi/scsi" will tell you what SCSI devices you have.
+Under FreeBSD,
+.B camcontrol devlist
+will tell you what SCSI devices you have, along with which 'pass' device
+controls them. Under Linux, the command
+.B'lsscsi \-\-generic
+will tell you what SCSI devices you have.
.SH BUGS AND LIMITATIONS
.P
This program has only been tested on Linux with a limited number of
-tape drives (HP DDS4, Seagate AIT).
+tape drives (HP DDS4, Seagate AIT, IBM LTO-6).
.P
.SH AVAILABILITY
.B tapeinfo
-is currently being maintained by Robert Nelson <robertnelson@users.sourceforge.net>
-as part of the 'mtx' suite of programs. The 'mtx' home page is
-http://mtx.sourceforge.net and the actual code is currently available there and via
-SVN from http://sourceforge.net/projects/mtx.
+is currently being maintained by Robert Nelson <robertnelson@users.sourceforge.net>
+as part of the 'mtx' suite of programs. The 'mtx' home page is
+http://mtx.sourceforge.net and the actual code is currently available there and via
+SVN from http://sourceforge.net/projects/mtx.
.SH SEE ALSO
.BR mt (1), mtx (1), scsitape (1), scsieject (1), loaderinfo (1)