Examples (7)
Check the status of a tape drive
mt -f /dev/nstX statusRewind the tape to beginning
mt -f /dev/nstX rewindMove forward a given files, then position the tape on first block of next file
mt -f /dev/nstX fsf countRewind the tape, then position the tape at beginning of the given file
mt -f /dev/nstX asf countPosition the tape at the end of valid data
mt -f /dev/nstX eodWrite EOF (End-of-file) mark at the current position
mt -f /dev/nstX eofmade by @shridhargupta | data from tldr-pages