<?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: Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs</title>
	<atom:link href="http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Thu, 24 May 2012 13:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-13791</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Sat, 09 Jan 2010 07:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-13791</guid>
		<description>That&#039;s a good one. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good one. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20096</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Sat, 09 Jan 2010 07:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20096</guid>
		<description>That&#039;s a good one. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good one. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdebusk</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-13649</link>
		<dc:creator>mdebusk</dc:creator>
		<pubDate>Wed, 06 Jan 2010 11:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-13649</guid>
		<description>Here&#039;s a batch file I use so I can hit one button to either mount or unmount:
&lt;code&gt;
#/bin/bash
if mount &#124; grep secret
then
# Replace the USER with your own username
sudo umount /home/USER/secret
else
# Replace the USER with your own username
sudo mount -t ecryptfs /home/USER/secret /home/USER/secret key=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=n
fi&lt;/code&gt;


&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a batch file I use so I can hit one button to either mount or unmount:<br />
<code><br />
#/bin/bash<br />
if mount | grep secret<br />
then<br />
# Replace the USER with your own username<br />
sudo umount /home/USER/secret<br />
else<br />
# Replace the USER with your own username<br />
sudo mount -t ecryptfs /home/USER/secret /home/USER/secret key=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=n<br />
fi</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdebusk</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20095</link>
		<dc:creator>mdebusk</dc:creator>
		<pubDate>Wed, 06 Jan 2010 11:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20095</guid>
		<description>Here&#039;s a batch file I use so I can hit one button to either mount or unmount:
