LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem unzipping a tar.bz2 file tar: Error is not recov (https://www.linuxquestions.org/questions/linux-software-2/problem-unzipping-a-tar-bz2-file-tar-error-is-not-recov-88880/)

jyome 09-03-2003 01:00 PM

problem unzipping a tar.bz2 file tar: Error is not recov
 
i have used the command >tar -xvjpf <file> to uncompress the tar.bz2 file, it was working well and suddenly it stopped saying that it has corrupted files.How should i recover from it.
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

DrOzz 09-03-2003 01:16 PM

well if tar -jxvf does not uncompress it without error, then maybe its just a corrupted file...go download a different copy from a different site, and see if the same thing happens..

salparadise 09-03-2003 01:23 PM

had a similar thing happen today

i unzipped the file with

bunzip2 file.name.tar.bz2

then used the tar command

all sorted

jyome 09-04-2003 08:45 AM

prblm in unzipping tar file
 
Thanx, Salparadise for your reply, that worked well...but i have a problem in unzipping the tar file, suggest me the best command to unzip it...

salparadise 09-04-2003 01:04 PM

this is a matter of getting the -options right

type

man bunzip2


All times are GMT -5. The time now is 01:55 AM.