Hi Chin,
You're welcome, glad it helped.
You don't need to erase the tape before re-using it. Everything you write on the tape will automatically overwrite what's already on, unless you use the 'no-rewind' tape.
Every time you insert a tape, it's automatically positioned at the beginning, so you shouldn't worry about rewinding.
If you use commands like:
mt -t /dev/rmt/0mn fsf 1
your tape will NOT be positioned at the beginning ANYMORE. The 'fsf' stands for 'forward skip file' and is used to position the tape at a file mark.
Best regards,
Dan
PS: if you play a bit with the 'fsf' stuff, don't forget once finished to issue the following command:
mt -t /dev/rmt/0m rew
This wil rewind ('rew') the tape.
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com