Legato NetWorker Commands Index:
ansrdascdcode
cdi_block_limits
cdi_bsf
cdi_bsr
cdi_eod
cdi_filemark
cdi_fsf
cdi_fsr
cdi_get_config
cdi_get_status
cdi_inq
cdi_load_unload
cdi_locate
cdi_offline
cdi_rewind
cdi_set_compression
cdi_space
cdi_ta
cdi_tapesize
cdi_tur
changers
dasadmin
ddmgr
EMASS_silo
erase
generate_test_tape
hadump
hafs
hagentd
hagetconf
haprune
hascsi
hasubmit
hasys
hpflip
IBM_silo
ielem
inquire
jbconfig
jbexercise
jbverify
ldunld
lgtolic
lgtolmd
libcdi
libscsi
libsji
libstlemass
libstlibm
libstlstk
lrescan
lreset
lus_add_fp_devs
lusbinfo
lusdebug
mini_el
mm_data
mminfo
mmlocate
mmpool
mmrecov
msense
mt
ndmpjbconf
networker
nsr (1)
nsr (5)
nsr_archive_request
nsr_client
nsr_crash
nsr_data
nsr_device
nsr_directive
nsr_getdate
nsr_group
nsr_ize
nsr_jukebox
nsr_label
nsr_layout
nsr_license
nsr_migration
nsr_notification
nsr_policy
nsr_pool
nsr_regexp
nsr_resource
nsr_schedule
nsr_service
nsr_shutdown
nsr_stage
nsr_storage_node
nsr_support
nsr_usergroup
nsradmin
nsralist
nsrarchive
nsrcap
nsrcat
nsrck
nsrclone
nsrcnct
nsrd
nsrexec
nsrexecd
nsrhsmck
nsrhsmclear
nsrhsmd
nsrhsmls
nsrhsmnfs
nsrhsmrc
nsrhsmrecall
nsrib
nsriba
nsrim
nsrindexasm
nsrindexd
nsrinfo
nsrjb
nsrlic
nsrls
nsrmig
nsrmm
nsrmmd
nsrmmdbasm
nsrmmdbd
nsrmon
nsrndmp_clone
nsrndmp_recover
nsrndmp_save
nsrpmig
nsrports
nsrretrieve
nsrssc
nsrstage
nsrtrap
nsrwatch
nwadmin
nwarchive
nwbackup
nwrecover
nwretrieve
pathownerignore
pmode
preclntsave
pstclntsave
read_a_block
recover
relem
resource
save
savefs
savegrp
savepnpc
scanner
sjiielm
sjiinq
sjimm
sjirdp
sjirdtag
sjirelem
sjirjc
sjisn
sn
ssi
stk_eject
STK_silo
stli
sym2xdm
tapeexercise
tur
uasm
writebuf
* - Windows Only
* mt
* nsrlpr
* nsrperf
mt
(windows only)mt - magnetic tape control
SYNOPSIS
mt [ -f tapename ] command... [ count ]
AVAILABILITY
The mt command is provided as a native utility under Unix. Unix users should refer to the operating system's native man page for the this command. Legato has ported the mt command to the Windows platforms in order to provide access to its functionality to our Windows customers. This man page describes the functionality of the mt command as provided with the 'NetWorker for Windows' distribution.
DESCRIPTION
mt sends commands to a magnetic tape drive. mt uses the device //./tape#. tapename refers to a raw tape device. By default, mt performs the requested operation once; multiple iterations can be performed by specifying count. If no tape drive is specified, mt defaults to //./tape0 explicitly. The available commands are listed below. Only as many characters as are required to uniquely identify a command need be specified. mt returns nothing when the operation(s) are successful, USAGE: mt [-f tape] op [count] if the command was unrecognized or if mt was unable to open the specified tape drive, and operation [command] on [tapename] failed: incorrect function if an operation failed.
OPTIONS
-f tapename Specify the raw tape device name.
OPERANDS
count The number of times that the requested operation is to be performed. By default, mt performs command once; multiple iterations of command can be performed by specifying count. weof Write count EOF marks at the current position on the tape. fsf Forward space over count EOF marks. The tape is positioned on the first block of the file. fsr Forward space count records. bsf Back space over count EOF marks. The tape is positioned on the beginning-of-tape side of the EOF mark. bsr Back space count records. For the following commands, count is ignored: eom Space to the end of recorded media on the tape. This is useful for appending files onto previously written tapes. rewind Rewind the tape. offline Rewind the tape and, if appropriate, take the drive unit off-line by unloading the tape. status Print status information about the tape unit. erase Erase the entire tape. Tape must be rewound to the beginning, otherwise erasure begins at the current location on the tape.
FILES
//./tape0 magnetic tape interface //./tape1 //./tape2 //./tape3 ... and so on.
SEE ALSO
The UNIX mt(1) man page, if available.
BUGS
Not all devices support all options. Some options are hardware-dependent. Refer to the corresponding device manual page.
ADVERTISEMENT
NetWorker for WindowsMan(1) output converted with man2html, sed, awk