logo
  • Entries
  • Comment
  • Popular
Recent Posts
  • Software Wife Version 1.0 Review support...
  • Looking Great On The Beach...
  • Free and Uncomitted...
  • Civil Disobedience...
Recent Comments
  • Den Hanafi thanks inpo na gan....
  • Boat Props I have a sexy body, beach or no bea...
  • jihoo_ain haii...annohsyo......
  • ika bener... bener dah niatnya emang ke...
Popular Articles
  • Membuat hotspot dengan menggunakan Belkin F5D7231-4 AP (33)
  • How to extract multi-part zip files (27)
  • Jarang Posting (20)
  • Nidji (20)
    • Home
    • Who am I?
    • My Portfolios
    • Add Blogroll

How to extract multi-part zip files

icon1 Posted by hendra in Blogging on 01 26th, 2008 | 27 responses

Have you ever seen these file ?

  • zipfiles.zip
  • zipfiles.z01
  • zipfiles.z02
  • zipfiles.z03
  • ……
  • zipfiles.z10

These are the multi-part of zipped files, which mean  one big file are to big to make archive so it should split  into several files. These files were created by winzip. Probably for many people (included me) it such a weird file, and they don’t know how to extract the file archives.

After my research in whole google how to extract it, here i want to share to you how to extract it.

For window platform
There are so many software has support for these extension such as winzip, winrar, 7-zip, and many other, put those file in one folder, and then just click with your supported software above, and whala…. the file  extracted.

For linux platform
The problem for newbie user in linux is they don’t now how to combine the command within. I got the problem too with these platform, but that’s why i like most with this platform, it challenged me to know. Alright then here the command for solve this problem.

hendra-k@server $ cat zipfiles.* > zipfiles-full.zip
hendra-k@server $ zip -F zipfiles-full.zip
hendra-k@server $ unzip zipfiles-full.zip

here the description for these command above :

hendra-k@server $ cat zipfiles.* > zipfiles-full.zip
= merging those file into one full zipped file

hendra-k@server $ zip -F zipfiles-full.zip
= Fixing the archive of the overall zipped files

hendra-k@server $ unzip zipfiles-full.zip
= Extract the full zipped fil

Hope this tutorial is usefull for you

Similar Posts:

  • How to fix Winrar corrupted files
  • how to install remote desktop using nx from nomachine
  • WinRAR product descriptions
  • Create network drive using ssh to window env.
  • Windows Xp Shortcuts and Tutorial


Extend This Post Reach
Share me and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • DZone
  • email
  • Furl
  • LinkedIn
  • Live
  • MySpace
  • Netvouz
  • Ping.fm
  • PlugIM
  • Print
  • Reddit
  • scuttle
  • Spurl
  • StumbleUpon
  • Technorati
  • TwitThis
  • Yahoo! Buzz
  • YahooMyWeb
  • Yigg



