<?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: The Linux kernel needs a case sensitive filesystem</title>
	<atom:link href="http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/</link>
	<description>Just another random blog</description>
	<lastBuildDate>Tue, 03 Jan 2012 12:55:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mark Brown</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-52147</link>
		<dc:creator>Mark Brown</dc:creator>
		<pubDate>Sun, 12 Oct 2008 18:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-52147</guid>
		<description>windhoof @10: I&#039;m not aware of any way to do that succesfully</description>
		<content:encoded><![CDATA[<p>windhoof @10: I&#8217;m not aware of any way to do that succesfully</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: windoof</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-50864</link>
		<dc:creator>windoof</dc:creator>
		<pubDate>Mon, 29 Sep 2008 13:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-50864</guid>
		<description>Ok, I see, but still not clarified for me is, _how_ do I checkout the Linux kernel source correctly, if working under e.g. Windows, then?</description>
		<content:encoded><![CDATA[<p>Ok, I see, but still not clarified for me is, _how_ do I checkout the Linux kernel source correctly, if working under e.g. Windows, then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Brown</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-49415</link>
		<dc:creator>Mark Brown</dc:creator>
		<pubDate>Sat, 13 Sep 2008 17:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-49415</guid>
		<description>chithanh @8: That&#039;s a bit slippery, actually. POSIX specifies that the OS needs to support case sensititive filesystems but it doesn&#039;t actually mandate that all filesystems supported actually implement this, which is what went wrong on OS X. Obvious exceptions on most POSIX systems include FAT and ISO9660 derived filesystems.</description>
		<content:encoded><![CDATA[<p>chithanh @8: That&#8217;s a bit slippery, actually. POSIX specifies that the OS needs to support case sensititive filesystems but it doesn&#8217;t actually mandate that all filesystems supported actually implement this, which is what went wrong on OS X. Obvious exceptions on most POSIX systems include FAT and ISO9660 derived filesystems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chithanh</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-49370</link>
		<dc:creator>chithanh</dc:creator>
		<pubDate>Sat, 13 Sep 2008 00:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-49370</guid>
		<description>Note that POSIX mandates case sensitive file naming.
NTFS is case sensitive, ie. it is valid to have readme.txt, Readme.txt, and README.TXT in the same directory. Just Win32 is specified to be case insensitive.</description>
		<content:encoded><![CDATA[<p>Note that POSIX mandates case sensitive file naming.<br />
NTFS is case sensitive, ie. it is valid to have readme.txt, Readme.txt, and README.TXT in the same directory. Just Win32 is specified to be case insensitive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Brown</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-49357</link>
		<dc:creator>Mark Brown</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-49357</guid>
		<description>Juhapekka @6: Right, this refers to the sources rather than the kernel itself (and in fact filesystems can always implement whatever behaviour, though native ones are unlikely to). I&#039;ll edit the post slightly to clarify.</description>
		<content:encoded><![CDATA[<p>Juhapekka @6: Right, this refers to the sources rather than the kernel itself (and in fact filesystems can always implement whatever behaviour, though native ones are unlikely to). I&#8217;ll edit the post slightly to clarify.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juhapekka Tolvanen</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-49356</link>
		<dc:creator>Juhapekka Tolvanen</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-49356</guid>
		<description>Filesystems of Linux ARE case-sensitive. Filesystems of Windows are case-preserving. FAT of MS-DOS is case-insensitive filesystem.</description>
		<content:encoded><![CDATA[<p>Filesystems of Linux ARE case-sensitive. Filesystems of Windows are case-preserving. FAT of MS-DOS is case-insensitive filesystem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Brown</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-49355</link>
		<dc:creator>Mark Brown</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-49355</guid>
		<description>Israel @3: The issue is if you&#039;re trying to work with the Linux source on a platform other than Linux - the most common example of this is trying to do embedded Linux development.</description>
		<content:encoded><![CDATA[<p>Israel @3: The issue is if you&#8217;re trying to work with the Linux source on a platform other than Linux &#8211; the most common example of this is trying to do embedded Linux development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-49354</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-49354</guid>
		<description>One of the next kernel releases with the new xfs code will have this, IMHO, braindead feature. Only because Windows or DOS I guess has a design error not everyone should adopt that error. Or maybe we should even get to 5+3 character names back ...</description>
		<content:encoded><![CDATA[<p>One of the next kernel releases with the new xfs code will have this, IMHO, braindead feature. Only because Windows or DOS I guess has a design error not everyone should adopt that error. Or maybe we should even get to 5+3 character names back &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Israel Miranda</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-49350</link>
		<dc:creator>Israel Miranda</dc:creator>
		<pubDate>Fri, 12 Sep 2008 16:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-49350</guid>
		<description>But, why Linux needs a case sensitive filesystem if it already has one ?</description>
		<content:encoded><![CDATA[<p>But, why Linux needs a case sensitive filesystem if it already has one ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry8</title>
		<link>http://www.sirena.org.uk/log/2008/09/12/the-linux-kernel-needs-a-case-sensitive-filesystem/comment-page-1/#comment-49346</link>
		<dc:creator>Harry8</dc:creator>
		<pubDate>Fri, 12 Sep 2008 15:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sirena.org.uk/log/?p=116#comment-49346</guid>
		<description>Or from people using OSX with HFS+</description>
		<content:encoded><![CDATA[<p>Or from people using OSX with HFS+</p>
]]></content:encoded>
	</item>
</channel>
</rss>

