<?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: Overcoming the 2GB file limit in Linux when moving your sites.</title>
	<atom:link href="http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 01 Jun 2010 03:20:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ze</title>
		<link>http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/comment-page-1/#comment-469</link>
		<dc:creator>Ze</dc:creator>
		<pubDate>Tue, 07 Oct 2008 12:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/#comment-469</guid>
		<description>Hi Greg,  I always linked this limitation to the size of an signed 32 bit int. I&#039;m not sure why in the era of cheap terabyte disks we&#039;re still discussing this. 

By the way, you can probably gzip or bzip2 the file before split&#039;ing it, will save you tons of bandwidth and transfer time between servers.

Regards,
Zé</description>
		<content:encoded><![CDATA[<p>Hi Greg,  I always linked this limitation to the size of an signed 32 bit int. I&#8217;m not sure why in the era of cheap terabyte disks we&#8217;re still discussing this. </p>
<p>By the way, you can probably gzip or bzip2 the file before split&#8217;ing it, will save you tons of bandwidth and transfer time between servers.</p>
<p>Regards,<br />
Zé</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Metzger</title>
		<link>http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/comment-page-1/#comment-287</link>
		<dc:creator>Matt Metzger</dc:creator>
		<pubDate>Thu, 05 Jun 2008 06:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/#comment-287</guid>
		<description>I&#039;ll back Greg up on that.  My Linux host also has the limitation of not being able to display or access anything larger than 2GB through the web, though the file itself can reside on the host without a problem.  Perhaps it is a problem of Apache then?</description>
		<content:encoded><![CDATA[<p>I&#8217;ll back Greg up on that.  My Linux host also has the limitation of not being able to display or access anything larger than 2GB through the web, though the file itself can reside on the host without a problem.  Perhaps it is a problem of Apache then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg-J</title>
		<link>http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/comment-page-1/#comment-215</link>
		<dc:creator>Greg-J</dc:creator>
		<pubDate>Sat, 09 Feb 2008 11:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/#comment-215</guid>
		<description>I&#039;m not entirely sure James. I know enough to get around and perform the tasks I need to in Linux and that&#039;s about it. I do know it&#039;s not just me though, it seems like it&#039;s still a very common problem from the searching I did.

Thank you for your input and information though.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not entirely sure James. I know enough to get around and perform the tasks I need to in Linux and that&#8217;s about it. I do know it&#8217;s not just me though, it seems like it&#8217;s still a very common problem from the searching I did.</p>
<p>Thank you for your input and information though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Harrison</title>
		<link>http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/comment-page-1/#comment-191</link>
		<dc:creator>James Harrison</dc:creator>
		<pubDate>Mon, 28 Jan 2008 01:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://greg-j.com/2007/11/17/overcoming-the-2gb-file-limit-in-linux-when-moving-your-sites/#comment-191</guid>
		<description>What filesystem are you using? ext3 has a support of at least 16GiB files without any magic tricks, and up to 2TiB with an 8kb block size. I&#039;d assume you&#039;re using HFS or FAT16 (the only two filesystems I know of with a 2GB file limit). It&#039;s nothing to do with the 32-bit interface (Minix, back in the 8086 days, supported up to 1GiB- back when 2MB of RAM was hot, and 8-bit computing was considered lavish- don&#039;t get confused by Microsoft&#039;s poor programming on the link between 32/64-bits and memory/file size limits)</description>
		<content:encoded><![CDATA[<p>What filesystem are you using? ext3 has a support of at least 16GiB files without any magic tricks, and up to 2TiB with an 8kb block size. I&#8217;d assume you&#8217;re using HFS or FAT16 (the only two filesystems I know of with a 2GB file limit). It&#8217;s nothing to do with the 32-bit interface (Minix, back in the 8086 days, supported up to 1GiB- back when 2MB of RAM was hot, and 8-bit computing was considered lavish- don&#8217;t get confused by Microsoft&#8217;s poor programming on the link between 32/64-bits and memory/file size limits)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
