|
|
a2ee99 |
From 26bf6f6794a8a35f69dc2a8a01e69bf50200800f Mon Sep 17 00:00:00 2001
|
|
|
a2ee99 |
From: David Sommerseth <davids@redhat.com>
|
|
|
a2ee99 |
Date: Fri, 6 May 2016 21:00:58 +0200
|
|
|
a2ee99 |
Subject: [PATCH] man: Document mtx eject and previous operations
|
|
|
a2ee99 |
|
|
|
a2ee99 |
---
|
|
|
a2ee99 |
mtx.1 | 8 +++++++-
|
|
|
a2ee99 |
1 file changed, 7 insertions(+), 1 deletion(-)
|
|
|
a2ee99 |
|
|
|
a2ee99 |
diff --git a/mtx.1 b/mtx.1
|
|
|
a2ee99 |
index a5e6cc6..108836e 100644
|
|
|
a2ee99 |
--- a/mtx.1
|
|
|
a2ee99 |
+++ b/mtx.1
|
|
|
a2ee99 |
@@ -131,13 +131,16 @@ may need to eject the tape using your OS's tape control commands
|
|
|
a2ee99 |
first). Note that this command may not be what you want on large
|
|
|
a2ee99 |
tape libraries -- e.g. on Exabyte 220, the first slot is usually a
|
|
|
a2ee99 |
cleaning tape. If <drivenum> is omitted, defaults to first drive.
|
|
|
a2ee99 |
-
|
|
|
a2ee99 |
.TP 10
|
|
|
a2ee99 |
.B last [<drivenum>]
|
|
|
a2ee99 |
Loads drive <drivenum> from the last slot in the media changer. Unloads
|
|
|
a2ee99 |
the drive if there is already a tape in it. (Note: you may need to eject
|
|
|
a2ee99 |
the tape using your OS's tape control commands first).
|
|
|
a2ee99 |
.TP 10
|
|
|
a2ee99 |
+.B previous [<drivenum>]
|
|
|
a2ee99 |
+Unloads the drive and loads the previous tape in sequence. If the drive
|
|
|
a2ee99 |
+was empty, loads the first tape into the drive.
|
|
|
a2ee99 |
+.TP 10
|
|
|
a2ee99 |
.B next [<drivenum>]
|
|
|
a2ee99 |
Unloads the drive and loads the next tape in sequence. If the drive was
|
|
|
a2ee99 |
empty, loads the first tape into the drive.
|
|
|
a2ee99 |
@@ -145,6 +148,9 @@ empty, loads the first tape into the drive.
|
|
|
a2ee99 |
.B position <slotnum>
|
|
|
a2ee99 |
Positions the robot at a specific slot. Needed by some changers to
|
|
|
a2ee99 |
move to and open the import/export, or mailbox, slot.
|
|
|
a2ee99 |
+.TP 10
|
|
|
a2ee99 |
+.B eject
|
|
|
a2ee99 |
+Eject the tape currently in the drive.
|
|
|
a2ee99 |
|
|
|
a2ee99 |
.SH AUTHORS
|
|
|
a2ee99 |
The original 'mtx' program was written by Leonard Zubkoff and extensively
|
|
|
a2ee99 |
--
|
|
|
a2ee99 |
1.8.3.1
|
|
|
a2ee99 |
|