tar파일 압축푸는데 ..에러가.. ㅡ.ㅜ
tar cvfzp 파일명 * 해서 묶은 파일을
tar xvf 파일명 해서 푸는데 아래와 같은 에러가 뜨네요..ㅡ.ㅜ
===============================================
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Archive contains `C\334\370\251\310#\276\021\273EX\273' where numeric off_t value expected
tar: Archive contains `\021\343\314\314\2035\237:' where numeric mode_t value expected
tar: Archive contains `Y\375\257\201\215a\243|J\366\246\310' where numeric time_t value expected
tar: Archive contains `--\353Rj\021`' where numeric uid_t value expected
tar: Archive contains `\241#\f\037\035\215^\363' where numeric gid_t value expected
(\006\3140\223<\346\356\320\036M\353\203Ijk,\256\200\004\246\3043\302\230\006\306G\035\320\314\227l\213\3
76\266M\233+\357w8b\254\252\201\245
tar: (\006\3140\223<\346\356\320\036M\353\203Ijk,\256\200\004\246\3043\302\230\006\306G\035\320\314\227l\
213\376\266M\233+\357w8b\254\252\201\245: Unknown file type '?, extracted as normal file
tar: Skipping to next header
tar: Error exit delayed from previous errors
Re: tar파일 압축푸는데 ..에러가.. ㅡ.ㅜ
tarball을 만드실때 gzip compression을 하셨으니.. untar 시에도
압축해제를 한 후 풀어야겠죠. :-) tar xvzf 로 풀어 보세요~
----
Let's shut up and code.
댓글 달기