Fixing The Tar Directory Checksum Error In Solaris

Asked By 0 points N/A Posted on -
qa-featured

I’m trying to fix the tar directory checksum error in Solaris, and I have no idea how this error could possibly occur? Can any help me in fixing this issue?

SHARE
Answered By 0 points N/A #306865

Fixing The Tar Directory Checksum Error In Solaris

qa-featured

This error is possible indicator that the checksum of the directory and the respective file from the tape doesn’t match up to the checksum value in the header block. This error message could indicate corrupt data on tape or else wrong blocking factor. To solve this issue make sure that the blocking factor specified by you matches the blocking factor originally specified in the command line. If you have any doubt about block size on the tape, then let the tar decide it automatically. If it is not solved by this, then the tape data is corrupted.

Related Questions