Thread
:
tar.bz2
View Single Post
Copernicus
2015-09-10 , 23:00
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#
2
Originally Posted by
n950
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
Quote & Reply
|
The Following 3 Users Say Thank You to Copernicus For This Useful Post:
n950
,
pichlo
,
saponga
Copernicus
View Public Profile
Send a private message to Copernicus
Find all posts by Copernicus