vote up 1 vote down star

I have a series of files named filename.part0.tar, filename.part1.tar ... filename.part8.tar

I guess tar can create multiple volumes when archiving, but I can't seem to find a way to unarchive them on Windows. I've tried to untar them using 7zip (GUI & commandline), WinRAR, tar114 (which doesn't run on 64-bit Windows), WinZip, and ZenTar (a little utility I found at http://www.zentastic.com/blog/zentar-win32-untar-utility/).

All programs run through the part0 file, extracting 3 rar files, then quit reporting an error. None of the other part files are recognized as .tar, .rar, .zip, or .gz

I've tried concatenating them using the DOS copy command, but that doesn't work, possibly because part0 thru part6 and part8 are each 100Mb, while part7 is 53Mb and therefore likely the last part. I've tried several different logical orders for the files in concatenation, but no joy.

Other than installing Linux or finding a live distro or tracking down the guy who left these files for me, does anyone have a suggestion?

flag

3 Answers

vote up 1 vote down

Install Cygwin

link|flag
vote up 1 vote down

Install 7-zip. Right click on the first tar. In the context menu, go to "7zip -> Extract Here".

Works like a charm, no command-line kung-fu needed:)

EDIT: I only now noticed that you mention already having tried 7zip. It might have balked if you tried to "open" the tar by going "open with" -> 7zip - Their command-line for opening files is a little unorthodox, so you have to associate via 7zip instead of via the file association system built-in to windows. If you try the right click -> "7-zip" -> "extract here", though, that should work- I tested the solution myself (albeit on a 32-bit Windows box- Don't have a 64 available)

link|flag
Thanks! Yeah, I did try 7zip via the context menu as well as via the command line, but it didn't help. I even uninstalled the 64-bit version of 7zip and installed the 32-bit version, thinking, what the heck. That didn't work either. – evano Mar 25 at 20:35
vote up 0 vote down

The tar -M switch should it for you on windows (I'm using tar.exe).

tar --help says:

-M, --multi-volume             create/list/extract multi-volume archive
link|flag
Thanks! I found a copy of tar.exe for 32-bit Windows and ran it with the -M switch as you suggested, but it wouldn't recognize the file as a multi-volume set, and simply extracted the same folders from just the first part. I'm beginning to think the file is corrupted. – evano Mar 25 at 20:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.