![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2006
Beans: 2
|
how to create multi zip files
hi,
I want to zip a big a file to multi smaller size zip file. how can I do that? thank you |
|
|
|
|
|
#2 |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2007
My beans are hidden!
Ubuntu 7.04 Feisty Fawn
|
Re: how to create multi zip files
hi guys, i see there is a thread about this already so instead of starting another, i just wanted to follow up with this...
i have an 8GB file and i want to zip/tar it across 2 dvds. i need to make them small enough to fit on a standard dvd anyone knows how to create a multi volume zip file? |
|
|
|
|
|
#3 | |
|
Chocolate Ubuntu Mocha Blend
![]() Join Date: Jul 2006
Location: Sweden
Beans: 1,749
|
Re: how to create multi zip files
Quote:
Code:
tar -cvzf foo.tar.gz foo split -d -b4000m foo.tar.gz foo.tar.gz. To extract foo from the split compressed archive: Code:
cat foo.tar.gz.* > foo.tar.gz tar -xvzf foo.tar.gz Code:
split -d -b4000m foo foo. Code:
cat foo.* > foo |
|
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2007
My beans are hidden!
Ubuntu 7.04 Feisty Fawn
|
Re: how to create multi zip files
o, my mistake, it is actually a directory of files that needs compressing.
will the above still work? once of the files inside that directory is an ISO file 7.8GB big but I need the accompanying files to go with it Last edited by dachinster; November 11th, 2007 at 05:13 PM.. |
|
|
|
|
|
#5 | |
|
Chocolate Ubuntu Mocha Blend
![]() Join Date: Jul 2006
Location: Sweden
Beans: 1,749
|
Re: how to create multi zip files
Quote:
Alternatively, tar can itself construct multivolume archives if you don't use compression: Code:
tar -cvL4000000 -f foo.tar.00 -f foo.tar.01 foo Code:
tar -xvM -f foo.tar.00 -f foo.tar.01 |
|
|
|
|
|
|
#6 | |
|
Day Old Decaf
![]() Join Date: Oct 2007
My beans are hidden!
|
Re: how to create multi zip files
Quote:
what does foo mean? |
|
|
|
|
|
|
#7 | ||
|
Chocolate Ubuntu Mocha Blend
![]() Join Date: Jul 2006
Location: Sweden
Beans: 1,749
|
Re: how to create multi zip files
Some people recommend 7zip but I haven't tried it myself.
Quote:
From Wikipedia: Quote:
|
||
|
|
|
|
|
#8 |
|
Just Give Me the Beans!
![]() Join Date: Nov 2005
Location: Copenhagen, Denmark
Beans: 80
Ubuntu 7.10 Gutsy Gibbon
|
Re: how to create multi zip files
Please - there must be a simpler way. Isn't there any archiving application with a GUI that will give you the option of creating more multiple zip files? Like any zip program in XP would have. Anyone?
Thanks. Rasmus
__________________
--- Ubuntu 7.10 using GNOME Asus M6N; Intel Centrino 1.6 Ghz; ATI Mobility Radeon 9600; Intel Pro/Set WLAN 2200BG |
|
|
|
|
|
#9 | |
|
Chocolate Ubuntu Mocha Blend
![]() Join Date: Jul 2006
Location: Sweden
Beans: 1,749
|
Re: how to create multi zip files
Quote:
http://ubuntuforums.org/showthread.php?t=556756 |
|
|
|
|
|
|
#10 |
|
Just Give Me the Beans!
![]() Join Date: Nov 2005
Location: Copenhagen, Denmark
Beans: 80
Ubuntu 7.10 Gutsy Gibbon
|
great tip, thanks a lot!!
__________________
--- Ubuntu 7.10 using GNOME Asus M6N; Intel Centrino 1.6 Ghz; ATI Mobility Radeon 9600; Intel Pro/Set WLAN 2200BG |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|