Thread: tar.bz2
View Single Post
Copernicus's Avatar
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#2
Originally Posted by n950 View Post
I have an error

Tar: short read
Well, I can't tell you exactly what the problem is, but since "short read" means that tar couldn't find the end of the file this usually means the archive is corrupted.

You could try to get some diagnostic messages directly from bzip2, to see if the file has been compressed correctly. E.g..:

Code:
bunzip2 -t alpha5.tar.bz2
or

Code:
bzip2 -dt alpha5.tar.bz2
 

The Following 3 Users Say Thank You to Copernicus For This Useful Post: