
mt
List of commands for mt:
-
mt:tldr:00ef3 mt: Rewind the tape to beginning.$ mt -f ${-dev-nstX} rewindtry on your machineexplain this command
-
mt:tldr:59c13 mt: Position the tape at the end of valid data.$ mt -f ${-dev-nstX} eodtry on your machineexplain this command
-
mt:tldr:64a38 mt: Check the status of a tape drive.$ mt -f ${-dev-nstX} statustry on your machineexplain this command
-
mt:tldr:713ff mt: Move forward a given files, then position the tape on first block of next file.$ mt -f ${-dev-nstX} fsf ${count}try on your machineexplain this command
-
mt:tldr:a0791 mt: Write EOF (End-of-file) mark at the current position.$ mt -f {{/dev/nstX} eoftry on your machineexplain this command
-
mt:tldr:e2946 mt: Rewind the tape, then position the tape at beginning of the given file.$ mt -f ${-dev-nstX} asf ${count}try on your machineexplain this command
-
mt:tldr:f7840 mt: Rewind the tape and unload/eject it.$ mt -f ${-dev-nstX} ejecttry on your machineexplain this command