<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Compress and Split Files in Ubuntu</title>
	<atom:link href="http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 12:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Florian Urban</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-14198</link>
		<dc:creator>Florian Urban</dc:creator>
		<pubDate>Sun, 17 Jan 2010 19:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-14198</guid>
		<description>THX !!!</description>
		<content:encoded><![CDATA[<p>THX !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Urban</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20143</link>
		<dc:creator>Florian Urban</dc:creator>
		<pubDate>Sun, 17 Jan 2010 19:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20143</guid>
		<description>THX !!!</description>
		<content:encoded><![CDATA[<p>THX !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-13790</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Sat, 09 Jan 2010 07:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-13790</guid>
		<description>First, create a folder call &quot;spilt-files&quot; in the Movies folder.

Enter the following command in the terminal:

cd ~/Movies/spilt-files
tar -cvj /media/Data/movies/HD12.iso &#124; split -b 650m -d – “large-files.tar.bz.&quot;</description>
		<content:encoded><![CDATA[<p>First, create a folder call &#8220;spilt-files&#8221; in the Movies folder.</p>
<p>Enter the following command in the terminal:</p>
<p>cd ~/Movies/spilt-files<br />
tar -cvj /media/Data/movies/HD12.iso | split -b 650m -d – “large-files.tar.bz.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20141</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Sat, 09 Jan 2010 07:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20141</guid>
		<description>First, create a folder call &quot;spilt-files&quot; in the Movies folder.

Enter the following command in the terminal:

cd ~/Movies/spilt-files
tar -cvj /media/Data/movies/HD12.iso &#124; split -b 650m -d – “large-files.tar.bz.&quot;</description>
		<content:encoded><![CDATA[<p>First, create a folder call &#8220;spilt-files&#8221; in the Movies folder.</p>
<p>Enter the following command in the terminal:</p>
<p>cd ~/Movies/spilt-files<br />
tar -cvj /media/Data/movies/HD12.iso | split -b 650m -d – “large-files.tar.bz.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20142</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Sat, 09 Jan 2010 07:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20142</guid>
		<description>First, create a folder call &quot;spilt-files&quot; in the Movies folder.

Enter the following command in the terminal:

cd ~/Movies/spilt-files
tar -cvj /media/Data/movies/HD12.iso &#124; split -b 650m -d – “large-files.tar.bz.&quot;</description>
		<content:encoded><![CDATA[<p>First, create a folder call &#8220;spilt-files&#8221; in the Movies folder.</p>
<p>Enter the following command in the terminal:</p>
<p>cd ~/Movies/spilt-files<br />
tar -cvj /media/Data/movies/HD12.iso | split -b 650m -d – “large-files.tar.bz.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Urban</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-13677</link>
		<dc:creator>Florian Urban</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-13677</guid>
		<description>Hi!
I´m i newbie, who just installed ubuntu as my las chanche to recover my shit from my laptop to my external hdd.
io don´t look tru these command.
My File is an iso. and its in the directory: /media/Data/movies
filename: HD12.iso
How do i have to enter these command in the Terminal? 
Should it looks like this: (from the example above)
cd movie/split-files tar -cvj /home/username/movie/large-files.avi &#124; split -b 650m -d – “large-files.tar.bz.”
Can somebody help me, and post the correct command. 
That would be very helpful!
Thanx!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I´m i newbie, who just installed ubuntu as my las chanche to recover my shit from my laptop to my external hdd.<br />
io don´t look tru these command.<br />
My File is an iso. and its in the directory: /media/Data/movies<br />
filename: HD12.iso<br />
How do i have to enter these command in the Terminal?<br />
Should it looks like this: (from the example above)<br />
cd movie/split-files tar -cvj /home/username/movie/large-files.avi | split -b 650m -d – “large-files.tar.bz.”<br />
Can somebody help me, and post the correct command.<br />
That would be very helpful!<br />
Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Urban</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20139</link>
		<dc:creator>Florian Urban</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20139</guid>
		<description>Hi!
I´m i newbie, who just installed ubuntu as my las chanche to recover my shit from my laptop to my external hdd.
io don´t look tru these command.
My File is an iso. and its in the directory: /media/Data/movies
filename: HD12.iso
How do i have to enter these command in the Terminal? 
Should it looks like this: (from the example above)
cd movie/split-files tar -cvj /home/username/movie/large-files.avi &#124; split -b 650m -d – “large-files.tar.bz.”
Can somebody help me, and post the correct command. 
That would be very helpful!
Thanx!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I´m i newbie, who just installed ubuntu as my las chanche to recover my shit from my laptop to my external hdd.<br />
io don´t look tru these command.<br />
My File is an iso. and its in the directory: /media/Data/movies<br />
filename: HD12.iso<br />
How do i have to enter these command in the Terminal?<br />
Should it looks like this: (from the example above)<br />
cd movie/split-files tar -cvj /home/username/movie/large-files.avi | split -b 650m -d – “large-files.tar.bz.”<br />
Can somebody help me, and post the correct command.<br />
That would be very helpful!<br />
Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Urban</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20140</link>
		<dc:creator>Florian Urban</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20140</guid>
		<description>Hi!
I´m i newbie, who just installed ubuntu as my las chanche to recover my shit from my laptop to my external hdd.
io don´t look tru these command.
My File is an iso. and its in the directory: /media/Data/movies
filename: HD12.iso
How do i have to enter these command in the Terminal? 
Should it looks like this: (from the example above)
cd movie/split-files tar -cvj /home/username/movie/large-files.avi &#124; split -b 650m -d – “large-files.tar.bz.”
Can somebody help me, and post the correct command. 
That would be very helpful!
Thanx!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I´m i newbie, who just installed ubuntu as my las chanche to recover my shit from my laptop to my external hdd.<br />
io don´t look tru these command.<br />
My File is an iso. and its in the directory: /media/Data/movies<br />
filename: HD12.iso<br />
How do i have to enter these command in the Terminal?<br />
Should it looks like this: (from the example above)<br />
cd movie/split-files tar -cvj /home/username/movie/large-files.avi | split -b 650m -d – “large-files.tar.bz.”<br />
Can somebody help me, and post the correct command.<br />
That would be very helpful!<br />
Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lance</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-12513</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-12513</guid>
		<description>Is their a way to do this with 7zip using deflate64

7z a -t=zip -mm=deflate64 archive.zip file

is how you just zip a file. but how do you split it?</description>
		<content:encoded><![CDATA[<p>Is their a way to do this with 7zip using deflate64</p>
<p>7z a -t=zip -mm=deflate64 archive.zip file</p>
<p>is how you just zip a file. but how do you split it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lance</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20137</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20137</guid>
		<description>Is their a way to do this with 7zip using deflate64

7z a -t=zip -mm=deflate64 archive.zip file

is how you just zip a file. but how do you split it?</description>
		<content:encoded><![CDATA[<p>Is their a way to do this with 7zip using deflate64</p>
<p>7z a -t=zip -mm=deflate64 archive.zip file</p>
<p>is how you just zip a file. but how do you split it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lance</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20138</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20138</guid>
		<description>Is their a way to do this with 7zip using deflate64

7z a -t=zip -mm=deflate64 archive.zip file

is how you just zip a file. but how do you split it?</description>
		<content:encoded><![CDATA[<p>Is their a way to do this with 7zip using deflate64</p>
<p>7z a -t=zip -mm=deflate64 archive.zip file</p>
<p>is how you just zip a file. but how do you split it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-7966</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Wed, 03 Jun 2009 03:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-7966</guid>
		<description>Oops, I just noticed that in my comment it&#039;s doing the same thing as what this tutorial says.  I should pay better attention to the whole command next time.  Thanks for this guide :D</description>
		<content:encoded><![CDATA[<p>Oops, I just noticed that in my comment it&#8217;s doing the same thing as what this tutorial says.  I should pay better attention to the whole command next time.  Thanks for this guide :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20136</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Wed, 03 Jun 2009 03:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20136</guid>
		<description>Oops, I just noticed that in my comment it&#039;s doing the same thing as what this tutorial says.  I should pay better attention to the whole command next time.  Thanks for this guide :D</description>
		<content:encoded><![CDATA[<p>Oops, I just noticed that in my comment it&#8217;s doing the same thing as what this tutorial says.  I should pay better attention to the whole command next time.  Thanks for this guide :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-7938</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 01 Jun 2009 08:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-7938</guid>
		<description>From looking around this also will work:

split -d --bytes=104857600 file.rar

and

cat &lt; file.rar.*</description>
		<content:encoded><![CDATA[<p>From looking around this also will work:</p>
<p>split -d &#8211;bytes=104857600 file.rar</p>
<p>and</p>
<p>cat &lt; file.rar.*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20135</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 01 Jun 2009 08:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20135</guid>
		<description>From looking around this also will work:

split -d --bytes=104857600 file.rar

and

cat &lt; file.rar.*</description>
		<content:encoded><![CDATA[<p>From looking around this also will work:</p>
<p>split -d &#8211;bytes=104857600 file.rar</p>
<p>and</p>
<p>cat &lt; file.rar.*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel The Geek and More&#8230; &#187; 8 Ways to Maintain a Clean, Lean Ubuntu Machine</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-2682</link>
		<dc:creator>Mel The Geek and More&#8230; &#187; 8 Ways to Maintain a Clean, Lean Ubuntu Machine</dc:creator>
		<pubDate>Fri, 17 Oct 2008 18:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-2682</guid>
		<description>[...] either backup to a CD/DVD or to an external hard disk. If the file is too big, you may want to compress and split it to several small files for easier [...]</description>
		<content:encoded><![CDATA[<p>[...] either backup to a CD/DVD or to an external hard disk. If the file is too big, you may want to compress and split it to several small files for easier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-2647</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Mon, 13 Oct 2008 15:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-2647</guid>
		<description>@qiet72: Yes. You are correct. Thanks for spotting and pointing out the error.</description>
		<content:encoded><![CDATA[<p>@qiet72: Yes. You are correct. Thanks for spotting and pointing out the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20134</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Mon, 13 Oct 2008 15:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20134</guid>
		<description>@qiet72: Yes. You are correct. Thanks for spotting and pointing out the error.</description>
		<content:encoded><![CDATA[<p>@qiet72: Yes. You are correct. Thanks for spotting and pointing out the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qiet72</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-2645</link>
		<dc:creator>qiet72</dc:creator>
		<pubDate>Mon, 13 Oct 2008 09:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-2645</guid>
		<description>You wrote &quot;tar -xvf large-file.tar.bz&quot;
It should read &quot;tar -xvjf large-file.tar.bz&quot; because the tar file was compress with bzip2 and needs to be uncompressed with the same program.

Another more optimal way would be:
&quot;cat large-file.tar.gz.* &#124; tar -xvj&quot;</description>
		<content:encoded><![CDATA[<p>You wrote &#8220;tar -xvf large-file.tar.bz&#8221;<br />
It should read &#8220;tar -xvjf large-file.tar.bz&#8221; because the tar file was compress with bzip2 and needs to be uncompressed with the same program.</p>
<p>Another more optimal way would be:<br />
&#8220;cat large-file.tar.gz.* | tar -xvj&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qiet72</title>
		<link>http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06#comment-20133</link>
		<dc:creator>qiet72</dc:creator>
		<pubDate>Mon, 13 Oct 2008 09:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=931#comment-20133</guid>
		<description>You wrote &quot;tar -xvf large-file.tar.bz&quot;
It should read &quot;tar -xvjf large-file.tar.bz&quot; because the tar file was compress with bzip2 and needs to be uncompressed with the same program.

Another more optimal way would be:
&quot;cat large-file.tar.gz.* &#124; tar -xvj&quot;</description>
		<content:encoded><![CDATA[<p>You wrote &#8220;tar -xvf large-file.tar.bz&#8221;<br />
It should read &#8220;tar -xvjf large-file.tar.bz&#8221; because the tar file was compress with bzip2 and needs to be uncompressed with the same program.</p>
<p>Another more optimal way would be:<br />
&#8220;cat large-file.tar.gz.* | tar -xvj&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 06:59:16 -->
