1832345 Members
2169 Online
110041 Solutions
New Discussion

Re: tape error

 
Eric Zumwalt_1
Occasional Advisor

tape error

Hi,

I'm trying to restore from tape using this command: tar xvf /dev/rmt/0m and I receive this error,

Tar: blocksize = 2
directory checksum error

Any ideas what this means.

Thanks,
HP-PB 100BT LAN/9000 driver install
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor

Re: tape error

Hi,

This means either this tape was not probably created with tar. Are you sure it has a tar image?

Try with 'frecover' and see if it responds.

frecover -x -I /tmp/index -f /dev/rmt/0m

If that doesn't then try with cpio etc.,

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Eric Zumwalt_1
Occasional Advisor

Re: tape error

Thanks,

Figured out what happened. It was in tar format but someone over wrote the tape using frecover.
HP-PB 100BT LAN/9000 driver install