Operating System - HP-UX
1833166 Members
3490 Online
110051 Solutions
New Discussion

directory checksum error (tar tv)

 
Emanuele De Angelis
Frequent Advisor

directory checksum error (tar tv)

Hi all,
i have a problem.

SERVER:/# tar -tv
Tar: blocksize = 2
directory checksum error
SERVER:/#

Why?

Please Help me.

Thank's in advance.
6 REPLIES 6
Leo Wong_1
Occasional Advisor

Re: directory checksum error (tar tv)

r u sure you back up it as tar command or cpio?
V. Nyga
Honored Contributor

Re: directory checksum error (tar tv)

Hi,

try it with giving the complete path:
tar -tvf /dev/rmt/0m
that's the default for HP-UX.

Also check which tar is used:
which tar

Maybe you can give us more infos?
From where do you want to read a tar?
From where is this tar?

Regards
Volkmar
*** Say 'Thanks' with Kudos ***
Emanuele De Angelis
Frequent Advisor

Re: directory checksum error (tar tv)

Thanks for replay.

I want read a backup tape.

Tar is located in /usr/bin/tar.

My OS is HP-UX 11.11

G. Vrijhoeven
Honored Contributor

Re: directory checksum error (tar tv)

Hi,

Did you specify the file/tapedrive you want to view untared?
Check man tar.


Gideon
Emanuele De Angelis
Frequent Advisor

Re: directory checksum error (tar tv)

The tape drive is /dev/rmt/0m
V. Nyga
Honored Contributor

Re: directory checksum error (tar tv)

Hi again,

'I want read a backup tape'
was it a SAM backup?
Then you have to use SAM to reread the tape.

And only to get clearance:
tar -tvf /dev/rmt/0m
gives the same?

Vo.
*** Say 'Thanks' with Kudos ***