david.cat

Tecnologia, tendències i solucions. 2.0, Kubuntu i Android

Dividir un fitxer en parts

How to split a large file into parts? We’ll use rar.

$ sudo apt-get install rar

So we can split:

$ rar a -m0 -v350m myfile.rar myfile.avi

Where:

  • a : we are adding
  • -m0 : mode. 0 for no compression and fastest. 5 for high compression and slowest. 3 is default
  • -v is the size of the volumes

Uncompressing is easy:

$ rar e myfile.part1.rar

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

Leave a Reply

Your email address will not be published. Required fields are marked *

*

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