27 Responses to “How to extract multi-part zip files”

  1. Brian says:
    February 4, 2008 at 23:15

    As a newbie :d this was very helpful
    Thanks,
    Brian

    Reply
  2. hendra-k says:
    February 5, 2008 at 01:20

    @Brian
    hi brian
    thanks for your visiting to my blog, hope its helpful

    Reply
  3. Joe Toth says:
    March 4, 2008 at 18:25

    Great little tutorial, but shouldn’t it be >> not > ?

    Reply
  4.   Descompactando ZIPs de múltiplos volumes (multi-part / multipart) by ÚltimoLOG says:
    March 4, 2008 at 20:04

    [...] é uma dica rápida que achei no hendra-k.net , que mostra como descompactar ou extrair um zip de múltiplos volumes, ou seja, aqueles pacotes [...]

    Reply
  5. aftab says:
    May 23, 2008 at 12:16

    Thanks that was great help!

    Reply
  6. jordi says:
    June 28, 2008 at 19:50

    dont fucking get it

    Reply
  7. jordi says:
    June 28, 2008 at 19:56

    Why bother linux anyways only gives you crap, i’m only trying to get a XP Pro image and it can’t even fucking unrar a file or deal with a multi-zip file8-|

    Reply
  8. How to extract multi-part zip files in Linux : Linux T&T says:
    July 17, 2008 at 18:48

    [...] How to extract multi-part zip files | Hendra-k.net [...]

    Reply
  9. links for 2008-09-29 « My place says:
    September 30, 2008 at 02:05

    [...] How to extract multi-part zip files | Hendra-k.net These are the multi-part of zipped files, which mean one big file are to big to make archive so it should split into several files. These files were created by winzip. Probably for many people (included me) it such a weird file, and they don’t know how to extract the file archives. (tags: tips linux unzip files merge zip) [...]

    Reply
  10. Alex Krenvalk says:
    October 16, 2008 at 06:16

    For that there is a many programs,but me like this tool-repairing zip files,exactly it could helped me,very popular freeware tool, it permits to save a lot of free space, when storing data,supports all Windows operating systems, starting from Windows 98, i.e. Windows Me, Windows NT 4.0, Windows 2000, Windows XP, Windows XP SP2, Windows 2003 and Windows Vista,can see such messages, like Cannot open file: it does not appear to be a valid archive, CRC error or some other failures,will see a list of files, that can be recovered, registered customers can save the files to HDD and finish with recovery process.

    Reply
  11. brian says:
    October 30, 2008 at 10:00

    THANK YOU!! linux commands useful for os x.

    Reply
  12. anze says:
    October 30, 2008 at 17:14

    @jordi: interesting, I have just unzipped multi-part zip file and unrar-ed the file that was in there (in Linux of course). So I guess the problem is in you, not in Linux. :)

    (don’t ask me why someone sent me such files – windows users do all sorts of weird things)

    But yes, unzip should support the multi-part unzipping without workarounds. We are all waiting for the next major version.

    Reply
  13. Rambo says:
    November 2, 2008 at 07:08

    Good job, I was looking for that. Couldn’t find it less faster, 4th link, first page of Googling.

    Reply
  14. Like says:
    November 17, 2008 at 08:50

    There are 4 parts of zip file (wmv). But I have only part 1 & 2, And I cannot find part 3 & 4. Thus, can I extract only part 1 &2, then see it by movie player?

    Please help to advise!

    Thanks in advance.
    Like

    Reply
  15. kleanchap says:
    December 3, 2008 at 20:56

    Short and clean tutorial! Thank you!

    PS – I was trying to merge IZarc multi-part archive on Linux. Your site was very helpful.

    Reply
  16. Andy L. says:
    December 17, 2008 at 09:02

    sudo aptitude -y install p7zip-full

    :)

    Reply
  17. Andy L. says:
    December 17, 2008 at 09:04

    Or, if you’re not on Ubuntu, install the “p7zip-full” package of your distribution.

    Reply
  18. Adriano says:
    January 29, 2009 at 07:54

    Thank you so much!

    Reply
  19. riz says:
    February 18, 2009 at 14:48

    Can I extract **.zip without z02,z03,…..

    Thanks
    riz

    Reply
    • hendra says:
      February 20, 2009 at 21:16

      yes you can..

  20. Bryan says:
    April 9, 2009 at 02:24

    Thank you for this tutorial! The man page told me what needed to be done, but not really how to do it.

    The only change I’d see is that when I ran the command:

    zip -F

    I recieved the following:

    zip: reading
    zip: warning: would be truncated.
    Retry with option -qF to truncate, with -FF to attempt full recovery

    I used the -FF, but I don’t know if it will work or should be recommended…It’s still reading the file (4 hours later).

    Reply
  21. Fruppophy says:
    May 13, 2009 at 17:52

    O.K.

    Reply
  22. Damian says:
    May 28, 2009 at 19:24

    Thanks a lot :)
    It work even on multipart archives with password, but you have to use -P modifier for unzip command

    Reply
  23. Jimr says:
    June 11, 2009 at 04:50

    How do you do this in windows with winzip. I did what was posted, but there was no whala, no unzipped, combined 4 files. files are .z01-.z04

    Reply
  24. How to extract multi-part zip files | Hendra-k.net | Archive Utility Software says:
    September 28, 2009 at 18:20

    [...] Link: How to extract multi-part zip files | Hendra-k.net [...]

    Reply
  25. Eoin Murphy says:
    October 20, 2009 at 09:02

    Thanks very much for the hint.
    It was the -F</code bit that I was missing.

    Much appreciated

    Reply
  26. Eoin Murphy says:
    October 20, 2009 at 09:02

    Thanks very much for the hint.
    It was the -F bit that I was missing.

    Much appreciated

    Reply

Leave a Reply

Click here to cancel reply.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CAPTCHA Image CAPTCHA Audio
Refresh Image

Blog Stats

read me via RSS

eXTReMe Tracker

Tags

Articles beach e-Books Entertaiment Entertainment freedom google Holiday independence jokes Journals Linux Living Movie Reviews Mysql netbook Networking popular Product Review Song Lyrics sun protection suntan lotion swimwear Tips & Trick Toys & Games Tutorials video musics web directory Website windows xp

Blogroll

  • Busby SEO Test
  • dj techniques tutorial
  • Tips & Trick About Cisco
  • Web Hosting Murah Indonesia
Powered by Wordpress | Designed by Elegant Themes