Difference between revisions of "Magnetic Tape"
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
<code>mt [-f </dev/st0>] off / offline / eject</code> eject tape</br> | <code>mt [-f </dev/st0>] off / offline / eject</code> eject tape</br> | ||
<code>mt [-f </dev/st0>] load</code> load tape</br> | <code>mt [-f </dev/st0>] load</code> load tape</br> | ||
</br> | |||
= tapestat = | |||
Shows I/O of tape drives. | |||
== Use == | |||
<code>tapestat <interval>[s] <count>[times]</code> update stats every <interval> times <count></br> | |||
== Useful Flags == | |||
<code>--human</code> human readable</br> | |||
Latest revision as of 12:29, 30 November 2022
mt
Controls magnetic tape drives.
Use
mt [-f </dev/st0>] status show status of <device>
Useful Operations
mt [-f </dev/st0>] rewind rewind tape
mt [-f </dev/st0>] off / offline / eject eject tape
mt [-f </dev/st0>] load load tape
tapestat
Shows I/O of tape drives.
Use
tapestat <interval>[s] <count>[times] update stats every <interval> times <count>
Useful Flags
--human human readable