Galera, estou com esse problema ainda. Meu ubuntu, v12.10, quando insiro a senha para descriptografar a unidade, ele exibe a mensagem de sucesso
e cai no prompt do INITRAMFS, não sei o que fazer, já tentei muitos tutoriais, mas nenhum resulta em satisfação a mim, todos falham.
Veja o que o terminal me mostra:
ubuntu@ubuntu:~$ sudo ecryptfs-add-passphrase --fnek
Passphrase:
Inserted auth tok with sig [38a06eddcdca49e7] into the user session keyring
Inserted auth tok with sig [268b792c5e9c0aa6] into the user session keyring
ubuntu@ubuntu:~$ sudo mount -t ecryptfs /home/KUD/.Private /home/KUD/PrivatePassphrase:
Select cipher:
1) aes: blocksize = 16; min keysize = 16; max keysize = 32
2) blowfish: blocksize = 8; min keysize = 16; max keysize = 56
3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24
4) twofish: blocksize = 16; min keysize = 16; max keysize = 32
5) cast6: blocksize = 16; min keysize = 16; max keysize = 32
6) cast5: blocksize = 8; min keysize = 5; max keysize = 16
Selection [aes]: aes
Select key bytes:
1) 16
2) 32
3) 24
Selection [16]: 16
Enable plaintext passthrough (y/n) [n]: n
Enable filename encryption (y/n) [n]: y
Filename Encryption Key (FNEK) Signature [38a06eddcdca49e7]: 268b792c5e9c0aa6
Attempting to mount with the following options:
ecryptfs_unlink_sigs
ecryptfs_fnek_sig=268b792c5e9c0aa6
ecryptfs_key_bytes=16
ecryptfs_cipher=aes
ecryptfs_sig=38a06eddcdca49e7
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)? : yes
Would you like to append sig [38a06eddcdca49e7] to
[/root/.ecryptfs/sig-cache.txt]
in order to avoid this warning in the future (yes/no)? : n
Would you like to append sig [38a06eddcdca49e7] to
[/root/.ecryptfs/sig-cache.txt]
in order to avoid this warning in the future (yes/no)? : no
Not adding sig to user sig cache file; continuing with mount.
Error mounting eCryptfs: [-2] No such file or directory
Check your system logs; visit <http://ecryptfs.org/support.html>
ubuntu@ubuntu:~$