Hi, I use LUKS since 2 weeks on my computer. I have juste shutdown it yesterday, and today, impossible to mount the partition. It's an ubuntu 7.10 but I use LUKS since more time on my other computer with Debian Etch. I have checked to have the good keyboard language and there was no kernel update or no update at all on ubuntu yesterday, so I don't understand. (And yes, I'm absolutly sure about the password...). /dev/mapper seems OK... In order to create the partition I have used luksFormat with no additionnal parameters (using the defaults). My question is: There is a technical problem, or some LUKS headers can be eventually be corrupted ? From what I have read, there is a single point of failure in LUKS. Can I be sure that's a corruption or can I try something else ? Thanks, reguards Leo # cryptsetup luksOpen /dev/sda6 sda6_crypt Enter LUKS passphrase: Enter LUKS passphrase: Enter LUKS passphrase: Failed to setup dm-crypt key mapping. Check kernel for support for the aes-cbc-essiv:sha256 cipher spec and verify that /dev/sda6 contains at least 133 sectors. Failed to read from key storage Command failed: No key available with this passphrase. # lsmod | grep -e aes -e sha -e dm -e cbc sha256 12032 0 cbc 5504 2 blkcipher 7556 1 cbc aes_i586 34304 4 dm_crypt 14984 1 dm_mod 58816 3 dm_crypt aes 28608 0 # cat /etc/crypttab sda6_crypt /dev/sda6 none luks # cat/var/log/message Oct 28 19:00:23 uni kernel: [25594.037162] device-mapper: ioctl: unable to remove open device temporary-cryptsetup-6887 # ls -lh /dev/mapper/ total 0 crw-rw---- 1 root root 10, 63 2007-10-28 11:53 control brw-rw---- 1 root disk 254, 1 2007-10-28 19:00 temporary-cryptsetup-6887 --------------------------------------------------------------------- dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/ To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx For additional commands, e-mail: dm-crypt-help@xxxxxxxx