Hi Hugo, first, there is a lot of info inthe FAQ here: http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions Best boot a resuce system and try to decrypt the partition manually with cryptsetup. If that works with any of the possible passphrases, then all your data is still there. If not, best post the error message here. Manual decryption should work with a command like this: > cryptsetup luksOpen /dev/<your device> e1 Afterwards the decrypted device is /dev/mapper/e1 You can mount that normally. You can get header details like this: > cryptsetup luksDump /dev/<your partition> Ubuntu should have a resuce mode or life-cd mode that allows you to do this. Gruesse, Arno On Tue, Apr 12, 2011 at 05:13:17PM -0300, Hugo Melo wrote: > Hi everyone, > I've just lost my home partition trying to reinstall ubuntu. > On the installation process, trying to configure my encrypted home > partition, I thought it was going to mount my partition but it was asking > for the new key. > After that I rebooted and didn't make any other changes to my partition. > It seems the partitioner used "cryptsetup luksFormat". Do you think I can > still restore my partition? > I used the same passphrase configured for my home. > Thanks on any light > -- > -- Hugo Melo > _______________________________________________ > dm-crypt mailing list > dm-crypt@xxxxxxxx > http://www.saout.de/mailman/listinfo/dm-crypt -- Arno Wagner, Dr. sc. techn., Dipl. Inform., CISSP -- Email: arno@xxxxxxxxxxx GnuPG: ID: 1E25338F FP: 0C30 5782 9D93 F785 E79C 0296 797F 6B50 1E25 338F ---- Cuddly UI's are the manifestation of wishful thinking. -- Dylan Evans If it's in the news, don't worry about it. The very definition of "news" is "something that hardly ever happens." -- Bruce Schneier _______________________________________________ dm-crypt mailing list dm-crypt@xxxxxxxx http://www.saout.de/mailman/listinfo/dm-crypt