Thursday, February 12, 2009

Read write tape

rewind tape:
mt -t /dev/rmt/1m rew

then use tar command to write and read
tar cfv, tar tfv, etc

Wednesday, February 11, 2009

How to extract *.tar.Z

uncompress *.tar.Z
then the file become *.tar
use tar to handle.

Monday, February 9, 2009