ho un archivio di 70 MB che contiene circa 2GB di logs, dovrei estrarre questo archivio ma mi da un errore:
- Codice: Seleziona tutto
bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bzip2: Inappropriate ioctl for device
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.
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
il file ha estensione .tar.bz2 ed è stato creato con il comando
tar -cvjf archivio.tar.bz2 /data....
ho provato bzip2recover, mi crea un sacco di files .tar ma poi cosa devo fare? non riesco ad estrali...



