<?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: HOWTO: TrueCrypt in Ubuntu and Fedora GNU/Linux</title>
	<atom:link href="http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/</link>
	<description>free software, free culture, free association</description>
	<lastBuildDate>Tue, 16 Mar 2010 01:39:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Henryk Gerlach</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-3622</link>
		<dc:creator>Henryk Gerlach</dc:creator>
		<pubDate>Thu, 17 Jul 2008 19:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-3622</guid>
		<description>@Whoever

I wrote a short tutorial on &lt;a href=&quot;http://blog.littleimpact.de/index.php/2008/07/12/automatic-encryption-of-home-directories-using-truecrypt/&quot; rel=&quot;nofollow&quot;&gt;how to setup Truecrypt and PAM to automatically mount home directories on login&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Whoever</p>
<p>I wrote a short tutorial on <a href="http://blog.littleimpact.de/index.php/2008/07/12/automatic-encryption-of-home-directories-using-truecrypt/" rel="nofollow">how to setup Truecrypt and PAM to automatically mount home directories on login</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Carpenter</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-3423</link>
		<dc:creator>Scott Carpenter</dc:creator>
		<pubDate>Wed, 23 Jan 2008 23:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-3423</guid>
		<description>And another thanks!</description>
		<content:encoded><![CDATA[<p>And another thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sproot</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-3422</link>
		<dc:creator>sproot</dc:creator>
		<pubDate>Wed, 23 Jan 2008 23:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-3422</guid>
		<description>Welcome :)

Another point: If you use ext3 or another fs that supports uid:gid for files you don&#039;t need the &#039;uid=my#&#039; bit in /etc/fstab.

sproot</description>
		<content:encoded><![CDATA[<p>Welcome :)</p>
<p>Another point: If you use ext3 or another fs that supports uid:gid for files you don't need the 'uid=my#' bit in /etc/fstab.</p>
<p>sproot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Carpenter</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-3387</link>
		<dc:creator>Scott Carpenter</dc:creator>
		<pubDate>Fri, 14 Dec 2007 00:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-3387</guid>
		<description>Thanks, sproot.  I may experiment with that -- I&#039;d like to get it working with non-FAT filesystems.</description>
		<content:encoded><![CDATA[<p>Thanks, sproot.  I may experiment with that -- I'd like to get it working with non-FAT filesystems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sproot</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-3386</link>
		<dc:creator>sproot</dc:creator>
		<pubDate>Thu, 13 Dec 2007 23:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-3386</guid>
		<description>I&#039;ve been struggling with 4.3a on Gutsy for a day or two now, finally got it going:

# make volume
tc -c safe.vol
-o yada yada
# mount it
tc safe.vol
# find its id
ls /dev/mapper # Note the truecrypt#
# make it mountable, may need to do this more than once but I doubt it - it&#039;s mostly going to be &#039;0&#039;
echo &#039;/dev/mapper/truecrypt# /mount/point [vfat&#124;whatever] user,noauto,uid=my# 0 0&#039; &gt;&gt; /etc/fstab
# mount it
mount /mount/point

# To remove
umount /mount/point &amp;&amp; tc -d

If I use tc to mount it (tc /device /mount) it always winds up with root ownership and 755 mask, which is useless for me.

Aside: while it&#039;s mapped but before it&#039;s mounted you can format it with whatever filesystem takes your fancy :)

HTH someone
sproot</description>
		<content:encoded><![CDATA[<p>I've been struggling with 4.3a on Gutsy for a day or two now, finally got it going:</p>
<p># make volume<br />
tc -c safe.vol<br />
-o yada yada<br />
# mount it<br />
tc safe.vol<br />
# find its id<br />
ls /dev/mapper # Note the truecrypt#<br />
# make it mountable, may need to do this more than once but I doubt it - it's mostly going to be '0'<br />
echo '/dev/mapper/truecrypt# /mount/point [vfat|whatever] user,noauto,uid=my# 0 0' &gt;&gt; /etc/fstab<br />
# mount it<br />
mount /mount/point</p>
<p># To remove<br />
umount /mount/point &amp;&amp; tc -d</p>
<p>If I use tc to mount it (tc /device /mount) it always winds up with root ownership and 755 mask, which is useless for me.</p>
<p>Aside: while it's mapped but before it's mounted you can format it with whatever filesystem takes your fancy :)</p>
<p>HTH someone<br />
sproot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Carpenter</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-3364</link>
		<dc:creator>Scott Carpenter</dc:creator>
		<pubDate>Mon, 19 Nov 2007 01:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-3364</guid>
		<description>Thanks, win.  I&#039;ve bookmarked it in del.icio.us and hope to get a chance to look in to it sometime.</description>
		<content:encoded><![CDATA[<p>Thanks, win.  I've bookmarked it in del.icio.us and hope to get a chance to look in to it sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: win</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-3363</link>
		<dc:creator>win</dc:creator>
		<pubDate>Sun, 18 Nov 2007 23:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-3363</guid>
		<description>Java GUI for TrueCrypt: &lt;a href=&quot;http://sourceforge.net/projects/jtcgui&quot; rel=&quot;nofollow&quot;&gt;jTcGui&lt;/a&gt;. It looks like the windows version.</description>
		<content:encoded><![CDATA[<p>Java GUI for TrueCrypt: <a href="http://sourceforge.net/projects/jtcgui" rel="nofollow">jTcGui</a>. It looks like the windows version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Carpenter</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-2911</link>
		<dc:creator>Scott Carpenter</dc:creator>
		<pubDate>Sat, 21 Jul 2007 21:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-2911</guid>
		<description>Cool -- thanks for the pointer.</description>
		<content:encoded><![CDATA[<p>Cool -- thanks for the pointer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V.</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-2910</link>
		<dc:creator>V.</dc:creator>
		<pubDate>Sat, 21 Jul 2007 18:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-2910</guid>
		<description>GUI for TrueCrypt (Debian package, but you&#039;ll sort it out):
http://bockcay.de/forcefield/

Cheers.</description>
		<content:encoded><![CDATA[<p>GUI for TrueCrypt (Debian package, but you'll sort it out):<br />
<a href="http://bockcay.de/forcefield/" rel="nofollow">http://bockcay.de/forcefield/</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Carpenter</title>
		<link>http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/comment-page-1/#comment-1945</link>
		<dc:creator>Scott Carpenter</dc:creator>
		<pubDate>Thu, 26 Apr 2007 00:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/#comment-1945</guid>
		<description>Thanks, Raja.  My attitude is slowly coming around as I give myself over to learning GNU/Linux and accept that there is a learning curve and things will take time.

I still think from the perspective of a Windows user, many tasks are more difficult to do in GNU than in Windows.  I think it becomes hard for gnu users to see this as they become immersed in the better free operating system.  Once you *know,* how it&#039;s done, it doesn&#039;t seem so arcane.  Windows tries to shield you from the details.  It lets you be productive without knowing so much, but it also limits you quite a bit, of course.

(I think free software desktops are also doing a good job now of hiding details, but I was trying to do less common tasks at the start that led me in to the internals.  And there is a whole &#039;nother discussion there of whether or not it&#039;s good to hide details.  I do well with systems that let me start simplistically muddling around and then gradually learn as I go.)

I flinched at your use of the word &quot;immature,&quot; but rereading that part I have to agree it sounds not only immature but downright petulant as well. :-)  I hesitate to edit it, as I don&#039;t want people to think I&#039;m rewriting history and covering up my youthful indiscretions, but since this post gets a lot of traffic from Google I might want to moderate it a bit.  (There&#039;s a balance somewhere between historical post and current technical reference.)

Thanks for your comment and gentle correction.</description>
		<content:encoded><![CDATA[<p>Thanks, Raja.  My attitude is slowly coming around as I give myself over to learning GNU/Linux and accept that there is a learning curve and things will take time.</p>
<p>I still think from the perspective of a Windows user, many tasks are more difficult to do in GNU than in Windows.  I think it becomes hard for gnu users to see this as they become immersed in the better free operating system.  Once you *know,* how it's done, it doesn't seem so arcane.  Windows tries to shield you from the details.  It lets you be productive without knowing so much, but it also limits you quite a bit, of course.</p>
<p>(I think free software desktops are also doing a good job now of hiding details, but I was trying to do less common tasks at the start that led me in to the internals.  And there is a whole 'nother discussion there of whether or not it's good to hide details.  I do well with systems that let me start simplistically muddling around and then gradually learn as I go.)</p>
<p>I flinched at your use of the word "immature," but rereading that part I have to agree it sounds not only immature but downright petulant as well. :-)  I hesitate to edit it, as I don't want people to think I'm rewriting history and covering up my youthful indiscretions, but since this post gets a lot of traffic from Google I might want to moderate it a bit.  (There's a balance somewhere between historical post and current technical reference.)</p>
<p>Thanks for your comment and gentle correction.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