&lt;code&gt;
#/bin/bash
if mount &#124; grep secret
then
# Replace the USER with your own username
sudo umount /home/USER/secret
else
# Replace the USER with your own username
sudo mount -t ecryptfs /home/USER/secret /home/USER/secret key=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=n
fi&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a batch file I use so I can hit one button to either mount or unmount:<br />
<code><br />
#/bin/bash<br />
if mount | grep secret<br />
then<br />
# Replace the USER with your own username<br />
sudo umount /home/USER/secret<br />
else<br />
# Replace the USER with your own username<br />
sudo mount -t ecryptfs /home/USER/secret /home/USER/secret key=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=n<br />
fi</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Zon</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-7185</link>
		<dc:creator>Tomas Zon</dc:creator>
		<pubDate>Tue, 14 Apr 2009 16:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-7185</guid>
		<description>$modprobe ecryptfs</description>
		<content:encoded><![CDATA[<p>$modprobe ecryptfs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Zon</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20094</link>
		<dc:creator>Tomas Zon</dc:creator>
		<pubDate>Tue, 14 Apr 2009 16:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20094</guid>
		<description>$modprobe ecryptfs</description>
		<content:encoded><![CDATA[<p>$modprobe ecryptfs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Zon</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-7184</link>
		<dc:creator>Tomas Zon</dc:creator>
		<pubDate>Tue, 14 Apr 2009 16:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-7184</guid>
		<description>About this message:
Unable to get the version number of the kernel
module. Please make sure that you have the eCryptfs
kernel module loaded, you have sysfs mounted, and
the sysfs mount point is in /etc/mtab. This is
necessary so that the mount helper knows which
kernel options are supported.

Make sure that your system is set up to auto-load
your filesystem kernel module on mount.

Try with this in console:
$ modprobe ecryptfs
$ lsmod &#124; grep ecryptfs

C yaa..</description>
		<content:encoded><![CDATA[<p>About this message:<br />
Unable to get the version number of the kernel<br />
module. Please make sure that you have the eCryptfs<br />
kernel module loaded, you have sysfs mounted, and<br />
the sysfs mount point is in /etc/mtab. This is<br />
necessary so that the mount helper knows which<br />
kernel options are supported.</p>
<p>Make sure that your system is set up to auto-load<br />
your filesystem kernel module on mount.</p>
<p>Try with this in console:<br />
$ modprobe ecryptfs<br />
$ lsmod | grep ecryptfs</p>
<p>C yaa..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Zon</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20093</link>
		<dc:creator>Tomas Zon</dc:creator>
		<pubDate>Tue, 14 Apr 2009 16:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20093</guid>
		<description>About this message:
Unable to get the version number of the kernel
module. Please make sure that you have the eCryptfs
kernel module loaded, you have sysfs mounted, and
the sysfs mount point is in /etc/mtab. This is
necessary so that the mount helper knows which
kernel options are supported.

Make sure that your system is set up to auto-load
your filesystem kernel module on mount.

Try with this in console:
$ modprobe ecryptfs
$ lsmod &#124; grep ecryptfs

C yaa..</description>
		<content:encoded><![CDATA[<p>About this message:<br />
Unable to get the version number of the kernel<br />
module. Please make sure that you have the eCryptfs<br />
kernel module loaded, you have sysfs mounted, and<br />
the sysfs mount point is in /etc/mtab. This is<br />
necessary so that the mount helper knows which<br />
kernel options are supported.</p>
<p>Make sure that your system is set up to auto-load<br />
your filesystem kernel module on mount.</p>
<p>Try with this in console:<br />
$ modprobe ecryptfs<br />
$ lsmod | grep ecryptfs</p>
<p>C yaa..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-5689</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-5689</guid>
		<description>iceman600,you have said that the message above only showed for the first time usage.however, it goes for the second time mount.</description>
		<content:encoded><![CDATA[<p>iceman600,you have said that the message above only showed for the first time usage.however, it goes for the second time mount.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20092</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20092</guid>
		<description>iceman600,you have said that the message above only showed for the first time usage.however, it goes for the second time mount.</description>
		<content:encoded><![CDATA[<p>iceman600,you have said that the message above only showed for the first time usage.however, it goes for the second time mount.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iceman600 hope you can help me.thanks</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-2843</link>
		<dc:creator>iceman600 hope you can help me.thanks</dc:creator>
		<pubDate>Fri, 07 Nov 2008 10:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-2843</guid>
		<description>im having the same error with helai... 

Aborting mount.
Error processing sig; rc = [-22]
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .</description>
		<content:encoded><![CDATA[<p>im having the same error with helai&#8230; </p>
<p>Aborting mount.<br />
Error processing sig; rc = [-22]<br />
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iceman600 hope you can help me</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20091</link>
		<dc:creator>iceman600 hope you can help me</dc:creator>
		<pubDate>Fri, 07 Nov 2008 10:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20091</guid>
		<description>im having the same error with helai... 

Aborting mount.
Error processing sig; rc = [-22]
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .</description>
		<content:encoded><![CDATA[<p>im having the same error with helai&#8230; </p>
<p>Aborting mount.<br />
Error processing sig; rc = [-22]<br />
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-2835</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Thu, 06 Nov 2008 12:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-2835</guid>
		<description>@iceman600: Don&#039;t worry. This message only show for first time usage. The message will go off in the subsequent mount</description>
		<content:encoded><![CDATA[<p>@iceman600: Don&#8217;t worry. This message only show for first time usage. The message will go off in the subsequent mount</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20090</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Thu, 06 Nov 2008 12:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20090</guid>
		<description>@iceman600: Don&#039;t worry. This message only show for first time usage. The message will go off in the subsequent mount</description>
		<content:encoded><![CDATA[<p>@iceman600: Don&#8217;t worry. This message only show for first time usage. The message will go off in the subsequent mount</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iceman600</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-2834</link>
		<dc:creator>iceman600</dc:creator>
		<pubDate>Thu, 06 Nov 2008 04:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-2834</guid>
		<description>i got a problem i here damien... need help...


iceman600@UBUNTU-DESKTOP:~$ sudo mount -t ecryptfs ~/secret ~/secret

Unable to get the version number of the kernel
module. Please make sure that you have the eCryptfs
kernel module loaded, you have sysfs mounted, and
the sysfs mount point is in /etc/mtab. This is
necessary so that the mount helper knows which 
kernel options are supported.

Make sure that your system is set up to auto-load
your filesystem kernel module on mount.

Enabling passphrase-mode only for now.

Select key type to use for newly created files: 
 1) pkcs11-helper
 2) tspi
 3) openssl
 4) passphrase
Selection: 


i dont know what kernel and auto load the comp is talking about... 
sorry.</description>
		<content:encoded><![CDATA[<p>i got a problem i here damien&#8230; need help&#8230;</p>
<p>iceman600@UBUNTU-DESKTOP:~$ sudo mount -t ecryptfs ~/secret ~/secret</p>
<p>Unable to get the version number of the kernel<br />
module. Please make sure that you have the eCryptfs<br />
kernel module loaded, you have sysfs mounted, and<br />
the sysfs mount point is in /etc/mtab. This is<br />
necessary so that the mount helper knows which<br />
kernel options are supported.</p>
<p>Make sure that your system is set up to auto-load<br />
your filesystem kernel module on mount.</p>
<p>Enabling passphrase-mode only for now.</p>
<p>Select key type to use for newly created files:<br />
 1) pkcs11-helper<br />
 2) tspi<br />
 3) openssl<br />
 4) passphrase<br />
Selection: </p>
<p>i dont know what kernel and auto load the comp is talking about&#8230;<br />
sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iceman600</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20089</link>
		<dc:creator>iceman600</dc:creator>
		<pubDate>Thu, 06 Nov 2008 04:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20089</guid>
		<description>i got a problem i here damien... need help...


iceman600@UBUNTU-DESKTOP:~$ sudo mount -t ecryptfs ~/secret ~/secret

Unable to get the version number of the kernel
module. Please make sure that you have the eCryptfs
kernel module loaded, you have sysfs mounted, and
the sysfs mount point is in /etc/mtab. This is
necessary so that the mount helper knows which 
kernel options are supported.

Make sure that your system is set up to auto-load
your filesystem kernel module on mount.

Enabling passphrase-mode only for now.

Select key type to use for newly created files: 
 1) pkcs11-helper
 2) tspi
 3) openssl
 4) passphrase
Selection: 


i dont know what kernel and auto load the comp is talking about... 
sorry.</description>
		<content:encoded><![CDATA[<p>i got a problem i here damien&#8230; need help&#8230;</p>
<p>iceman600@UBUNTU-DESKTOP:~$ sudo mount -t ecryptfs ~/secret ~/secret</p>
<p>Unable to get the version number of the kernel<br />
module. Please make sure that you have the eCryptfs<br />
kernel module loaded, you have sysfs mounted, and<br />
the sysfs mount point is in /etc/mtab. This is<br />
necessary so that the mount helper knows which<br />
kernel options are supported.</p>
<p>Make sure that your system is set up to auto-load<br />
your filesystem kernel module on mount.</p>
<p>Enabling passphrase-mode only for now.</p>
<p>Select key type to use for newly created files:<br />
 1) pkcs11-helper<br />
 2) tspi<br />
 3) openssl<br />
 4) passphrase<br />
Selection: </p>
<p>i dont know what kernel and auto load the comp is talking about&#8230;<br />
sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helai</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-2491</link>
		<dc:creator>helai</dc:creator>
		<pubDate>Fri, 03 Oct 2008 06:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-2491</guid>
		<description>It seems a joke,when I start to try it,but it shows me:
lenovo@ubuntu:~$ uname -r
2.6.24-21-generic

lenovo@ubuntu:~$ sudo mount -t ecryptfs ~/Private ~/Private

Unable to get the version number of the kernel
module. Please make sure that you have the eCryptfs
kernel module loaded, you have sysfs mounted, and
the sysfs mount point is in /etc/mtab. This is
necessary so that the mount helper knows which
kernel options are supported.

Make sure that your system is set up to auto-load
your filesystem kernel module on mount.

Enabling passphrase-mode only for now.

Select key type to use for newly created files:
1) passphrase
2) openssl
3) pkcs11-helper
4) tspi
Selection: 1
Passphrase:
Verify Passphrase:
Select cipher:
1) aes: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
2) blowfish: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24 (not loaded)
4) twofish: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
5) cast6: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
6) cast5: blocksize = 8; min keysize = 5; max keysize = 16 (not loaded)
Selection [aes]:
Select key bytes:
1) 16
2) 32
3) 24
Selection [16]:
Attempting to mount with the following options:
ecryptfs_key_bytes=16
ecryptfs_cipher=aes
ecryptfs_sig=1f1d353f42d4eea4
WARNING: Based on the contents of [/root/.ecryptfs/sig-cache.txt],
it looks like you have never mounted with this key
before. This could mean that you have typed your
passphrase wrong.

