1752758 Members
4860 Online
108789 Solutions
New Discussion юеВ

check a band ignit

 
SOLVED
Go to solution
Gerald_13
Frequent Advisor

check a band ignit

Hi,
I would like to check a Boot DAT ignit before restore system. So I would like just to list files on this band before.
How can I do this ?
Thanks very much for your help.
regards,
Gerald.
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: check a band ignit

Hi Gerald,

Insert the tape into the tape drive.

# mt -f /dev/rmt/?mn rew
# mt -t /dev/rmt/?mn fsf 1
# tar -tvf /dev/rmt/?mn

Regards,
Robert-Jan.
T G Manikandan
Honored Contributor

Re: check a band ignit

#mt -f /dev/rmt/0mn rew
#mt -f /dev/rmt/0mn fsf 1
List the contents
#tar tvf /dev/rmt/0m