<?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: Getting Filevault on a HFS+ Case-Sensitive Filesystem</title>
	<atom:link href="http://www.frederico-araujo.com/2008/11/04/getting-filevault-on-a-hfs-case-sensitive-filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frederico-araujo.com/2008/11/04/getting-filevault-on-a-hfs-case-sensitive-filesystem/</link>
	<description>Howto&#039;s, Tutorials and personal experience</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:09:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.frederico-araujo.com/2008/11/04/getting-filevault-on-a-hfs-case-sensitive-filesystem/comment-page-1/#comment-645</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 07 Nov 2009 13:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederico-araujo.com/?p=45#comment-645</guid>
		<description>Thank you all for the tips and fixes, I updated the code already.
:)</description>
		<content:encoded><![CDATA[<p>Thank you all for the tips and fixes, I updated the code already.<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Happy Space Invader</title>
		<link>http://www.frederico-araujo.com/2008/11/04/getting-filevault-on-a-hfs-case-sensitive-filesystem/comment-page-1/#comment-634</link>
		<dc:creator>The Happy Space Invader</dc:creator>
		<pubDate>Tue, 06 Oct 2009 07:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederico-araujo.com/?p=45#comment-634</guid>
		<description>Oops - type above!

tar cf - * &#124; dd &#124; (cd /Users/myusername; tar xf - )

By the way, you can use this method for copying filesystem structures between two computers as well with a slight modification:

tar cf - * &#124; dd &#124; ssh 10.0.1.132 &quot; cd /home/bob; dd &#124; tar xvf - &quot;</description>
		<content:encoded><![CDATA[<p>Oops &#8211; type above!</p>
<p>tar cf &#8211; * | dd | (cd /Users/myusername; tar xf &#8211; )</p>
<p>By the way, you can use this method for copying filesystem structures between two computers as well with a slight modification:</p>
<p>tar cf &#8211; * | dd | ssh 10.0.1.132 &#8221; cd /home/bob; dd | tar xvf &#8211; &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Happy Space Invader</title>
		<link>http://www.frederico-araujo.com/2008/11/04/getting-filevault-on-a-hfs-case-sensitive-filesystem/comment-page-1/#comment-633</link>
		<dc:creator>The Happy Space Invader</dc:creator>
		<pubDate>Tue, 06 Oct 2009 07:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederico-araujo.com/?p=45#comment-633</guid>
		<description>Much better option for the final stage is to run a back-to-back tar into a subshell.  That way you preserve your files&#039; timestamps, permissions and also get all those hidden dot-files.

cd /Users/myusername.bak
tar cd - * &#124; dd &#124; ( cd /Users/myusername; tar xf - )</description>
		<content:encoded><![CDATA[<p>Much better option for the final stage is to run a back-to-back tar into a subshell.  That way you preserve your files&#8217; timestamps, permissions and also get all those hidden dot-files.</p>
<p>cd /Users/myusername.bak<br />
tar cd &#8211; * | dd | ( cd /Users/myusername; tar xf &#8211; )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fake</title>
		<link>http://www.frederico-araujo.com/2008/11/04/getting-filevault-on-a-hfs-case-sensitive-filesystem/comment-page-1/#comment-418</link>
		<dc:creator>fake</dc:creator>
		<pubDate>Wed, 13 May 2009 15:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederico-araujo.com/?p=45#comment-418</guid>
		<description>another thing: the cp command misses the hidden dot-files in the user&#039;s home, for example .gnupg. don&#039;t forget to copy that over and chown it, too!</description>
		<content:encoded><![CDATA[<p>another thing: the cp command misses the hidden dot-files in the user&#8217;s home, for example .gnupg. don&#8217;t forget to copy that over and chown it, too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fake</title>
		<link>http://www.frederico-araujo.com/2008/11/04/getting-filevault-on-a-hfs-case-sensitive-filesystem/comment-page-1/#comment-417</link>
		<dc:creator>fake</dc:creator>
		<pubDate>Wed, 13 May 2009 15:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederico-araujo.com/?p=45#comment-417</guid>
		<description>hi fred,

the -a option to cp (step 6) is not supported under os x. cp -rp should work, though. 

anyway, thanks for the hint, i&#039;m trying it now ...</description>
		<content:encoded><![CDATA[<p>hi fred,</p>
<p>the -a option to cp (step 6) is not supported under os x. cp -rp should work, though. </p>
<p>anyway, thanks for the hint, i&#8217;m trying it now &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