Would you like to proceed with the mount (yes/no)? y
Aborting mount.
Error processing sig; rc = [-22]
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .

Any suggestions are welcome!</description>
		<content:encoded><![CDATA[<p>It seems a joke,when I start to try it,but it shows me:<br />
lenovo@ubuntu:~$ uname -r<br />
2.6.24-21-generic</p>
<p>lenovo@ubuntu:~$ sudo mount -t ecryptfs ~/Private ~/Private</p>
<p>Unable to get the version number of the kernel<br />
module. Please make sure that you have the eCryptfs<br />
kernel module loaded, you have sysfs mounted, and<br />
the sysfs mount point is in /etc/mtab. This is<br />
necessary so that the mount helper knows which<br />
kernel options are supported.</p>
<p>Make sure that your system is set up to auto-load<br />
your filesystem kernel module on mount.</p>
<p>Enabling passphrase-mode only for now.</p>
<p>Select key type to use for newly created files:<br />
1) passphrase<br />
2) openssl<br />
3) pkcs11-helper<br />
4) tspi<br />
Selection: 1<br />
Passphrase:<br />
Verify Passphrase:<br />
Select cipher:<br />
1) aes: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)<br />
2) blowfish: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)<br />
3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24 (not loaded)<br />
4) twofish: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)<br />
5) cast6: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)<br />
6) cast5: blocksize = 8; min keysize = 5; max keysize = 16 (not loaded)<br />
Selection [aes]:<br />
Select key bytes:<br />
1) 16<br />
2) 32<br />
3) 24<br />
Selection [16]:<br />
Attempting to mount with the following options:<br />
ecryptfs_key_bytes=16<br />
ecryptfs_cipher=aes<br />
ecryptfs_sig=1f1d353f42d4eea4<br />
WARNING: Based on the contents of [/root/.ecryptfs/sig-cache.txt],<br />
it looks like you have never mounted with this key<br />
before. This could mean that you have typed your<br />
passphrase wrong.</p>
<p>Would you like to proceed with the mount (yes/no)? y<br />
Aborting mount.<br />
Error processing sig; rc = [-22]<br />
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .</p>
<p>Any suggestions are welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helai</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20088</link>
		<dc:creator>helai</dc:creator>
		<pubDate>Fri, 03 Oct 2008 06:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20088</guid>
		<description>It seems a joke,when I start to try it,but it shows me:
