automatic rewind no-rewind /dev/rmt/0cb /dev/rmt/0cbnman st for more information
mt -f TAPE_DEVICE rewindwhere TAPE_DEVICE is the tape drive device name.
mt -f TAPE_DEVICE offlinewhere TAPE_DEVICE is the tape drive device name. NOTE: This only applies to 4mm (DAT) & 8mm (exabyte) tape drives, 1/4" drives must be manually ejected.
tar tvf TAPE_DEVICEwhere TAPE_DEVICE is the tape drive device name.
NOTE: You may need to issue the tar command multiples times if there is more than more tar file on the tape.
tar xvf TAPE_DEVICEor, do the following if you want to extract specific files and directories:
tar xvf TAPE_DEVICE [filenames and/or directory names]where TAPE_DEVICE is the tape drive device name.
tar cvf TAPE_DEVICE [filenames and/or directory names]where TAPE_DEVICE is the tape drive device name.