<?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: loop-aes and Debian</title>
	<atom:link href="http://d-kriptik.com/blog/2005/12/14/loop-aes-and-debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://d-kriptik.com/blog/2005/12/14/loop-aes-and-debian/</link>
	<description>Bridging the technology gap between techies and everyone else.</description>
	<lastBuildDate>Mon, 29 Mar 2010 23:39:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: D-Kriptik Support (Andrew Donofrio)</title>
		<link>http://d-kriptik.com/blog/2005/12/14/loop-aes-and-debian/comment-page-1/#comment-69234</link>
		<dc:creator>D-Kriptik Support (Andrew Donofrio)</dc:creator>
		<pubDate>Thu, 13 Mar 2008 16:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://d-kriptik.com/blog/?p=10#comment-69234</guid>
		<description>Very informative comment. Thank you for taking the time to post it!

Also of possible note to newbies, they may want to look at &lt;a href=&quot;http://www.ubuntu.net/&quot; rel=&quot;nofollow&quot;&gt;Ubuntu&lt;/a&gt;&lt;a&gt; &lt;/a&gt;&lt;a href=&quot;http://www.ubuntu.com/news/ubuntu710&quot; rel=&quot;nofollow&quot;&gt;Gutsy&lt;/a&gt;, which can be configured to &lt;a href=&quot;http://news.softpedia.com/news/Encrypted-Ubuntu-7-10-68383.shtml&quot; rel=&quot;nofollow&quot;&gt;walk&lt;/a&gt; &lt;a href=&quot;https://help.ubuntu.com/community/EncryptedFilesystemLVMHowto&quot; rel=&quot;nofollow&quot;&gt;through&lt;/a&gt; full disk encryption setup during installation. Ubuntu is derived from Debian, and has become my GNU/Linux flavor of default these days, although I tend not to leave the (&lt;a href=&quot;http://www.freebsd.org&quot; rel=&quot;nofollow&quot;&gt;Free&lt;/a&gt;)BSD world too much.</description>
		<content:encoded><![CDATA[<p>Very informative comment. Thank you for taking the time to post it!</p>
<p>Also of possible note to newbies, they may want to look at <a href="http://www.ubuntu.net/" rel="nofollow">Ubuntu</a><a> </a><a href="http://www.ubuntu.com/news/ubuntu710" rel="nofollow">Gutsy</a>, which can be configured to <a href="http://news.softpedia.com/news/Encrypted-Ubuntu-7-10-68383.shtml" rel="nofollow">walk</a> <a href="https://help.ubuntu.com/community/EncryptedFilesystemLVMHowto" rel="nofollow">through</a> full disk encryption setup during installation. Ubuntu is derived from Debian, and has become my GNU/Linux flavor of default these days, although I tend not to leave the (<a href="http://www.freebsd.org" rel="nofollow">Free</a>)BSD world too much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge</title>
		<link>http://d-kriptik.com/blog/2005/12/14/loop-aes-and-debian/comment-page-1/#comment-69233</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Thu, 13 Mar 2008 11:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://d-kriptik.com/blog/?p=10#comment-69233</guid>
		<description>I would add some non-obvious for beginners (like I am) things so that they not to waste their precious time of sleep in case of some mess :)

While editing fstab it is important to put the line about swap above all, since it must be activated before mounting the rest of encrypted partitions. Remember that the order fstab gives to the boot procedure is important. The root partition must be mounted before encrypted ones. (It&#039;s possible to encrypt root partition, too, but it&#039;s a different thing, not this case.) If you have several encrypted partitions that use different gpg-keys, you should remember which goes first in fstab, as the boot procedure when mounting them and asking for your password will not show the partition&#039;s name, so you assume that it is the first one it finds in fstab.
Also, it is important to put &quot;0&quot;, not &quot;2&quot; in the last field of each line describing encrypted partitions. &quot;2&quot; enables fsck when booting, but fsck does its work _before_ mounting, so you&#039;ll get an error. Putting &quot;0&quot; ensures you that fsck test will never be performed.

Fsck, when trying to check an encrypted partition says that it cannot find any file system on it and suggests to do some manual correction (that you shouldn&#039;t do if you&#039;d like to have your data unscrambled). If you see something like this, most probably you&#039;ll be prompted to give the root password to edit things or to press Ctrl-D to continue. You could press Ctrl-D to follow but it has no sense, as you&#039;ll get a mess. Enter the password and reboot, and choose single user mode when getting grub prompt. When booting again you&#039;ll get that error once more so press Ctrl-D, and now you&#039;ll be able to edit fstab while being in single user mode.

Good luck! :-)</description>
		<content:encoded><![CDATA[<p>I would add some non-obvious for beginners (like I am) things so that they not to waste their precious time of sleep in case of some mess <img src='http://d-kriptik.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>While editing fstab it is important to put the line about swap above all, since it must be activated before mounting the rest of encrypted partitions. Remember that the order fstab gives to the boot procedure is important. The root partition must be mounted before encrypted ones. (It&#8217;s possible to encrypt root partition, too, but it&#8217;s a different thing, not this case.) If you have several encrypted partitions that use different gpg-keys, you should remember which goes first in fstab, as the boot procedure when mounting them and asking for your password will not show the partition&#8217;s name, so you assume that it is the first one it finds in fstab.<br />
Also, it is important to put &#8220;0&#8243;, not &#8220;2&#8243; in the last field of each line describing encrypted partitions. &#8220;2&#8243; enables fsck when booting, but fsck does its work _before_ mounting, so you&#8217;ll get an error. Putting &#8220;0&#8243; ensures you that fsck test will never be performed.</p>
<p>Fsck, when trying to check an encrypted partition says that it cannot find any file system on it and suggests to do some manual correction (that you shouldn&#8217;t do if you&#8217;d like to have your data unscrambled). If you see something like this, most probably you&#8217;ll be prompted to give the root password to edit things or to press Ctrl-D to continue. You could press Ctrl-D to follow but it has no sense, as you&#8217;ll get a mess. Enter the password and reboot, and choose single user mode when getting grub prompt. When booting again you&#8217;ll get that error once more so press Ctrl-D, and now you&#8217;ll be able to edit fstab while being in single user mode.</p>
<p>Good luck! <img src='http://d-kriptik.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone</title>
		<link>http://d-kriptik.com/blog/2005/12/14/loop-aes-and-debian/comment-page-1/#comment-2091</link>
		<dc:creator>someone</dc:creator>
		<pubDate>Fri, 07 Jul 2006 20:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://d-kriptik.com/blog/?p=10#comment-2091</guid>
		<description>Don&#039;t forget /var/tmp when looking at tmp!</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget /var/tmp when looking at tmp!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D-kriptik Blog &#187; Blog Archive &#187; gbde and memory disks</title>
		<link>http://d-kriptik.com/blog/2005/12/14/loop-aes-and-debian/comment-page-1/#comment-44</link>
		<dc:creator>D-kriptik Blog &#187; Blog Archive &#187; gbde and memory disks</dc:creator>
		<pubDate>Fri, 30 Dec 2005 04:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://d-kriptik.com/blog/?p=10#comment-44</guid>
		<description>[...] So, as mentioned earlier, I played around with using gbde  on memory disks in FreeBSD 6. The following are a few notes. At the very end, I also talk about encrypting the disk partitions used for swap and mounted as &#8220;/tmp&#8221;. [...]</description>
		<content:encoded><![CDATA[<p>[...] So, as mentioned earlier, I played around with using gbde  on memory disks in FreeBSD 6. The following are a few notes. At the very end, I also talk about encrypting the disk partitions used for swap and mounted as &#8220;/tmp&#8221;. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

