[IGNITE] How to check the integrity of a tape created by make_net_recovery (Itanium)

segunda-feira, 16 de janeiro de 2012

Rewind the tape

# mt -t /dev/rmt/0mn rew

Pass the header

# mt -t /dev/rmt/0mn fsf 22

Read the tape contents

# tar -tvf /dev/rmt/0mn

Confirm the execution of your tar

# echo $?