1831566 Members
3765 Online
110025 Solutions
New Discussion

tar error message

 
Fordie
Occasional Contributor

tar error message

All,
I have finished completing a backup to tape and I now wish to check the contents on it.
Using the command 'tar tvf /dev/rmt0m' I receive the following error;
'Tar: blocksize = 2
directory checksum error'.
Any help greatly appreciated

Fordie
3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: tar error message

This is an Ignite tape, right?

Use

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

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Mridul Shrivastava
Honored Contributor

Re: tar error message

What is your platform ?
For Itanium, you need fsf 22
For PA-RISC, there is the /opt/ignite/bin/copy_boot_tape command to check the usability of an ignite tape.
Time has a wonderful way of weeding out the trivial
Torsten.
Acclaimed Contributor

Re: tar error message

Another option:

/opt/ignite/bin/check_tape_recovery

see

man check_tape_recovery

for details.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!