<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mFabrik - mobile sites, apps, HTML5 and CMS software development &#187; folder</title>
	<atom:link href="http://blog.mfabrik.com/tag/folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Wed, 03 Aug 2011 09:47:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Encrypted folders on Ubuntu Linux using eCryptfs on an external hard drive</title>
		<link>http://blog.mfabrik.com/2011/04/15/encrypted-folders-on-ubuntu-linux-using-ecryptfs-on-an-external-hard-drive/</link>
		<comments>http://blog.mfabrik.com/2011/04/15/encrypted-folders-on-ubuntu-linux-using-ecryptfs-on-an-external-hard-drive/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 12:35:12 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[crypted]]></category>
		<category><![CDATA[ecryptfs]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://blog.mfabrik.com/?p=1199</guid>
		<description><![CDATA[This blog post continues my Ubuntu encryption tools testing. Previously there was an example for losetup. However, with the latest Ubuntus eCryptfs is recommended instead. eCrypfs makes one directory in a file-system crypted. Since it does not work on a partition level, you do not need to worry about extending or shrinking the encrypted partition [...]]]></description>
			<content:encoded><![CDATA[<p>This blog post continues my Ubuntu encryption tools testing. Previously there was an example for <a href="http://blog.mfabrik.com/2011/04/02/encrypted-partition-on-an-external-hard-disk-in-ubuntu-linux/">losetup</a>. However, with the latest Ubuntus <a href="https://help.ubuntu.com/community/EncryptedPrivateDirectory">eCryptfs</a> is recommended instead.</p>
<p>eCrypfs makes one directory in a file-system crypted. Since it does not work on a partition level, you do not need to worry about extending or shrinking the encrypted partition inside the uncrypted partition. Instead, file system works normally and only the content of the files are encrypted. This should also add some more fault tolerance in the case of disk failure &#8211; it is less unlikely to loose the whole encrypted partition.</p>
<p>Here we create an encrypted directory on an external hard drive</p>
<ul>
<li>First format the drive with ext4 file-system (mkfs.ext4)</li>
</ul>
<p>Prepare a passphrase in a .TXT file (you won&#8217;t be asked to type mistyped passphrase again).</p>
<p>Then go to the mounted disk</p>
<pre>cd /media/fbf0a2c3-0631-4a00-ad1b-a34e449c8b2a/
mkdir crypted
chmod 700 crypted/
sudo mount -t ecryptfs crypted/ crypted/</pre>
<p>Copy-paste in the passphrase and otherwise use the default settings given by ecryptfs.</p>
<p>Voilá. Now your encrypted folder is ready. It is not accessible if you do not mount it with eCryptfs and enter the passphrase.</p>
<p>We can test it with umount and mounting it again. It will ask passphrase and  format options again:</p>
<pre>echo "foobar" &gt; test.txt
umount /media/fbf0a2c3-0631-4a00-ad1b-a34e449c8b2a/crypted
cd crypted
cat test.txt</pre>
<p>You will see garbled output instead of the file contents. But after you remount it it works again:</p>
<pre>mount -t ecryptfs crypted/ crypted/</pre>
<p>Just give the passphrase and hit enter to all options (again).</p>
<h2>More info</h2>
<ul>
<li><a href="http://www.ubuntugeek.com/how-to-create-a-private-encrypted-folder-on-ubuntu-810-intrepid.html">How to create encrypted directories using eCryptsfs</a></li>
</ul>
<p class="signature">
<a href="http://mfabrik.com/@@zoho-contact-form"><img valign="middle"  src="http://blog.mfabrik.com/wp-content/uploads/mfabrik-24.png"></a> <a href="http://mfabrik.com/@@zoho-contact-form">Get developers</a> <a href="http://feeds.feedburner.com/mFabrikWebAndMobileDevelopment" rel="alternate" type="application/rss+xml"><img valign="middle" src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a> <a href="http://feeds.feedburner.com/mFabrikWebAndMobileDevelopment" rel="alternate" type="application/rss+xml">Subscribe mFabrik blog in a reader</a> <a href="http://twitter.com/mfabrik"> <img valign="middle"  src="http://blog.mfabrik.com/wp-content/uploads/twitter-24.png"></a> <a href="http://twitter.com/moo9000">Follow me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2011/04/15/encrypted-folders-on-ubuntu-linux-using-ecryptfs-on-an-external-hard-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cannot sort custom content item in Plone folder listing</title>
		<link>http://blog.mfabrik.com/2009/10/05/cannot-sort-custom-content-item-in-plone-folder-listing/</link>
		<comments>http://blog.mfabrik.com/2009/10/05/cannot-sort-custom-content-item-in-plone-folder-listing/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 12:00:12 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[plone]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[sort]]></category>

		<guid isPermaLink="false">http://blog.twinapex.fi/?p=290</guid>
		<description><![CDATA[Bug: Plone folder manual sorting does not move items even though you try all tricks. The first suspect would be a Javascript bug, but it isn&#8217;t. It is bug 8161. Your custom content meta_type must not contain spaces. You can fix this on-line by editing meta type in portal_types in ZMI and remove all spaces [...]]]></description>
			<content:encoded><![CDATA[<p>Bug: Plone folder manual sorting does not move items even though you try all tricks. The first suspect would be a Javascript bug, but it isn&#8217;t.</p>
<p>It is <a href="https://dev.plone.org/plone/ticket/8161">bug 8161.</a></p>
<p>Your custom content meta_type must not contain spaces.</p>
<p>You can fix this on-line by editing meta type in portal_types in ZMI and remove all spaces from meta type name.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2009/10/05/cannot-sort-custom-content-item-in-plone-folder-listing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

