tar.bz2 파일을 압축 풀때 에러가 납니다.
글쓴이: s0ulhacker / 작성시간: 월, 2006/11/27 - 7:47오후
[root@bull lan]# /usr/local/bin/tar -xvjf gcc-4.1.1.tar.bz2
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
/usr/local/bin/tar: Child returned status 2
/usr/local/bin/tar: Error exit delayed from previous errors
위와 같은 에러가 납니다.
조언부탁드립니다.
tar 1.16
bzip2 1.0.3
Forums:
다시 받아보시는
다시 받아보시는 거가 어떨까요?
$ md5sum -b gcc-4.1.1.tar.bz2
ad9f97a4d04982ccf4fd67cb464879f3 *gcc-4.1.1.tar.bz2
다른 리눅스 시스템에서..
원래 tar 와 bzip2 가 설치되어있던 다른 PC에서 해보니 잘 풀리는 파일입니다.
그런데 제가 직접 tar와 bzip2를 설치한 이 PC에서는 안되네요
혹시 tar에서 j 옵션으로 bzip2를 압축해제하려면
tar와 bzip2를 설치할때 특별한 옵션을 줘야 하나요?
bunzip2으로는 일단
bunzip2으로는 일단 tar를 얻을 수 있나요?
저 죄송하지만..
제가 잘 몰라서 그러는데
tar를 얻을수 있다는것은 무슨 말씀이신지요.
그리고 bunzip2는 bzip2와 같은건가요?
tar.bz2는 tar로 파일을
tar.bz2는 tar로 파일을 묶고, 그 파일을 bzip2로 압축한 것입니다.
bunzip2 로 풀면 tar 파일이 나오고, 이를 tar로 풀어주면 됩니다.
네 물론 그렇습니다만...
제가 알고있는 bzip2 가 말씀하시는 bunzip2 와 같은것인가보군요.
일단 제가 bzip2 -d 파일명 해보니
tar 를 얻을순 있더군요.
그럼 bzip2는 잘 되는것이고..tar가 문제인걸까요?
댓글 달기