On Saturday 02 June 2007 05:25:33 pm [EMAIL PROTECTED] wrote: > Jerry McBride <[EMAIL PROTECTED]> writes: > > On Saturday 02 June 2007 06:47:10 am [EMAIL PROTECTED] wrote: > >> Following recent update world, encfs encrypted partition refuses to > >> mount with error: > >> EncFS Password: > >> Error decoding volume key, password incorrect > > > > I had my fill of enfs a while back and now deploy ecryptfs in it's > > place. The best part about ecryptfs is that the filesystem deriver is in > > recent kernel sources. > > It appears not to have usefull documentaion... only the usual manpage > that assumes you already know how to use it. > > Do you know of any `getting started' type documentation?
It's hosted on sourceforge.net. Google will turn up a lot of information... but here's what I do... mount -t ecryptfs /crypt /crypt -o rw,key=passphrase,ecryptfs_key_bytes=32,cipher=aes,passthrough=no /crypt on /crypt type ecryptfs (rw,ecryptfs_sig=cf5c9b2c19863be6,ecryptfs_key_bytes=32,ecryptfs_cipher=aes,) When mounted in this manner... whatever you stick in /crypt is encrypted automaticly. You should read/print "man ecryptfs" when you get a chance. It covers the nitty gritty details. Over all, I like it a LOT. Heavy encryption, key not stored on the disk, unless you desire it... A simple umount command and access to the decrypted files is denied... Quite powerful and there's no limits to using it, other than you can't encrypt "/"... Cheers and have a nice weekend. -- Jerry McBride -- [EMAIL PROTECTED] mailing list