Answer the question
In order to leave comments, you need to log in
How to open a multivolume .tar.zip archive?
I can’t unpack a multi-volume archive in .tar.zip format, ark opens empty, crashes when asked to unpack, the file roller can’t open either, but how can I unpack it through the terminal?
Answer the question
In order to leave comments, you need to log in
If the file is obtained using the zip itself (i.e. zip -s размер -r имя_архива файлы
), it will cat
only corrupt the archive.
We read the manual, where it is written in white in English that in order to unpack such a horror, you first need to combine the pieces:
Then you can remove the fragments, and unpack the result:
unzip full.tar.zip
tar -x full.tar
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question