System Administration Guide, Volume 1

How to Rewind a Magnetic Tape Cartridge

To rewind a magnetic tape cartridge, use the mt command.


$ mt -f /dev/rmt/n rewind

Example--Rewinding a Magnetic Tape Cartridge

The following example rewinds the tape in drive /dev/rmt/1.


$ mt -f /dev/rmt/1 rewind
$