Working with “mt” Commands: reading and writing to tape. The following assumes the tape device is “/dev/st0″ STEP 1 ( rewind the tape) # mt -f /dev/st0 rewind STEP 2 (check to see if you are at block 0) # mt -f /dev/st0 tell At block 0. STEP 3 (Backup …