Unable to Untar

Hello,

bash-2.05# tar -xvf sunos.tar
tar: directory checksum error
bash-2.05# file sunos.tar
sunos.tar:    data
bash-2.05#

Can someone please help me untar this. This is a Solaris 9 box.

It doesn't look like a tar file. What says:

od -c sunos.tar | head

?

bash-2.05# od -c sunos.tar | head
0000000 033 032 � � � � � � � � � 004 232 W 006 �
0000020 � 206 � 8 � = � � a 205 � 026 i 3 a \
0000040 � � 227 \t � 217 g 212 ` 203 + O � T � �
0000060 � � 033 � � 025 � h � 220 225 � < � m �
0000100 0 025 017 D ' M 022 G H 210 � � 007 � n 037
0000120 � � � � � � � \b � ^ � i 215 p 7 �
0000140 = � / 213 006 � 211 � � � � � i � � �
0000160 217 \f C & : { 226 201 G 007 031 � * W & �
0000200 � � N T � 035 024 � 232 � P \r ` � � )
0000220 � I & 027 � # " � � � 034 � * � { 230
bash-2.05#

First thought is that the tar archive is corrupt.

Where did the archive come from? Did you create it?

Did you ftp it onto the system? If so, did you use "binary" transfer?

Whatever that file is, it is not a tar archive .
What do you get for:

file sunos.tar

That was in the OP, it doesn't recognize it, just says 'data'.