D
D
Dmitry Skrylnikov2015-03-27 17:04:50
linux
Dmitry Skrylnikov, 2015-03-27 17:04:50

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

2 answer(s)
E
Eddy_Em, 2015-03-27
@worlxxaker

If the file is obtained using the zip itself (i.e. zip -s размер -r имя_архива файлы), it will catonly 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

V
Vadim Shandrinov, 2015-03-27
@suguby

Multivolume is how? give ls -al [your archive name]*

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question