trapni Retired Dev
Joined: 16 May 2002 Posts: 251 Location: Germany/Berlin
|
Posted: Thu Nov 27, 2003 12:22 pm Post subject: 2.6 kernel and crypto filesystems |
|
|
Hi all,
the 2.6 kernel is about to be released middle december, and I really want to switch over. But what about the crypto filesystems? Each time I tried to switch over in the beta or test series worked fine EXCEPT that I wasn't able to mount my crypted /home.
How to I mount my crypted filesystem in Gentoo with kernel 2.6?
My current fstab entry is as follows:
Code: | dev/hdc1 /home ext3 mand,acl,loop=/dev/loop1,encryption=aes,keybits=128,phash=sha512 0 0 |
And it's done via Crypto API which is said to be in kernel 2.6 by default, I also enabled it, but I can't mount it anyway (no working AES or so? but why?)
Many thanks,
Christian Parpart. |
|