<?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"
	>
<channel>
	<title>Comments on: How to make file names cross-platform</title>
	<atom:link href="http://www.xaprb.com/blog/2005/11/17/maximizing-filesystem-portability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2005/11/17/maximizing-filesystem-portability/</link>
	<description>Stay curious!</description>
	<pubDate>Tue, 06 Jan 2009 06:08:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Richard Forster</title>
		<link>http://www.xaprb.com/blog/2005/11/17/maximizing-filesystem-portability/#comment-4753</link>
		<dc:creator>Richard Forster</dc:creator>
		<pubDate>Sun, 04 Mar 2007 10:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=39#comment-4753</guid>
		<description>&lt;p&gt;To avoid the problem of having file names from FAT32 partitions translated to lower case by Linux specify 'shortname=mixed' either on the mount command or in the /etc/fstab configuration file.  As an example, here is the entry in /etc/fstab for a FAT32 partition.&lt;/p&gt;

&lt;pre&gt;/dev/hda5 /mnt/windows vfat umask=0,iocharset=utf8,check=r,shortname=mixed 0 0&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>To avoid the problem of having file names from FAT32 partitions translated to lower case by Linux specify &#8217;shortname=mixed&#8217; either on the mount command or in the /etc/fstab configuration file.  As an example, here is the entry in /etc/fstab for a FAT32 partition.</p>
<pre>/dev/hda5 /mnt/windows vfat umask=0,iocharset=utf8,check=r,shortname=mixed 0 0</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.xaprb.com/blog/2005/11/17/maximizing-filesystem-portability/#comment-3375</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 25 Jan 2007 17:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=39#comment-3375</guid>
		<description>&lt;p&gt;If you want to create cross platform applications you need to treat file names as &lt;strong&gt;case sensitive&lt;/strong&gt;. If you read "file.txt" on windows you'll read it even if it's name is "File.txt". But on *nix you won't find that file.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>If you want to create cross platform applications you need to treat file names as <strong>case sensitive</strong>. If you read &#8220;file.txt&#8221; on windows you&#8217;ll read it even if it&#8217;s name is &#8220;File.txt&#8221;. But on *nix you won&#8217;t find that file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2005/11/17/maximizing-filesystem-portability/#comment-2083</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 04 Oct 2006 01:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=39#comment-2083</guid>
		<description>&lt;p&gt;Windows XP is pretty restrictive on filenames, so I imagine you're OK.  I'd just test it before you send it away.  Surely you have a friend with a Mac?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Windows XP is pretty restrictive on filenames, so I imagine you&#8217;re OK.  I&#8217;d just test it before you send it away.  Surely you have a friend with a Mac?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tawny Davis</title>
		<link>http://www.xaprb.com/blog/2005/11/17/maximizing-filesystem-portability/#comment-2078</link>
		<dc:creator>Tawny Davis</dc:creator>
		<pubDate>Tue, 03 Oct 2006 19:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=39#comment-2078</guid>
		<description>&lt;p&gt;I have a question and I am not quite sure if this article answers it.... In order to submit my portfolio with my college application, it must be on a mac compatible (cross platform) cd-rom... and I am not quite sure how to do that... Is there something special that I need to do since I have Windows XP? Please respond! Any help would be greatly appreciated!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I have a question and I am not quite sure if this article answers it&#8230;. In order to submit my portfolio with my college application, it must be on a mac compatible (cross platform) cd-rom&#8230; and I am not quite sure how to do that&#8230; Is there something special that I need to do since I have Windows XP? Please respond! Any help would be greatly appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
