<?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: Linux Encrypted Laptop</title>
	<atom:link href="http://www.velvetcache.org/2008/01/25/linux-encrypted-laptop/feed" rel="self" type="application/rss+xml" />
	<link>http://www.velvetcache.org/2008/01/25/linux-encrypted-laptop</link>
	<description>I Love Darcy. I Love Code. I love Omaha.</description>
	<lastBuildDate>Wed, 10 Feb 2010 22:19:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: punk</title>
		<link>http://www.velvetcache.org/2008/01/25/linux-encrypted-laptop/comment-page-1#comment-11402</link>
		<dc:creator>punk</dc:creator>
		<pubDate>Wed, 30 Jan 2008 01:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.velvetcache.org/2008/01/25/linux-encrypted-laptop/#comment-11402</guid>
		<description>Very informative read.
I was able to encrypt my /var by using a key stored on USB. Here&#039;s my /etc/crypttab :
#                 
var             /dev/hda6               /media/usb/var.key      luks

In /etc/fstab I map the encrypted disk to /var :

/dev/mapper/var /var            ext3    noatime         0       2
/dev/sda        /media/usb      vfat    rw              0       0

You can find here more info about generating the encription key on the USB stick:
http://www.saout.de/tikiwiki/tiki-index.php?page=EncryptedVarWithUSBKey

Don&#039;t forget to edit /etc/default/cryptdisks and add /media/usb to the CRYPTDISKS_MOUNT env variable</description>
		<content:encoded><![CDATA[<p>Very informative read.<br />
I was able to encrypt my /var by using a key stored on USB. Here&#8217;s my /etc/crypttab :<br />
#<br />
var             /dev/hda6               /media/usb/var.key      luks</p>
<p>In /etc/fstab I map the encrypted disk to /var :</p>
<p>/dev/mapper/var /var            ext3    noatime         0       2<br />
/dev/sda        /media/usb      vfat    rw              0       0</p>
<p>You can find here more info about generating the encription key on the USB stick:<br />
<a href="http://www.saout.de/tikiwiki/tiki-index.php?page=EncryptedVarWithUSBKey" rel="nofollow">http://www.saout.de/tikiwiki/tiki-index.php?page=EncryptedVarWithUSBKey</a></p>
<p>Don&#8217;t forget to edit /etc/default/cryptdisks and add /media/usb to the CRYPTDISKS_MOUNT env variable</p>
]]></content:encoded>
	</item>
</channel>
</rss>