lenovo@ubuntu:~$ uname -r
2.6.24-21-generic

lenovo@ubuntu:~$ sudo mount -t ecryptfs ~/Private ~/Private

Unable to get the version number of the kernel
module. Please make sure that you have the eCryptfs
kernel module loaded, you have sysfs mounted, and
the sysfs mount point is in /etc/mtab. This is
necessary so that the mount helper knows which
kernel options are supported.

Make sure that your system is set up to auto-load
your filesystem kernel module on mount.

Enabling passphrase-mode only for now.

Select key type to use for newly created files:
1) passphrase
2) openssl
3) pkcs11-helper
4) tspi
Selection: 1
Passphrase:
Verify Passphrase:
Select cipher:
1) aes: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
2) blowfish: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24 (not loaded)
4) twofish: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
5) cast6: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
6) cast5: blocksize = 8; min keysize = 5; max keysize = 16 (not loaded)
Selection [aes]:
Select key bytes:
1) 16
2) 32
3) 24
Selection [16]:
Attempting to mount with the following options:
ecryptfs_key_bytes=16
ecryptfs_cipher=aes
ecryptfs_sig=1f1d353f42d4eea4
WARNING: Based on the contents of [/root/.ecryptfs/sig-cache.txt],
it looks like you have never mounted with this key
before. This could mean that you have typed your
passphrase wrong.

Would you like to proceed with the mount (yes/no)? y
Aborting mount.
Error processing sig; rc = [-22]
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .

