Pages

How to Split or Merge Files Easily in Ubuntu?

Almost all the popular file compression tools (archive managers) have the ability to split files and then merge them later, which is also the case with Ubuntu. Thanks to the default archive manager (called File-Roller), you can split any file by using it as long as you're using a compression format that supports file splitting (.rar for instance).

But the problem of using A compression container format to split files and store them has a bit of a known risk. I think most would agree that (at least in my experience) some of these split files have a tendency to be corrupted, which is a common "headache" concerning file downloading. For instance, have you ever encountered a "CRC error" while trying to re-merge a file that was split and stored in the .rar compression format?? (errrrrrrrrrr :D).

So, to avoid or minimize these sort of difficulties we need to have a dedicated, specially designed file splitter. Although under MS Windows there a lot of free tools (HJSplit is pretty famous) available so is with GNU/Linux too!.

It's ridiculously awesome! :D...
If you'd like to play with your command-line a little bit then there are few dozens available but if you want something with a GUI "attached" to it :)... that can be used under Ubuntu Linux, then Gnome Split is a utility worth trying.  It's written in Java and uses the GTK + toolkit thus integrates really well with Unity as well.

Main features...

*. Split and Merge any file.

*. 2 Times faster than the previous version according its the developers.

*. Even includes a "Wizard" for both splitting or merging.


*. Change file split using size or raw values, location, etc.

*. Use generic algorithms or different methods.

*. MD5 integrity checking.

*. Shows progress with speed, etc.


*. E-mail files afterward.

*. Enable/Disable notifications & few more settings can be accessed via the "Preferences" window.


You can install Gnome Split in Ubuntu 11.04 Natty Narwhal, 11.10 Oneiric Ocelot, 10.10 and 10.04 easily by using its PPA channel. To do that, as usual, open your terminal window and enter the below commands.
sudo add-apt-repository ppa:gnome-split-team/ppa

sudo apt-get update

sudo apt-get install gnome-split  
So, if you want to avoid most of those merging errors + looking for a extremely easy to use, features rich, fast file splitter/jointer (PDF, .PST, multimedia files or anything!) that can be used in Ubuntu (or GNU/Linux in general), then Gnome Split is certainly one of the best out there without a doubt!.

7 comments:

Anonymous said...

Thanks for the post - very easy and intuitive

Gayan said...

@Anonymous,

You are welcome, friend :)...

Unknown said...

This must be cool!! I can't wait to use it on splitting a 1.6GB PST file that has completely refused to be imported in my Natty Wharl.

Unknown said...

And so it did the .PST file splitting successfully after I chose chunks of up to 400MB using Generic splitting. Did the import of the split files in Evolution and voila!!! there were all of my mails and I'm all smiles right now :))))))))))))))))))

Gayan said...

@Issac,

Glad to hear that it worked out for you mate :).

Mike Frett said...

Don't forget about HJSplit! =) There is a native version for Linux.

Gayan said...

@Mike,

Yep, 'HjSplit' is also pretty nice :).

Post a Comment