Any suggestions are welcome!</description>
		<content:encoded><![CDATA[<p>It seems a joke,when I start to try it,but it shows me:<br />
lenovo@ubuntu:~$ uname -r<br />
2.6.24-21-generic</p>
<p>lenovo@ubuntu:~$ sudo mount -t ecryptfs ~/Private ~/Private</p>
<p>Unable to get the version number of the kernel<br />
module. Please make sure that you have the eCryptfs<br />
kernel module loaded, you have sysfs mounted, and<br />
the sysfs mount point is in /etc/mtab. This is<br />
necessary so that the mount helper knows which<br />
kernel options are supported.</p>
<p>Make sure that your system is set up to auto-load<br />
your filesystem kernel module on mount.</p>
<p>Enabling passphrase-mode only for now.</p>
<p>Select key type to use for newly created files:<br />
1) passphrase<br />
2) openssl<br />
3) pkcs11-helper<br />
4) tspi<br />
Selection: 1<br />
Passphrase:<br />
Verify Passphrase:<br />
Select cipher:<br />
1) aes: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)<br />
2) blowfish: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)<br />
3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24 (not loaded)<br />
4) twofish: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)<br />
5) cast6: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)<br />
6) cast5: blocksize = 8; min keysize = 5; max keysize = 16 (not loaded)<br />
Selection [aes]:<br />
Select key bytes:<br />
1) 16<br />
2) 32<br />
3) 24<br />
Selection [16]:<br />
Attempting to mount with the following options:<br />
ecryptfs_key_bytes=16<br />
ecryptfs_cipher=aes<br />
ecryptfs_sig=1f1d353f42d4eea4<br />
WARNING: Based on the contents of [/root/.ecryptfs/sig-cache.txt],<br />
it looks like you have never mounted with this key<br />
before. This could mean that you have typed your<br />
passphrase wrong.</p>
<p>Would you like to proceed with the mount (yes/no)? y<br />
Aborting mount.<br />
Error processing sig; rc = [-22]<br />
Error mounting eCryptfs; rc = [-22]; strerr = [Invalid argument]. Check your system logs; visit .</p>
<p>Any suggestions are welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-2484</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Thu, 02 Oct 2008 14:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-2484</guid>
		<description>@helai: to better answer your question, let consider the following scenarios:

1) If you mount your encrypted folder and you log out and log in again with the same user account, the encrypted folder will still be there and anyone can access it.

2) If you restart/shut down your PC, it will automatically unmount the encrypted folder such that it won&#039;t be available next time you switch on your PC.

3) If you log out and log in again with another user account, the encrypted folder will not be available as it is only accessible by you only.

Proved and tested.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@helai: to better answer your question, let consider the following scenarios:</p>
<p>1) If you mount your encrypted folder and you log out and log in again with the same user account, the encrypted folder will still be there and anyone can access it.</p>
<p>2) If you restart/shut down your PC, it will automatically unmount the encrypted folder such that it won&#8217;t be available next time you switch on your PC.</p>
<p>3) If you log out and log in again with another user account, the encrypted folder will not be available as it is only accessible by you only.</p>
<p>Proved and tested.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25#comment-20087</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Thu, 02 Oct 2008 14:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=892#comment-20087</guid>
		<description>@helai: to better answer your question, let consider the following scenarios:

1) If you mount your encrypted folder and you log out and log in again with the same user account, the encrypted folder will still be there and anyone can access it.

2) If you restart/shut down your PC, it will automatically unmount the encrypted folder such that it won&#039;t be available next time you switch on your PC.

3) If you log out and log in again with another user account, the encrypted folder will not be available as it is only accessible by you only.

Proved and tested.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@helai: to better answer your question, let consider the following scenarios:</p>
<p>1) If you mount your encrypted folder and you log out and log in again with the same user account, the encrypted folder will still be there and anyone can access it.</p>
<p>2) If you restart/shut down your PC, it will automatically unmount the encrypted folder such that it won&#8217;t be available next time you switch on your PC.</p>
<p>3) If you log out and log in again with another user account, the encrypted folder will not be available as it is only accessible by you only.</p>
<p>Proved and tested.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-24 22:34:12 -->
